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