HEX: #47493B
RGB: (71,73,59)
#47493B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47493B ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #47493B wird in RGB als (71,73,59) definiert.
RGB: (71,73,59)
(28%, 29%, 23%)
R 71 von 255 = 28%
G 73 von 255 = 29%
B 59 von 255 = 23%
R + G + B ~ 27%. #47493B ziemlich dunkle Farbe.
R + G + B = 71 + 73 + 59 = 203 (100%)
R 71 von 203 ~ 34.98%
G 73 von 203 ~ 35.96%
B 59 von 203 ~ 29.06'%
Die Farbe #47493B wird in CMYK als (3,0,19,71) definiert.
CMYK: (3,0,19,71) C3M0Y19K71 (3%,0%,19%,71%) (0.03/0.00/0.19/0.71)
Farbe #47493B in den populären Farbmodellen.
47 | 49 | 3B | |
---|---|---|---|
RGB | 71 | 73 | 59 |
HSL | 69° | 10.61% | 25.88% |
HSB/HSV | 69° | 19.18% | 28.63% |
CMYK | 2.74% | 0.00% | 19.18% |
71.37% |
Die Farbe #47493B in den populären Zahlensystemen.
Hexadezimal | 47 | 49 | 3B |
Dezimal | 71 | 73 | 59 |
Binär | 1000111 | 1001001 | 111011 |
Oktal | 107 | 111 | 73 |
Dunkle Töne der Farbe #47493B
Helle Töne der Farbe #47493B
Beispiele css- und html für Elemente in der Farbe #47493B. Bitte benutzen Sie auch rgb(71,73,59) statt hex-Code.
.myTextColor { color: #47493B; }
<p style="color:#47493B">This sample text font color is #47493B.</p>
Die Farbe dieses Textes ist #47493B.
.myBgColor { background-color: #47493B; }
<div style="background-color:#47493B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47493B.
.myBorderColor { border: 1px solid #47493B; }
<div style="border:3px solid #47493B">Div</div>
Die Grenzen von diesem div sind in Farbe #47493B.
.myOpacity80 { color: #47493B; opacity: 0.8; }
<p style="color:#47493B;opacity:0.8;">80%</p>
Text in Farbe #47493B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47493B;}
<p style="text-shadow: 3px 3px 1px #47493B">Text here.</p>
Dieser Text hat den Schatten in Farbe #47493B.
.textShadow {text-shadow: 3px 3px 1px #47493B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47493B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47493B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47493B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47493B, Direction=45, Strength=4)">Text</p>
This text has shadow with #47493B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47493B;
-webkit-box-shadow: 1px 1px 3px 2px #47493B;
box-shadow: 1px 1px 3px 2px #47493B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47493B; -webkit-box-shadow: 1px 1px 3px 2px #47493B; box-shadow:1px 1px 3px 2px #47493B;">
Div content here
</div>
Dieser Text ist in der Farbe #47493B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47493B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47493B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47493B.
Kontrastfarbe für #hex ist #B8B6C4.