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