HEX: #50807B
RGB: (80,128,123)
#50807B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50807B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #50807B wird in RGB als (80,128,123) definiert.
RGB: (80,128,123)
(31%, 50%, 48%)
R 80 von 255 = 31%
G 128 von 255 = 50%
B 123 von 255 = 48%
R + G + B ~ 43%. #50807B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 128 + 123 = 331 (100%)
R 80 von 331 ~ 24.17%
G 128 von 331 ~ 38.67%
B 123 von 331 ~ 37.16'%
Die Farbe #50807B wird in CMYK als (38,0,4,50) definiert.
CMYK: (38,0,4,50)
C38M0Y4K50 (38%, 0%, 4%, 50%)
(0.38 / 0.00 / 0.04 / 0.50)
Farbe #50807B in den populären Farbmodellen.
50 | 80 | 7B | |
---|---|---|---|
RGB | 80 | 128 | 123 |
HSL | 174° | 23.08% | 40.78% |
HSB/HSV | 174° | 37.50% | 50.20% |
CMYK | 37.50% | 0.00% | 3.91% |
49.80% |
Die Farbe #50807B in den populären Zahlensystemen.
Hexadezimal | 50 | 80 | 7B |
Dezimal | 80 | 128 | 123 |
Binär | 1010000 | 10000000 | 1111011 |
Oktal | 120 | 200 | 173 |
Dunkle Töne der Farbe #50807B
Helle Töne der Farbe #50807B
Beispiele css- und html für Elemente in der Farbe #50807B. Bitte benutzen Sie auch rgb(80,128,123) statt hex-Code.
.myTextColor { color: #50807B; }
<p style="color:#50807B">This sample text font color is #50807B.</p>
Die Farbe dieses Textes ist #50807B.
.myBgColor { background-color: #50807B; }
<div style="background-color:#50807B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50807B.
.myBorderColor { border: 1px solid #50807B; }
<div style="border:3px solid #50807B">Div</div>
Die Grenzen von diesem div sind in Farbe #50807B.
.myOpacity80 { color: #50807B; opacity: 0.8; }
<p style="color:#50807B;opacity:0.8;">80%</p>
Text in Farbe #50807B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50807B;}
<p style="text-shadow: 3px 3px 1px #50807B">Text here.</p>
Dieser Text hat den Schatten in Farbe #50807B.
.textShadow {text-shadow: 3px 3px 1px #50807B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50807B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50807B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50807B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50807B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50807B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50807B;
-webkit-box-shadow: 1px 1px 3px 2px #50807B;
box-shadow: 1px 1px 3px 2px #50807B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50807B; -webkit-box-shadow: 1px 1px 3px 2px #50807B; box-shadow:1px 1px 3px 2px #50807B;">
Div content here
</div>
Dieser Text ist in der Farbe #50807B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50807B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50807B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50807B.
Kontrastfarbe für #hex ist #AF7F84.