HEX: #C5B151
RGB: (197,177,81)
#C5B151 enthält hauptsächlich rote und grüne Farbe. Für #C5B151 ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #C5B151 wird in RGB als (197,177,81) definiert.
RGB: (197,177,81)
(77%, 69%, 32%)
R 197 von 255 = 77%
G 177 von 255 = 69%
B 81 von 255 = 32%
R + G + B ~ 59%. #C5B151 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 197 + 177 + 81 = 455 (100%)
R 197 von 455 ~ 43.3%
G 177 von 455 ~ 38.9%
B 81 von 455 ~ 17.8'%
Die Farbe #C5B151 wird in CMYK als (0,10,59,23) definiert.
CMYK: (0,10,59,23) C0M10Y59K23 (0%,10%,59%,23%) (0.00/0.10/0.59/0.23)
Farbe #C5B151 in den populären Farbmodellen.
C5 | B1 | 51 | |
---|---|---|---|
RGB | 197 | 177 | 81 |
HSL | 50° | 50.00% | 54.51% |
HSB/HSV | 50° | 58.88% | 77.25% |
CMYK | 0.00% | 10.15% | 58.88% |
22.75% |
Die Farbe #C5B151 in den populären Zahlensystemen.
Hexadezimal | C5 | B1 | 51 |
Dezimal | 197 | 177 | 81 |
Binär | 11000101 | 10110001 | 1010001 |
Oktal | 305 | 261 | 121 |
Dunkle Töne der Farbe #C5B151
Helle Töne der Farbe #C5B151
Beispiele css- und html für Elemente in der Farbe #C5B151. Bitte benutzen Sie auch rgb(197,177,81) statt hex-Code.
.myTextColor { color: #C5B151; }
<p style="color:#C5B151">This sample text font color is #C5B151.</p>
Die Farbe dieses Textes ist #C5B151.
.myBgColor { background-color: #C5B151; }
<div style="background-color:#C5B151">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5B151.
.myBorderColor { border: 1px solid #C5B151; }
<div style="border:3px solid #C5B151">Div</div>
Die Grenzen von diesem div sind in Farbe #C5B151.
.myOpacity80 { color: #C5B151; opacity: 0.8; }
<p style="color:#C5B151;opacity:0.8;">80%</p>
Text in Farbe #C5B151 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B151;}
<p style="text-shadow: 3px 3px 1px #C5B151">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5B151.
.textShadow {text-shadow: 3px 3px 1px #C5B151', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B151, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5B151 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B151, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B151, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B151 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5B151;
-webkit-box-shadow: 1px 1px 3px 2px #C5B151;
box-shadow: 1px 1px 3px 2px #C5B151;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B151; -webkit-box-shadow: 1px 1px 3px 2px #C5B151; box-shadow:1px 1px 3px 2px #C5B151;">
Div content here
</div>
Dieser Text ist in der Farbe #C5B151 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5B151 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5B151.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5B151.
Kontrastfarbe für #hex ist #3A4EAE.