HEX: #50885E
RGB: (80,136,94)
#50885E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50885E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #50885E wird in RGB als (80,136,94) definiert.
RGB: (80,136,94)
(31%, 53%, 37%)
R 80 von 255 = 31%
G 136 von 255 = 53%
B 94 von 255 = 37%
R + G + B ~ 40%. #50885E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 136 + 94 = 310 (100%)
R 80 von 310 ~ 25.81%
G 136 von 310 ~ 43.87%
B 94 von 310 ~ 30.32'%
Die Farbe #50885E wird in CMYK als (41,0,31,47) definiert.
CMYK: (41,0,31,47)
C41M0Y31K47 (41%, 0%, 31%, 47%)
(0.41 / 0.00 / 0.31 / 0.47)
Farbe #50885E in den populären Farbmodellen.
50 | 88 | 5E | |
---|---|---|---|
RGB | 80 | 136 | 94 |
HSL | 135° | 25.93% | 42.35% |
HSB/HSV | 135° | 41.18% | 53.33% |
CMYK | 41.18% | 0.00% | 30.88% |
46.67% |
Die Farbe #50885E in den populären Zahlensystemen.
Hexadezimal | 50 | 88 | 5E |
Dezimal | 80 | 136 | 94 |
Binär | 1010000 | 10001000 | 1011110 |
Oktal | 120 | 210 | 136 |
Dunkle Töne der Farbe #50885E
Helle Töne der Farbe #50885E
Beispiele css- und html für Elemente in der Farbe #50885E. Bitte benutzen Sie auch rgb(80,136,94) statt hex-Code.
.myTextColor { color: #50885E; }
<p style="color:#50885E">This sample text font color is #50885E.</p>
Die Farbe dieses Textes ist #50885E.
.myBgColor { background-color: #50885E; }
<div style="background-color:#50885E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50885E.
.myBorderColor { border: 1px solid #50885E; }
<div style="border:3px solid #50885E">Div</div>
Die Grenzen von diesem div sind in Farbe #50885E.
.myOpacity80 { color: #50885E; opacity: 0.8; }
<p style="color:#50885E;opacity:0.8;">80%</p>
Text in Farbe #50885E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50885E;}
<p style="text-shadow: 3px 3px 1px #50885E">Text here.</p>
Dieser Text hat den Schatten in Farbe #50885E.
.textShadow {text-shadow: 3px 3px 1px #50885E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50885E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50885E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50885E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50885E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50885E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50885E;
-webkit-box-shadow: 1px 1px 3px 2px #50885E;
box-shadow: 1px 1px 3px 2px #50885E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50885E; -webkit-box-shadow: 1px 1px 3px 2px #50885E; box-shadow:1px 1px 3px 2px #50885E;">
Div content here
</div>
Dieser Text ist in der Farbe #50885E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50885E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50885E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50885E.
Kontrastfarbe für #hex ist #AF77A1.