HEX: #471B16
RGB: (71,27,22)
#471B16 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #471B16 ist eine «websichere» Webfarbe #333300 (oder kurz #330).
Die Farbe #471B16 wird in RGB als (71,27,22) definiert.
RGB: (71,27,22)
(28%, 11%, 9%)
R 71 von 255 = 28%
G 27 von 255 = 11%
B 22 von 255 = 9%
R + G + B ~ 16%. #471B16 dunkle Farbe.
R + G + B = 71 + 27 + 22 = 120 (100%)
R 71 von 120 ~ 59.17%
G 27 von 120 ~ 22.5%
B 22 von 120 ~ 18.33'%
Die Farbe #471B16 wird in CMYK als (0,62,69,72) definiert.
CMYK: (0,62,69,72)
C0M62Y69K72 (0%, 62%, 69%, 72%)
(0.00 / 0.62 / 0.69 / 0.72)
Farbe #471B16 in den populären Farbmodellen.
47 | 1B | 16 | |
---|---|---|---|
RGB | 71 | 27 | 22 |
HSL | 6° | 52.69% | 18.24% |
HSB/HSV | 6° | 69.01% | 27.84% |
CMYK | 0.00% | 61.97% | 69.01% |
72.16% |
Die Farbe #471B16 in den populären Zahlensystemen.
Hexadezimal | 47 | 1B | 16 |
Dezimal | 71 | 27 | 22 |
Binär | 1000111 | 11011 | 10110 |
Oktal | 107 | 33 | 26 |
Dunkle Töne der Farbe #471B16
Helle Töne der Farbe #471B16
Beispiele css- und html für Elemente in der Farbe #471B16. Bitte benutzen Sie auch rgb(71,27,22) statt hex-Code.
.myTextColor { color: #471B16; }
<p style="color:#471B16">This sample text font color is #471B16.</p>
Die Farbe dieses Textes ist #471B16.
.myBgColor { background-color: #471B16; }
<div style="background-color:#471B16">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #471B16.
.myBorderColor { border: 1px solid #471B16; }
<div style="border:3px solid #471B16">Div</div>
Die Grenzen von diesem div sind in Farbe #471B16.
.myOpacity80 { color: #471B16; opacity: 0.8; }
<p style="color:#471B16;opacity:0.8;">80%</p>
Text in Farbe #471B16 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471B16;}
<p style="text-shadow: 3px 3px 1px #471B16">Text here.</p>
Dieser Text hat den Schatten in Farbe #471B16.
.textShadow {text-shadow: 3px 3px 1px #471B16', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471B16, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #471B16 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471B16, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471B16, Direction=45, Strength=4)">Text</p>
This text has shadow with #471B16 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471B16;
-webkit-box-shadow: 1px 1px 3px 2px #471B16;
box-shadow: 1px 1px 3px 2px #471B16;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471B16; -webkit-box-shadow: 1px 1px 3px 2px #471B16; box-shadow:1px 1px 3px 2px #471B16;">
Div content here
</div>
Dieser Text ist in der Farbe #471B16 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #471B16 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #471B16.
Dieser Text ist weiß auf dem Hintergrund in Farbe #471B16.
Kontrastfarbe für #hex ist #B8E4E9.