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