HEX: #C47939
RGB: (196,121,57)
#C47939 enthält hauptsächlich rote Farbe. Für #C47939 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C47939 wird in RGB als (196,121,57) definiert.
RGB: (196,121,57)
(77%, 47%, 22%)
R 196 von 255 = 77%
G 121 von 255 = 47%
B 57 von 255 = 22%
R + G + B ~ 49%. #C47939 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 196 + 121 + 57 = 374 (100%)
R 196 von 374 ~ 52.41%
G 121 von 374 ~ 32.35%
B 57 von 374 ~ 15.24'%
Die Farbe #C47939 wird in CMYK als (0,38,71,23) definiert.
CMYK: (0,38,71,23)
C0M38Y71K23 (0%, 38%, 71%, 23%)
(0.00 / 0.38 / 0.71 / 0.23)
Farbe #C47939 in den populären Farbmodellen.
C4 | 79 | 39 | |
---|---|---|---|
RGB | 196 | 121 | 57 |
HSL | 28° | 54.94% | 49.61% |
HSB/HSV | 28° | 70.92% | 76.86% |
CMYK | 0.00% | 38.27% | 70.92% |
23.14% |
Die Farbe #C47939 in den populären Zahlensystemen.
Hexadezimal | C4 | 79 | 39 |
Dezimal | 196 | 121 | 57 |
Binär | 11000100 | 1111001 | 111001 |
Oktal | 304 | 171 | 71 |
Dunkle Töne der Farbe #C47939
Helle Töne der Farbe #C47939
Beispiele css- und html für Elemente in der Farbe #C47939. Bitte benutzen Sie auch rgb(196,121,57) statt hex-Code.
.myTextColor { color: #C47939; }
<p style="color:#C47939">This sample text font color is #C47939.</p>
Die Farbe dieses Textes ist #C47939.
.myBgColor { background-color: #C47939; }
<div style="background-color:#C47939">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C47939.
.myBorderColor { border: 1px solid #C47939; }
<div style="border:3px solid #C47939">Div</div>
Die Grenzen von diesem div sind in Farbe #C47939.
.myOpacity80 { color: #C47939; opacity: 0.8; }
<p style="color:#C47939;opacity:0.8;">80%</p>
Text in Farbe #C47939 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47939;}
<p style="text-shadow: 3px 3px 1px #C47939">Text here.</p>
Dieser Text hat den Schatten in Farbe #C47939.
.textShadow {text-shadow: 3px 3px 1px #C47939', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47939, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C47939 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47939, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47939, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47939 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47939;
-webkit-box-shadow: 1px 1px 3px 2px #C47939;
box-shadow: 1px 1px 3px 2px #C47939;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47939; -webkit-box-shadow: 1px 1px 3px 2px #C47939; box-shadow:1px 1px 3px 2px #C47939;">
Div content here
</div>
Dieser Text ist in der Farbe #C47939 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C47939 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C47939.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C47939.
Kontrastfarbe für #hex ist #3B86C6.