HEX: #471412
RGB: (71,20,18)
#471412 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #471412 ist eine «websichere» Webfarbe #330000 (oder kurz #300).
Die Farbe #471412 wird in RGB als (71,20,18) definiert.
RGB: (71,20,18)
(28%, 8%, 7%)
R 71 von 255 = 28%
G 20 von 255 = 8%
B 18 von 255 = 7%
R + G + B ~ 14%. #471412 dunkle Farbe.
R + G + B = 71 + 20 + 18 = 109 (100%)
R 71 von 109 ~ 65.14%
G 20 von 109 ~ 18.35%
B 18 von 109 ~ 16.51'%
Die Farbe #471412 wird in CMYK als (0,72,75,72) definiert.
CMYK: (0,72,75,72) C0M72Y75K72 (0%,72%,75%,72%) (0.00/0.72/0.75/0.72)
Farbe #471412 in den populären Farbmodellen.
47 | 14 | 12 | |
---|---|---|---|
RGB | 71 | 20 | 18 |
HSL | 2° | 59.55% | 17.45% |
HSB/HSV | 2° | 74.65% | 27.84% |
CMYK | 0.00% | 71.83% | 74.65% |
72.16% |
Die Farbe #471412 in den populären Zahlensystemen.
Hexadezimal | 47 | 14 | 12 |
Dezimal | 71 | 20 | 18 |
Binär | 1000111 | 10100 | 10010 |
Oktal | 107 | 24 | 22 |
Dunkle Töne der Farbe #471412
Helle Töne der Farbe #471412
Beispiele css- und html für Elemente in der Farbe #471412. Bitte benutzen Sie auch rgb(71,20,18) statt hex-Code.
.myTextColor { color: #471412; }
<p style="color:#471412">This sample text font color is #471412.</p>
Die Farbe dieses Textes ist #471412.
.myBgColor { background-color: #471412; }
<div style="background-color:#471412">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #471412.
.myBorderColor { border: 1px solid #471412; }
<div style="border:3px solid #471412">Div</div>
Die Grenzen von diesem div sind in Farbe #471412.
.myOpacity80 { color: #471412; opacity: 0.8; }
<p style="color:#471412;opacity:0.8;">80%</p>
Text in Farbe #471412 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #471412;}
<p style="text-shadow: 3px 3px 1px #471412">Text here.</p>
Dieser Text hat den Schatten in Farbe #471412.
.textShadow {text-shadow: 3px 3px 1px #471412', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #471412, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #471412 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#471412, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#471412, Direction=45, Strength=4)">Text</p>
This text has shadow with #471412 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #471412;
-webkit-box-shadow: 1px 1px 3px 2px #471412;
box-shadow: 1px 1px 3px 2px #471412;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #471412; -webkit-box-shadow: 1px 1px 3px 2px #471412; box-shadow:1px 1px 3px 2px #471412;">
Div content here
</div>
Dieser Text ist in der Farbe #471412 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #471412 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #471412.
Dieser Text ist weiß auf dem Hintergrund in Farbe #471412.
Kontrastfarbe für #hex ist #B8EBED.