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