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