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