HEX: #71475C
RGB: (113,71,92)
#71475C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71475C ist eine «websichere» Webfarbe #663366 (oder kurz #636).
Die Farbe #71475C wird in RGB als (113,71,92) definiert.
RGB: (113,71,92)
(44%, 28%, 36%)
R 113 von 255 = 44%
G 71 von 255 = 28%
B 92 von 255 = 36%
R + G + B ~ 36%. #71475C ziemlich dunkle Farbe.
R + G + B = 113 + 71 + 92 = 276 (100%)
R 113 von 276 ~ 40.94%
G 71 von 276 ~ 25.72%
B 92 von 276 ~ 33.33'%
Die Farbe #71475C wird in CMYK als (0,37,19,56) definiert.
CMYK: (0,37,19,56)
C0M37Y19K56 (0%, 37%, 19%, 56%)
(0.00 / 0.37 / 0.19 / 0.56)
Farbe #71475C in den populären Farbmodellen.
71 | 47 | 5C | |
---|---|---|---|
RGB | 113 | 71 | 92 |
HSL | 330° | 22.83% | 36.08% |
HSB/HSV | 330° | 37.17% | 44.31% |
CMYK | 0.00% | 37.17% | 18.58% |
55.69% |
Die Farbe #71475C in den populären Zahlensystemen.
Hexadezimal | 71 | 47 | 5C |
Dezimal | 113 | 71 | 92 |
Binär | 1110001 | 1000111 | 1011100 |
Oktal | 161 | 107 | 134 |
Dunkle Töne der Farbe #71475C
Helle Töne der Farbe #71475C
Beispiele css- und html für Elemente in der Farbe #71475C. Bitte benutzen Sie auch rgb(113,71,92) statt hex-Code.
.myTextColor { color: #71475C; }
<p style="color:#71475C">This sample text font color is #71475C.</p>
Die Farbe dieses Textes ist #71475C.
.myBgColor { background-color: #71475C; }
<div style="background-color:#71475C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71475C.
.myBorderColor { border: 1px solid #71475C; }
<div style="border:3px solid #71475C">Div</div>
Die Grenzen von diesem div sind in Farbe #71475C.
.myOpacity80 { color: #71475C; opacity: 0.8; }
<p style="color:#71475C;opacity:0.8;">80%</p>
Text in Farbe #71475C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71475C;}
<p style="text-shadow: 3px 3px 1px #71475C">Text here.</p>
Dieser Text hat den Schatten in Farbe #71475C.
.textShadow {text-shadow: 3px 3px 1px #71475C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71475C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71475C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71475C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71475C, Direction=45, Strength=4)">Text</p>
This text has shadow with #71475C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71475C;
-webkit-box-shadow: 1px 1px 3px 2px #71475C;
box-shadow: 1px 1px 3px 2px #71475C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71475C; -webkit-box-shadow: 1px 1px 3px 2px #71475C; box-shadow:1px 1px 3px 2px #71475C;">
Div content here
</div>
Dieser Text ist in der Farbe #71475C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71475C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71475C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71475C.
Kontrastfarbe für #hex ist #8EB8A3.