The best way I can see this working is by using position:absolute and z-axis to move text on top of opacity:0.5 box. Is there a better way to accomplish this?
<div style="opacity:0.5;height:50px;width:150px;">
<p> I want this to be non transparent </p>
</div>