HEX: #C47268
RGB: (196,114,104)
#C47268 enthält hauptsächlich rote Farbe. Für #C47268 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C47268 wird in RGB als (196,114,104) definiert.
RGB: (196,114,104)
(77%, 45%, 41%)
R 196 von 255 = 77%
G 114 von 255 = 45%
B 104 von 255 = 41%
R + G + B ~ 54%. #C47268 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 196 + 114 + 104 = 414 (100%)
R 196 von 414 ~ 47.34%
G 114 von 414 ~ 27.54%
B 104 von 414 ~ 25.12'%
Die Farbe #C47268 wird in CMYK als (0,42,47,23) definiert.
CMYK: (0,42,47,23)
C0M42Y47K23 (0%, 42%, 47%, 23%)
(0.00 / 0.42 / 0.47 / 0.23)
Farbe #C47268 in den populären Farbmodellen.
C4 | 72 | 68 | |
---|---|---|---|
RGB | 196 | 114 | 104 |
HSL | 7° | 43.81% | 58.82% |
HSB/HSV | 7° | 46.94% | 76.86% |
CMYK | 0.00% | 41.84% | 46.94% |
23.14% |
Die Farbe #C47268 in den populären Zahlensystemen.
Hexadezimal | C4 | 72 | 68 |
Dezimal | 196 | 114 | 104 |
Binär | 11000100 | 1110010 | 1101000 |
Oktal | 304 | 162 | 150 |
Dunkle Töne der Farbe #C47268
Helle Töne der Farbe #C47268
Beispiele css- und html für Elemente in der Farbe #C47268. Bitte benutzen Sie auch rgb(196,114,104) statt hex-Code.
.myTextColor { color: #C47268; }
<p style="color:#C47268">This sample text font color is #C47268.</p>
Die Farbe dieses Textes ist #C47268.
.myBgColor { background-color: #C47268; }
<div style="background-color:#C47268">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47268.
.myBorderColor { border: 1px solid #C47268; }
<div style="border:3px solid #C47268">Div</div>
Die Grenzen von diesem div sind in Farbe #C47268.
.myOpacity80 { color: #C47268; opacity: 0.8; }
<p style="color:#C47268;opacity:0.8;">80%</p>
Text in Farbe #C47268 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47268;}
<p style="text-shadow: 3px 3px 1px #C47268">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47268.
.textShadow {text-shadow: 3px 3px 1px #C47268', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47268, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47268 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47268, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47268, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47268 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47268;
-webkit-box-shadow: 1px 1px 3px 2px #C47268;
box-shadow: 1px 1px 3px 2px #C47268;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47268; -webkit-box-shadow: 1px 1px 3px 2px #C47268; box-shadow:1px 1px 3px 2px #C47268;">
Div content here
</div>
Dieser Text ist in der Farbe #C47268 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47268 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47268.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47268.
Kontrastfarbe für #hex ist #3B8D97.