HEX: #71514D
RGB: (113,81,77)
#71514D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #71514D ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #71514D wird in RGB als (113,81,77) definiert.
RGB: (113,81,77)
(44%, 32%, 30%)
R 113 von 255 = 44%
G 81 von 255 = 32%
B 77 von 255 = 30%
R + G + B ~ 35%. #71514D ziemlich dunkle Farbe.
R + G + B = 113 + 81 + 77 = 271 (100%)
R 113 von 271 ~ 41.7%
G 81 von 271 ~ 29.89%
B 77 von 271 ~ 28.41'%
Die Farbe #71514D wird in CMYK als (0,28,32,56) definiert.
CMYK: (0,28,32,56)
C0M28Y32K56 (0%, 28%, 32%, 56%)
(0.00 / 0.28 / 0.32 / 0.56)
Farbe #71514D in den populären Farbmodellen.
71 | 51 | 4D | |
---|---|---|---|
RGB | 113 | 81 | 77 |
HSL | 7° | 18.95% | 37.25% |
HSB/HSV | 7° | 31.86% | 44.31% |
CMYK | 0.00% | 28.32% | 31.86% |
55.69% |
Die Farbe #71514D in den populären Zahlensystemen.
Hexadezimal | 71 | 51 | 4D |
Dezimal | 113 | 81 | 77 |
Binär | 1110001 | 1010001 | 1001101 |
Oktal | 161 | 121 | 115 |
Dunkle Töne der Farbe #71514D
Helle Töne der Farbe #71514D
Beispiele css- und html für Elemente in der Farbe #71514D. Bitte benutzen Sie auch rgb(113,81,77) statt hex-Code.
.myTextColor { color: #71514D; }
<p style="color:#71514D">This sample text font color is #71514D.</p>
Die Farbe dieses Textes ist #71514D.
.myBgColor { background-color: #71514D; }
<div style="background-color:#71514D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #71514D.
.myBorderColor { border: 1px solid #71514D; }
<div style="border:3px solid #71514D">Div</div>
Die Grenzen von diesem div sind in Farbe #71514D.
.myOpacity80 { color: #71514D; opacity: 0.8; }
<p style="color:#71514D;opacity:0.8;">80%</p>
Text in Farbe #71514D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71514D;}
<p style="text-shadow: 3px 3px 1px #71514D">Text here.</p>
Dieser Text hat den Schatten in Farbe #71514D.
.textShadow {text-shadow: 3px 3px 1px #71514D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71514D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #71514D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71514D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71514D, Direction=45, Strength=4)">Text</p>
This text has shadow with #71514D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71514D;
-webkit-box-shadow: 1px 1px 3px 2px #71514D;
box-shadow: 1px 1px 3px 2px #71514D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71514D; -webkit-box-shadow: 1px 1px 3px 2px #71514D; box-shadow:1px 1px 3px 2px #71514D;">
Div content here
</div>
Dieser Text ist in der Farbe #71514D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #71514D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #71514D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #71514D.
Kontrastfarbe für #hex ist #8EAEB2.