HEX: #47424D
RGB: (71,66,77)
#47424D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47424D ist eine «websichere» Webfarbe #333333 (oder kurz #333).
Die Farbe #47424D wird in RGB als (71,66,77) definiert.
RGB: (71,66,77)
(28%, 26%, 30%)
R 71 von 255 = 28%
G 66 von 255 = 26%
B 77 von 255 = 30%
R + G + B ~ 28%. #47424D ziemlich dunkle Farbe.
R + G + B = 71 + 66 + 77 = 214 (100%)
R 71 von 214 ~ 33.18%
G 66 von 214 ~ 30.84%
B 77 von 214 ~ 35.98'%
Die Farbe #47424D wird in CMYK als (8,14,0,70) definiert.
CMYK: (8,14,0,70)
C8M14Y0K70 (8%, 14%, 0%, 70%)
(0.08 / 0.14 / 0.00 / 0.70)
Farbe #47424D in den populären Farbmodellen.
47 | 42 | 4D | |
---|---|---|---|
RGB | 71 | 66 | 77 |
HSL | 267° | 7.69% | 28.04% |
HSB/HSV | 267° | 14.29% | 30.20% |
CMYK | 7.79% | 14.29% | 0.00% |
69.80% |
Die Farbe #47424D in den populären Zahlensystemen.
Hexadezimal | 47 | 42 | 4D |
Dezimal | 71 | 66 | 77 |
Binär | 1000111 | 1000010 | 1001101 |
Oktal | 107 | 102 | 115 |
Dunkle Töne der Farbe #47424D
Helle Töne der Farbe #47424D
Beispiele css- und html für Elemente in der Farbe #47424D. Bitte benutzen Sie auch rgb(71,66,77) statt hex-Code.
.myTextColor { color: #47424D; }
<p style="color:#47424D">This sample text font color is #47424D.</p>
Die Farbe dieses Textes ist #47424D.
.myBgColor { background-color: #47424D; }
<div style="background-color:#47424D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47424D.
.myBorderColor { border: 1px solid #47424D; }
<div style="border:3px solid #47424D">Div</div>
Die Grenzen von diesem div sind in Farbe #47424D.
.myOpacity80 { color: #47424D; opacity: 0.8; }
<p style="color:#47424D;opacity:0.8;">80%</p>
Text in Farbe #47424D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47424D;}
<p style="text-shadow: 3px 3px 1px #47424D">Text here.</p>
Dieser Text hat den Schatten in Farbe #47424D.
.textShadow {text-shadow: 3px 3px 1px #47424D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47424D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47424D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47424D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47424D, Direction=45, Strength=4)">Text</p>
This text has shadow with #47424D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #47424D;
-webkit-box-shadow: 1px 1px 3px 2px #47424D;
box-shadow: 1px 1px 3px 2px #47424D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #47424D; -webkit-box-shadow: 1px 1px 3px 2px #47424D; box-shadow:1px 1px 3px 2px #47424D;">
Div content here
</div>
Dieser Text ist in der Farbe #47424D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47424D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47424D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47424D.
Kontrastfarbe für #hex ist #B8BDB2.