HEX: #C47755
RGB: (196,119,85)
#C47755 enthält hauptsächlich rote Farbe. Für #C47755 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #C47755 wird in RGB als (196,119,85) definiert.
RGB: (196,119,85)
(77%, 47%, 33%)
R 196 von 255 = 77%
G 119 von 255 = 47%
B 85 von 255 = 33%
R + G + B ~ 52%. #C47755 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 196 + 119 + 85 = 400 (100%)
R 196 von 400 ~ 49%
G 119 von 400 ~ 29.75%
B 85 von 400 ~ 21.25'%
Die Farbe #C47755 wird in CMYK als (0,39,57,23) definiert.
CMYK: (0,39,57,23)
C0M39Y57K23 (0%, 39%, 57%, 23%)
(0.00 / 0.39 / 0.57 / 0.23)
Farbe #C47755 in den populären Farbmodellen.
C4 | 77 | 55 | |
---|---|---|---|
RGB | 196 | 119 | 85 |
HSL | 18° | 48.47% | 55.10% |
HSB/HSV | 18° | 56.63% | 76.86% |
CMYK | 0.00% | 39.29% | 56.63% |
23.14% |
Die Farbe #C47755 in den populären Zahlensystemen.
Hexadezimal | C4 | 77 | 55 |
Dezimal | 196 | 119 | 85 |
Binär | 11000100 | 1110111 | 1010101 |
Oktal | 304 | 167 | 125 |
Dunkle Töne der Farbe #C47755
Helle Töne der Farbe #C47755
Beispiele css- und html für Elemente in der Farbe #C47755. Bitte benutzen Sie auch rgb(196,119,85) statt hex-Code.
.myTextColor { color: #C47755; }
<p style="color:#C47755">This sample text font color is #C47755.</p>
Die Farbe dieses Textes ist #C47755.
.myBgColor { background-color: #C47755; }
<div style="background-color:#C47755">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47755.
.myBorderColor { border: 1px solid #C47755; }
<div style="border:3px solid #C47755">Div</div>
Die Grenzen von diesem div sind in Farbe #C47755.
.myOpacity80 { color: #C47755; opacity: 0.8; }
<p style="color:#C47755;opacity:0.8;">80%</p>
Text in Farbe #C47755 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47755;}
<p style="text-shadow: 3px 3px 1px #C47755">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47755.
.textShadow {text-shadow: 3px 3px 1px #C47755', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47755, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47755 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47755, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47755, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47755 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47755;
-webkit-box-shadow: 1px 1px 3px 2px #C47755;
box-shadow: 1px 1px 3px 2px #C47755;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47755; -webkit-box-shadow: 1px 1px 3px 2px #C47755; box-shadow:1px 1px 3px 2px #C47755;">
Div content here
</div>
Dieser Text ist in der Farbe #C47755 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47755 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47755.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47755.
Kontrastfarbe für #hex ist #3B88AA.