HEX: #477370
RGB: (71,115,112)
#477370 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #477370 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #477370 wird in RGB als (71,115,112) definiert.
RGB: (71,115,112) (28%,45%,44%)
R 71 von 255 = 28%
G 115 von 255 = 45%
B 112 von 255 = 44%
R + G + B ~ 39%. #477370 ziemlich dunkle Farbe.
R + G + B =
71 + 115 + 112 = 298 (100%)
R 71 von 298 ~ 23.83%
G 115 von 298 ~ 38.59%
B 112 von 298 ~ 37.58%
Die Farbe #477370 wird in CMYK als (38,0,3,55) definiert.
CMYK: (38,0,3,55) C38M0Y3K55 (38%,0%,3%,55%) (0.38/0.00/0.03/0.55)
47 | 73 | 70 | |
---|---|---|---|
RGB | 71 | 115 | 112 |
HSL | 176° | 23.66% | 36.47% |
HSB/HSV | 176° | 38.26% | 45.10% |
CMYK | 38.26% | 0.00% | 2.61% |
54.90% |
Hexadezimal | 47 | 73 | 70 |
Dezimal | 71 | 115 | 112 |
Binär | 1000111 | 1110011 | 1110000 |
Oktal | 107 | 163 | 160 |
Beispiele css- und html für Elemente in der Farbe #477370. Bitte benutzen Sie auch rgb(71,115,112) statt hex-Code.
.myTextColor { color: #477370; }
<p style="color:#477370">This sample text font color is #477370.</p>
Die Farbe dieses Textes ist #477370.
.myBgColor { background-color: #477370; }
<div style="background-color:#477370">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #477370.
.myBorderColor { border: 1px solid #477370; }
<div style="border:3px solid #477370">Div</div>
Die Grenzen von diesem div sind in Farbe #477370.
.myOpacity80 { color: #477370; opacity: 0.8; }
<p style="color:#477370;opacity:0.8;">80%</p>
Text in Farbe #477370 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #477370;}
<p style="text-shadow: 3px 3px 1px #477370">Text here.</p>
Dieser Text hat den Schatten in Farbe #477370.
.textShadow {text-shadow: 3px 3px 1px #477370, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #477370, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #477370 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#477370, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#477370, Direction=45, Strength=4)">Text</p>
This text has shadow with #477370 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #477370; -webkit-box-shadow: 1px 1px 3px 2px #477370; box-shadow: 1px 1px 3px 2px #477370; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #477370; -webkit-box-shadow: 1px 1px 3px 2px #477370; box-shadow:1px 1px 3px 2px #477370;">
Div content here</div>
Dieser Text ist in der Farbe #477370 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #477370 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #477370.
Dieser Text ist weiß auf dem Hintergrund in Farbe #477370.