HEX: #50707E
RGB: (80,112,126)
#50707E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50707E ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #50707E wird in RGB als (80,112,126) definiert.
RGB: (80,112,126)
(31%, 44%, 49%)
R 80 von 255 = 31%
G 112 von 255 = 44%
B 126 von 255 = 49%
R + G + B ~ 41%. #50707E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 80 + 112 + 126 = 318 (100%)
R 80 von 318 ~ 25.16%
G 112 von 318 ~ 35.22%
B 126 von 318 ~ 39.62'%
Die Farbe #50707E wird in CMYK als (37,11,0,51) definiert.
CMYK: (37,11,0,51)
C37M11Y0K51 (37%, 11%, 0%, 51%)
(0.37 / 0.11 / 0.00 / 0.51)
Farbe #50707E in den populären Farbmodellen.
50 | 70 | 7E | |
---|---|---|---|
RGB | 80 | 112 | 126 |
HSL | 198° | 22.33% | 40.39% |
HSB/HSV | 198° | 36.51% | 49.41% |
CMYK | 36.51% | 11.11% | 0.00% |
50.59% |
Die Farbe #50707E in den populären Zahlensystemen.
Hexadezimal | 50 | 70 | 7E |
Dezimal | 80 | 112 | 126 |
Binär | 1010000 | 1110000 | 1111110 |
Oktal | 120 | 160 | 176 |
Dunkle Töne der Farbe #50707E
Helle Töne der Farbe #50707E
Beispiele css- und html für Elemente in der Farbe #50707E. Bitte benutzen Sie auch rgb(80,112,126) statt hex-Code.
.myTextColor { color: #50707E; }
<p style="color:#50707E">This sample text font color is #50707E.</p>
Die Farbe dieses Textes ist #50707E.
.myBgColor { background-color: #50707E; }
<div style="background-color:#50707E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50707E.
.myBorderColor { border: 1px solid #50707E; }
<div style="border:3px solid #50707E">Div</div>
Die Grenzen von diesem div sind in Farbe #50707E.
.myOpacity80 { color: #50707E; opacity: 0.8; }
<p style="color:#50707E;opacity:0.8;">80%</p>
Text in Farbe #50707E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50707E;}
<p style="text-shadow: 3px 3px 1px #50707E">Text here.</p>
Dieser Text hat den Schatten in Farbe #50707E.
.textShadow {text-shadow: 3px 3px 1px #50707E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50707E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50707E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50707E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50707E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50707E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50707E;
-webkit-box-shadow: 1px 1px 3px 2px #50707E;
box-shadow: 1px 1px 3px 2px #50707E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50707E; -webkit-box-shadow: 1px 1px 3px 2px #50707E; box-shadow:1px 1px 3px 2px #50707E;">
Div content here
</div>
Dieser Text ist in der Farbe #50707E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50707E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50707E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50707E.
Kontrastfarbe für #hex ist #AF8F81.