I'd like to take an existing background color of a div element and only adjust opacity... how would I do that?
Found very simple solution to my problem; requires jquery-color plugin but it's by far the best solution in my opinion:
$('#div').css('backgroundColor', $.Color({ alpha: value }));