HEX: #50744B
RGB: (80,116,75)
#50744B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50744B ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #50744B wird in RGB als (80,116,75) definiert.
RGB: (80,116,75)
(31%, 45%, 29%)
R 80 von 255 = 31%
G 116 von 255 = 45%
B 75 von 255 = 29%
R + G + B ~ 35%. #50744B ziemlich dunkle Farbe.
R + G + B = 80 + 116 + 75 = 271 (100%)
R 80 von 271 ~ 29.52%
G 116 von 271 ~ 42.8%
B 75 von 271 ~ 27.68'%
Die Farbe #50744B wird in CMYK als (31,0,35,55) definiert.
CMYK: (31,0,35,55)
C31M0Y35K55 (31%, 0%, 35%, 55%)
(0.31 / 0.00 / 0.35 / 0.55)
Farbe #50744B in den populären Farbmodellen.
50 | 74 | 4B | |
---|---|---|---|
RGB | 80 | 116 | 75 |
HSL | 113° | 21.47% | 37.45% |
HSB/HSV | 113° | 35.34% | 45.49% |
CMYK | 31.03% | 0.00% | 35.34% |
54.51% |
Die Farbe #50744B in den populären Zahlensystemen.
Hexadezimal | 50 | 74 | 4B |
Dezimal | 80 | 116 | 75 |
Binär | 1010000 | 1110100 | 1001011 |
Oktal | 120 | 164 | 113 |
Dunkle Töne der Farbe #50744B
Helle Töne der Farbe #50744B
Beispiele css- und html für Elemente in der Farbe #50744B. Bitte benutzen Sie auch rgb(80,116,75) statt hex-Code.
.myTextColor { color: #50744B; }
<p style="color:#50744B">This sample text font color is #50744B.</p>
Die Farbe dieses Textes ist #50744B.
.myBgColor { background-color: #50744B; }
<div style="background-color:#50744B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50744B.
.myBorderColor { border: 1px solid #50744B; }
<div style="border:3px solid #50744B">Div</div>
Die Grenzen von diesem div sind in Farbe #50744B.
.myOpacity80 { color: #50744B; opacity: 0.8; }
<p style="color:#50744B;opacity:0.8;">80%</p>
Text in Farbe #50744B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50744B;}
<p style="text-shadow: 3px 3px 1px #50744B">Text here.</p>
Dieser Text hat den Schatten in Farbe #50744B.
.textShadow {text-shadow: 3px 3px 1px #50744B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50744B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50744B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50744B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50744B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50744B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50744B;
-webkit-box-shadow: 1px 1px 3px 2px #50744B;
box-shadow: 1px 1px 3px 2px #50744B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50744B; -webkit-box-shadow: 1px 1px 3px 2px #50744B; box-shadow:1px 1px 3px 2px #50744B;">
Div content here
</div>
Dieser Text ist in der Farbe #50744B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50744B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50744B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50744B.
Kontrastfarbe für #hex ist #AF8BB4.