HEX: #47462B
RGB: (71,70,43)
#47462B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47462B ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #47462B wird in RGB als (71,70,43) definiert.
RGB: (71,70,43)
(28%, 27%, 17%)
R 71 von 255 = 28%
G 70 von 255 = 27%
B 43 von 255 = 17%
R + G + B ~ 24%. #47462B dunkle Farbe.
R + G + B = 71 + 70 + 43 = 184 (100%)
R 71 von 184 ~ 38.59%
G 70 von 184 ~ 38.04%
B 43 von 184 ~ 23.37'%
Die Farbe #47462B wird in CMYK als (0,1,39,72) definiert.
CMYK: (0,1,39,72)
C0M1Y39K72 (0%, 1%, 39%, 72%)
(0.00 / 0.01 / 0.39 / 0.72)
Farbe #47462B in den populären Farbmodellen.
47 | 46 | 2B | |
---|---|---|---|
RGB | 71 | 70 | 43 |
HSL | 58° | 24.56% | 22.35% |
HSB/HSV | 58° | 39.44% | 27.84% |
CMYK | 0.00% | 1.41% | 39.44% |
72.16% |
Die Farbe #47462B in den populären Zahlensystemen.
Hexadezimal | 47 | 46 | 2B |
Dezimal | 71 | 70 | 43 |
Binär | 1000111 | 1000110 | 101011 |
Oktal | 107 | 106 | 53 |
Dunkle Töne der Farbe #47462B
Helle Töne der Farbe #47462B
Beispiele css- und html für Elemente in der Farbe #47462B. Bitte benutzen Sie auch rgb(71,70,43) statt hex-Code.
.myTextColor { color: #47462B; }
<p style="color:#47462B">This sample text font color is #47462B.</p>
Die Farbe dieses Textes ist #47462B.
.myBgColor { background-color: #47462B; }
<div style="background-color:#47462B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47462B.
.myBorderColor { border: 1px solid #47462B; }
<div style="border:3px solid #47462B">Div</div>
Die Grenzen von diesem div sind in Farbe #47462B.
.myOpacity80 { color: #47462B; opacity: 0.8; }
<p style="color:#47462B;opacity:0.8;">80%</p>
Text in Farbe #47462B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47462B;}
<p style="text-shadow: 3px 3px 1px #47462B">Text here.</p>
Dieser Text hat den Schatten in Farbe #47462B.
.textShadow {text-shadow: 3px 3px 1px #47462B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47462B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47462B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47462B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47462B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47462B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47462B;
-webkit-box-shadow: 1px 1px 3px 2px #47462B;
box-shadow: 1px 1px 3px 2px #47462B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47462B; -webkit-box-shadow: 1px 1px 3px 2px #47462B; box-shadow:1px 1px 3px 2px #47462B;">
Div content here
</div>
Dieser Text ist in der Farbe #47462B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47462B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47462B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47462B.
Kontrastfarbe für #hex ist #B8B9D4.