Um als Hintergurnd einen Farbverlauf zu realisieren wäre das ein Beispiel
background: rgb(181,189,200); background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 );
Am einfachsten kann man die Verlaufswerte in Colorzilla bestimmen.
Sehr schön sehen solche Verläufe auch bei einem hr aus. Siehe hier.