HEX: #C87838
RGB: (200,120,56)
#C87838 enthält hauptsächlich rote Farbe. Für #C87838 ist eine «websichere» Webfarbe #CC6633 (oder kurz #C63).
Die Farbe #C87838 wird in RGB als (200,120,56) definiert.
RGB: (200,120,56)
(78%, 47%, 22%)
R 200 von 255 = 78%
G 120 von 255 = 47%
B 56 von 255 = 22%
R + G + B ~ 49%. #C87838 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 200 + 120 + 56 = 376 (100%)
R 200 von 376 ~ 53.19%
G 120 von 376 ~ 31.91%
B 56 von 376 ~ 14.89'%
Die Farbe #C87838 wird in CMYK als (0,40,72,22) definiert.
CMYK: (0,40,72,22)
C0M40Y72K22 (0%, 40%, 72%, 22%)
(0.00 / 0.40 / 0.72 / 0.22)
Farbe #C87838 in den populären Farbmodellen.
C8 | 78 | 38 | |
---|---|---|---|
RGB | 200 | 120 | 56 |
HSL | 27° | 56.69% | 50.20% |
HSB/HSV | 27° | 72.00% | 78.43% |
CMYK | 0.00% | 40.00% | 72.00% |
21.57% |
Die Farbe #C87838 in den populären Zahlensystemen.
Hexadezimal | C8 | 78 | 38 |
Dezimal | 200 | 120 | 56 |
Binär | 11001000 | 1111000 | 111000 |
Oktal | 310 | 170 | 70 |
Dunkle Töne der Farbe #C87838
Helle Töne der Farbe #C87838
Beispiele css- und html für Elemente in der Farbe #C87838. Bitte benutzen Sie auch rgb(200,120,56) statt hex-Code.
.myTextColor { color: #C87838; }
<p style="color:#C87838">This sample text font color is #C87838.</p>
Die Farbe dieses Textes ist #C87838.
.myBgColor { background-color: #C87838; }
<div style="background-color:#C87838">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C87838.
.myBorderColor { border: 1px solid #C87838; }
<div style="border:3px solid #C87838">Div</div>
Die Grenzen von diesem div sind in Farbe #C87838.
.myOpacity80 { color: #C87838; opacity: 0.8; }
<p style="color:#C87838;opacity:0.8;">80%</p>
Text in Farbe #C87838 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C87838;}
<p style="text-shadow: 3px 3px 1px #C87838">Text here.</p>
Dieser Text hat den Schatten in Farbe #C87838.
.textShadow {text-shadow: 3px 3px 1px #C87838', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C87838, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C87838 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C87838, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C87838, Direction=45, Strength=4)">Text</p>
This text has shadow with #C87838 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C87838;
-webkit-box-shadow: 1px 1px 3px 2px #C87838;
box-shadow: 1px 1px 3px 2px #C87838;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C87838; -webkit-box-shadow: 1px 1px 3px 2px #C87838; box-shadow:1px 1px 3px 2px #C87838;">
Div content here
</div>
Dieser Text ist in der Farbe #C87838 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C87838 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C87838.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C87838.
Kontrastfarbe für #hex ist #3787C7.