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