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