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