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