You can customize here:
application / design / interface / package_name / THEMENAME / template / Catalog / product / list.phtml
Here is the code:
<?php if (!$product->isSaleable()): { echo '<style>.category-products li.item .product-image img{ opacity:0.6; filter: alpha(opacity=60); } </style>'; } endif;?>
you can put this code at the end of your file.
source share