HEX: #47575C
RGB: (71,87,92)
#47575C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #47575C ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #47575C wird in RGB als (71,87,92) definiert.
RGB: (71,87,92) (28%,34%,36%)
R 71 von 255 = 28%
G 87 von 255 = 34%
B 92 von 255 = 36%
R + G + B ~ 33%. #47575C ziemlich dunkle Farbe.
R + G + B =
71 + 87 + 92 = 250 (100%)
R 71 von 250 ~ 28.4%
G 87 von 250 ~ 34.8%
B 92 von 250 ~ 36.8%
Die Farbe #47575C wird in CMYK als (23,5,0,64) definiert.
CMYK: (23,5,0,64) C23M5Y0K64 (23%,5%,0%,64%) (0.23/0.05/0.00/0.64)
47 | 57 | 5C | |
---|---|---|---|
RGB | 71 | 87 | 92 |
HSL | 194° | 12.88% | 31.96% |
HSB/HSV | 194° | 22.83% | 36.08% |
CMYK | 22.83% | 5.43% | 0.00% |
63.92% |
Hexadezimal | 47 | 57 | 5C |
Dezimal | 71 | 87 | 92 |
Binär | 1000111 | 1010111 | 1011100 |
Oktal | 107 | 127 | 134 |
Beispiele css- und html für Elemente in der Farbe #47575C. Bitte benutzen Sie auch rgb(71,87,92) statt hex-Code.
.myTextColor { color: #47575C; }
<p style="color:#47575C">This sample text font color is #47575C.</p>
Die Farbe dieses Textes ist #47575C.
.myBgColor { background-color: #47575C; }
<div style="background-color:#47575C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #47575C.
.myBorderColor { border: 1px solid #47575C; }
<div style="border:3px solid #47575C">Div</div>
Die Grenzen von diesem div sind in Farbe #47575C.
.myOpacity80 { color: #47575C; opacity: 0.8; }
<p style="color:#47575C;opacity:0.8;">80%</p>
Text in Farbe #47575C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #47575C;}
<p style="text-shadow: 3px 3px 1px #47575C">Text here.</p>
Dieser Text hat den Schatten in Farbe #47575C.
.textShadow {text-shadow: 3px 3px 1px #47575C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #47575C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #47575C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#47575C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#47575C, Direction=45, Strength=4)">Text</p>
This text has shadow with #47575C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #47575C; -webkit-box-shadow: 1px 1px 3px 2px #47575C; box-shadow: 1px 1px 3px 2px #47575C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #47575C; -webkit-box-shadow: 1px 1px 3px 2px #47575C; box-shadow:1px 1px 3px 2px #47575C;">
Div content here</div>
Dieser Text ist in der Farbe #47575C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #47575C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #47575C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #47575C.