Skip to content

Instantly share code, notes, and snippets.

@jos3000
Created June 29, 2012 09:34
Show Gist options
  • Save jos3000/3016922 to your computer and use it in GitHub Desktop.
Save jos3000/3016922 to your computer and use it in GitHub Desktop.
$rgb = 'rgb('.join(',',array(
hexdec(substr($hex,0,2)),
hexdec(substr($hex,2,2)),
hexdec(substr($hex,4,2))
)).')';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment