HEX: #475761
RGB: (71,87,97)
#475761 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #475761 ist eine «websichere» Webfarbe #336666 (oder kurz #366).
Die Farbe #475761 wird in RGB als (71,87,97) definiert.
RGB: (71,87,97)
(28%, 34%, 38%)
R 71 von 255 = 28%
G 87 von 255 = 34%
B 97 von 255 = 38%
R + G + B ~ 33%. #475761 ziemlich dunkle Farbe.
R + G + B = 71 + 87 + 97 = 255 (100%)
R 71 von 255 ~ 27.84%
G 87 von 255 ~ 34.12%
B 97 von 255 ~ 38.04'%
Die Farbe #475761 wird in CMYK als (27,10,0,62) definiert.
CMYK: (27,10,0,62) C27M10Y0K62 (27%,10%,0%,62%) (0.27/0.10/0.00/0.62)
Farbe #475761 in den populären Farbmodellen.
47 | 57 | 61 | |
---|---|---|---|
RGB | 71 | 87 | 97 |
HSL | 203° | 15.48% | 32.94% |
HSB/HSV | 203° | 26.80% | 38.04% |
CMYK | 26.80% | 10.31% | 0.00% |
61.96% |
Die Farbe #475761 in den populären Zahlensystemen.
Hexadezimal | 47 | 57 | 61 |
Dezimal | 71 | 87 | 97 |
Binär | 1000111 | 1010111 | 1100001 |
Oktal | 107 | 127 | 141 |
Dunkle Töne der Farbe #475761
Helle Töne der Farbe #475761
Beispiele css- und html für Elemente in der Farbe #475761. Bitte benutzen Sie auch rgb(71,87,97) statt hex-Code.
.myTextColor { color: #475761; }
<p style="color:#475761">This sample text font color is #475761.</p>
Die Farbe dieses Textes ist #475761.
.myBgColor { background-color: #475761; }
<div style="background-color:#475761">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #475761.
.myBorderColor { border: 1px solid #475761; }
<div style="border:3px solid #475761">Div</div>
Die Grenzen von diesem div sind in Farbe #475761.
.myOpacity80 { color: #475761; opacity: 0.8; }
<p style="color:#475761;opacity:0.8;">80%</p>
Text in Farbe #475761 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #475761;}
<p style="text-shadow: 3px 3px 1px #475761">Text here.</p>
Dieser Text hat den Schatten in Farbe #475761.
.textShadow {text-shadow: 3px 3px 1px #475761', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #475761, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #475761 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#475761, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#475761, Direction=45, Strength=4)">Text</p>
This text has shadow with #475761 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #475761;
-webkit-box-shadow: 1px 1px 3px 2px #475761;
box-shadow: 1px 1px 3px 2px #475761;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #475761; -webkit-box-shadow: 1px 1px 3px 2px #475761; box-shadow:1px 1px 3px 2px #475761;">
Div content here
</div>
Dieser Text ist in der Farbe #475761 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #475761 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #475761.
Dieser Text ist weiß auf dem Hintergrund in Farbe #475761.
Kontrastfarbe für #hex ist #B8A89E.