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