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