HEX: #50596B
RGB: (80,89,107)
#50596B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50596B ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #50596B wird in RGB als (80,89,107) definiert.
RGB: (80,89,107)
(31%, 35%, 42%)
R 80 von 255 = 31%
G 89 von 255 = 35%
B 107 von 255 = 42%
R + G + B ~ 36%. #50596B ziemlich dunkle Farbe.
R + G + B = 80 + 89 + 107 = 276 (100%)
R 80 von 276 ~ 28.99%
G 89 von 276 ~ 32.25%
B 107 von 276 ~ 38.77'%
Die Farbe #50596B wird in CMYK als (25,17,0,58) definiert.
CMYK: (25,17,0,58)
C25M17Y0K58 (25%, 17%, 0%, 58%)
(0.25 / 0.17 / 0.00 / 0.58)
Farbe #50596B in den populären Farbmodellen.
50 | 59 | 6B | |
---|---|---|---|
RGB | 80 | 89 | 107 |
HSL | 220° | 14.44% | 36.67% |
HSB/HSV | 220° | 25.23% | 41.96% |
CMYK | 25.23% | 16.82% | 0.00% |
58.04% |
Die Farbe #50596B in den populären Zahlensystemen.
Hexadezimal | 50 | 59 | 6B |
Dezimal | 80 | 89 | 107 |
Binär | 1010000 | 1011001 | 1101011 |
Oktal | 120 | 131 | 153 |
Dunkle Töne der Farbe #50596B
Helle Töne der Farbe #50596B
Beispiele css- und html für Elemente in der Farbe #50596B. Bitte benutzen Sie auch rgb(80,89,107) statt hex-Code.
.myTextColor { color: #50596B; }
<p style="color:#50596B">This sample text font color is #50596B.</p>
Die Farbe dieses Textes ist #50596B.
.myBgColor { background-color: #50596B; }
<div style="background-color:#50596B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50596B.
.myBorderColor { border: 1px solid #50596B; }
<div style="border:3px solid #50596B">Div</div>
Die Grenzen von diesem div sind in Farbe #50596B.
.myOpacity80 { color: #50596B; opacity: 0.8; }
<p style="color:#50596B;opacity:0.8;">80%</p>
Text in Farbe #50596B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50596B;}
<p style="text-shadow: 3px 3px 1px #50596B">Text here.</p>
Dieser Text hat den Schatten in Farbe #50596B.
.textShadow {text-shadow: 3px 3px 1px #50596B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50596B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50596B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50596B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50596B, Direction=45, Strength=4)">Text</p>
This text has shadow with #50596B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #50596B;
-webkit-box-shadow: 1px 1px 3px 2px #50596B;
box-shadow: 1px 1px 3px 2px #50596B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50596B; -webkit-box-shadow: 1px 1px 3px 2px #50596B; box-shadow:1px 1px 3px 2px #50596B;">
Div content here
</div>
Dieser Text ist in der Farbe #50596B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50596B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50596B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50596B.
Kontrastfarbe für #hex ist #AFA694.