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