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