HEX: #50667D
RGB: (80,102,125)
#50667D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50667D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #50667D wird in RGB als (80,102,125) definiert.
RGB: (80,102,125)
(31%, 40%, 49%)
R 80 von 255 = 31%
G 102 von 255 = 40%
B 125 von 255 = 49%
R + G + B ~ 40%. #50667D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 102 + 125 = 307 (100%)
R 80 von 307 ~ 26.06%
G 102 von 307 ~ 33.22%
B 125 von 307 ~ 40.72'%
Die Farbe #50667D wird in CMYK als (36,18,0,51) definiert.
CMYK: (36,18,0,51)
C36M18Y0K51 (36%, 18%, 0%, 51%)
(0.36 / 0.18 / 0.00 / 0.51)
Farbe #50667D in den populären Farbmodellen.
50 | 66 | 7D | |
---|---|---|---|
RGB | 80 | 102 | 125 |
HSL | 211° | 21.95% | 40.20% |
HSB/HSV | 211° | 36.00% | 49.02% |
CMYK | 36.00% | 18.40% | 0.00% |
50.98% |
Die Farbe #50667D in den populären Zahlensystemen.
Hexadezimal | 50 | 66 | 7D |
Dezimal | 80 | 102 | 125 |
Binär | 1010000 | 1100110 | 1111101 |
Oktal | 120 | 146 | 175 |
Dunkle Töne der Farbe #50667D
Helle Töne der Farbe #50667D
Beispiele css- und html für Elemente in der Farbe #50667D. Bitte benutzen Sie auch rgb(80,102,125) statt hex-Code.
.myTextColor { color: #50667D; }
<p style="color:#50667D">This sample text font color is #50667D.</p>
Die Farbe dieses Textes ist #50667D.
.myBgColor { background-color: #50667D; }
<div style="background-color:#50667D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50667D.
.myBorderColor { border: 1px solid #50667D; }
<div style="border:3px solid #50667D">Div</div>
Die Grenzen von diesem div sind in Farbe #50667D.
.myOpacity80 { color: #50667D; opacity: 0.8; }
<p style="color:#50667D;opacity:0.8;">80%</p>
Text in Farbe #50667D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50667D;}
<p style="text-shadow: 3px 3px 1px #50667D">Text here.</p>
Dieser Text hat den Schatten in Farbe #50667D.
.textShadow {text-shadow: 3px 3px 1px #50667D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50667D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50667D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50667D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50667D, Direction=45, Strength=4)">Text</p>
This text has shadow with #50667D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50667D;
-webkit-box-shadow: 1px 1px 3px 2px #50667D;
box-shadow: 1px 1px 3px 2px #50667D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50667D; -webkit-box-shadow: 1px 1px 3px 2px #50667D; box-shadow:1px 1px 3px 2px #50667D;">
Div content here
</div>
Dieser Text ist in der Farbe #50667D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50667D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50667D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50667D.
Kontrastfarbe für #hex ist #AF9982.