HEX: #471006
RGB: (71,16,6)
#471006 enthält hauptsächlich rote und grüne Farbe. Für #471006 ist eine «websichere» Webfarbe #330000 (oder kurz #300).
Die Farbe #471006 wird in RGB als (71,16,6) definiert.
RGB: (71,16,6)
(28%, 6%, 2%)
R 71 von 255 = 28%
G 16 von 255 = 6%
B 6 von 255 = 2%
R + G + B ~ 12%. #471006 dunkle Farbe.
R + G + B = 71 + 16 + 6 = 93 (100%)
R 71 von 93 ~ 76.34%
G 16 von 93 ~ 17.2%
B 6 von 93 ~ 6.45'%
Die Farbe #471006 wird in CMYK als (0,77,92,72) definiert.
CMYK: (0,77,92,72)
C0M77Y92K72 (0%, 77%, 92%, 72%)
(0.00 / 0.77 / 0.92 / 0.72)
Farbe #471006 in den populären Farbmodellen.
47 | 10 | 06 | |
---|---|---|---|
RGB | 71 | 16 | 6 |
HSL | 9° | 84.42% | 15.10% |
HSB/HSV | 9° | 91.55% | 27.84% |
CMYK | 0.00% | 77.46% | 91.55% |
72.16% |
Die Farbe #471006 in den populären Zahlensystemen.
Hexadezimal | 47 | 10 | 06 |
Dezimal | 71 | 16 | 6 |
Binär | 1000111 | 10000 | 110 |
Oktal | 107 | 20 | 6 |
Dunkle Töne der Farbe #471006
Helle Töne der Farbe #471006
Beispiele css- und html für Elemente in der Farbe #471006. Bitte benutzen Sie auch rgb(71,16,6) statt hex-Code.
.myTextColor { color: #471006; }
<p style="color:#471006">This sample text font color is #471006.</p>
Die Farbe dieses Textes ist #471006.
.myBgColor { background-color: #471006; }
<div style="background-color:#471006">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #471006.
.myBorderColor { border: 1px solid #471006; }
<div style="border:3px solid #471006">Div</div>
Die Grenzen von diesem div sind in Farbe #471006.
.myOpacity80 { color: #471006; opacity: 0.8; }
<p style="color:#471006;opacity:0.8;">80%</p>
Text in Farbe #471006 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471006;}
<p style="text-shadow: 3px 3px 1px #471006">Text here.</p>
Dieser Text hat den Schatten in Farbe #471006.
.textShadow {text-shadow: 3px 3px 1px #471006', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471006, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #471006 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471006, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471006, Direction=45, Strength=4)">Text</p>
This text has shadow with #471006 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471006;
-webkit-box-shadow: 1px 1px 3px 2px #471006;
box-shadow: 1px 1px 3px 2px #471006;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471006; -webkit-box-shadow: 1px 1px 3px 2px #471006; box-shadow:1px 1px 3px 2px #471006;">
Div content here
</div>
Dieser Text ist in der Farbe #471006 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #471006 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #471006.
Dieser Text ist weiß auf dem Hintergrund in Farbe #471006.
Kontrastfarbe für #hex ist #B8EFF9.