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