https://stackoverflow.com/questions/23608856/convert-rgb-color-value-to-rgba-at-0-75-alpha
$(this).css('background-color').replace(')', ', 0.75)').replace('rgb', 'rgba'); var bg = $(this).css('background-color'); if(bg.indexOf('a') == -1){ var result = bg.replace(')', ', 0.75)').replace('rgb', 'rgba'); }