HEX: #C5996D
RGB: (197,153,109)
#C5996D enthält hauptsächlich rote und grüne Farbe. Für #C5996D ist eine «websichere» Webfarbe #CC9966 (oder kurz #C96).
Die Farbe #C5996D wird in RGB als (197,153,109) definiert.
RGB: (197,153,109)
(77%, 60%, 43%)
R 197 von 255 = 77%
G 153 von 255 = 60%
B 109 von 255 = 43%
R + G + B ~ 60%. #C5996D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 197 + 153 + 109 = 459 (100%)
R 197 von 459 ~ 42.92%
G 153 von 459 ~ 33.33%
B 109 von 459 ~ 23.75'%
Die Farbe #C5996D wird in CMYK als (0,22,45,23) definiert.
CMYK: (0,22,45,23) C0M22Y45K23 (0%,22%,45%,23%) (0.00/0.22/0.45/0.23)
Farbe #C5996D in den populären Farbmodellen.
C5 | 99 | 6D | |
---|---|---|---|
RGB | 197 | 153 | 109 |
HSL | 30° | 43.14% | 60.00% |
HSB/HSV | 30° | 44.67% | 77.25% |
CMYK | 0.00% | 22.34% | 44.67% |
22.75% |
Die Farbe #C5996D in den populären Zahlensystemen.
Hexadezimal | C5 | 99 | 6D |
Dezimal | 197 | 153 | 109 |
Binär | 11000101 | 10011001 | 1101101 |
Oktal | 305 | 231 | 155 |
Dunkle Töne der Farbe #C5996D
Helle Töne der Farbe #C5996D
Beispiele css- und html für Elemente in der Farbe #C5996D. Bitte benutzen Sie auch rgb(197,153,109) statt hex-Code.
.myTextColor { color: #C5996D; }
<p style="color:#C5996D">This sample text font color is #C5996D.</p>
Die Farbe dieses Textes ist #C5996D.
.myBgColor { background-color: #C5996D; }
<div style="background-color:#C5996D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5996D.
.myBorderColor { border: 1px solid #C5996D; }
<div style="border:3px solid #C5996D">Div</div>
Die Grenzen von diesem div sind in Farbe #C5996D.
.myOpacity80 { color: #C5996D; opacity: 0.8; }
<p style="color:#C5996D;opacity:0.8;">80%</p>
Text in Farbe #C5996D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5996D;}
<p style="text-shadow: 3px 3px 1px #C5996D">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5996D.
.textShadow {text-shadow: 3px 3px 1px #C5996D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5996D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5996D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5996D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5996D, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5996D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5996D;
-webkit-box-shadow: 1px 1px 3px 2px #C5996D;
box-shadow: 1px 1px 3px 2px #C5996D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5996D; -webkit-box-shadow: 1px 1px 3px 2px #C5996D; box-shadow:1px 1px 3px 2px #C5996D;">
Div content here
</div>
Dieser Text ist in der Farbe #C5996D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5996D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5996D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5996D.
Kontrastfarbe für #hex ist #3A6692.