HEX: #71371B
RGB: (113,55,27)
#71371B enthält hauptsächlich rote und grüne Farbe. Für #71371B ist eine «websichere» Webfarbe #663333 (oder kurz #633).
Die Farbe #71371B wird in RGB als (113,55,27) definiert.
RGB: (113,55,27)
(44%, 22%, 11%)
R 113 von 255 = 44%
G 55 von 255 = 22%
B 27 von 255 = 11%
R + G + B ~ 26%. #71371B ziemlich dunkle Farbe.
R + G + B = 113 + 55 + 27 = 195 (100%)
R 113 von 195 ~ 57.95%
G 55 von 195 ~ 28.21%
B 27 von 195 ~ 13.85'%
Die Farbe #71371B wird in CMYK als (0,51,76,56) definiert.
CMYK: (0,51,76,56)
C0M51Y76K56 (0%, 51%, 76%, 56%)
(0.00 / 0.51 / 0.76 / 0.56)
Farbe #71371B in den populären Farbmodellen.
71 | 37 | 1B | |
---|---|---|---|
RGB | 113 | 55 | 27 |
HSL | 20° | 61.43% | 27.45% |
HSB/HSV | 20° | 76.11% | 44.31% |
CMYK | 0.00% | 51.33% | 76.11% |
55.69% |
Die Farbe #71371B in den populären Zahlensystemen.
Hexadezimal | 71 | 37 | 1B |
Dezimal | 113 | 55 | 27 |
Binär | 1110001 | 110111 | 11011 |
Oktal | 161 | 67 | 33 |
Dunkle Töne der Farbe #71371B
Helle Töne der Farbe #71371B
Beispiele css- und html für Elemente in der Farbe #71371B. Bitte benutzen Sie auch rgb(113,55,27) statt hex-Code.
.myTextColor { color: #71371B; }
<p style="color:#71371B">This sample text font color is #71371B.</p>
Die Farbe dieses Textes ist #71371B.
.myBgColor { background-color: #71371B; }
<div style="background-color:#71371B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71371B.
.myBorderColor { border: 1px solid #71371B; }
<div style="border:3px solid #71371B">Div</div>
Die Grenzen von diesem div sind in Farbe #71371B.
.myOpacity80 { color: #71371B; opacity: 0.8; }
<p style="color:#71371B;opacity:0.8;">80%</p>
Text in Farbe #71371B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71371B;}
<p style="text-shadow: 3px 3px 1px #71371B">Text here.</p>
Dieser Text hat den Schatten in Farbe #71371B.
.textShadow {text-shadow: 3px 3px 1px #71371B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71371B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71371B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71371B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71371B, Direction=45, Strength=4)">Text</p>
This text has shadow with #71371B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71371B;
-webkit-box-shadow: 1px 1px 3px 2px #71371B;
box-shadow: 1px 1px 3px 2px #71371B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71371B; -webkit-box-shadow: 1px 1px 3px 2px #71371B; box-shadow:1px 1px 3px 2px #71371B;">
Div content here
</div>
Dieser Text ist in der Farbe #71371B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71371B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71371B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71371B.
Kontrastfarbe für #hex ist #8EC8E4.