<script> var exp=': rgb(0, 102, 153);'; var pat=new RegExp('(:[^;]*);') alert(exp.match(pat)[1]) </script>