HEX: #50595E
RGB: (80,89,94)
#50595E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50595E ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #50595E wird in RGB als (80,89,94) definiert.
RGB: (80,89,94) (31%,35%,37%)
R 80 von 255 = 31%
G 89 von 255 = 35%
B 94 von 255 = 37%
R + G + B ~ 34%. #50595E ziemlich dunkle Farbe.
R + G + B =
80 + 89 + 94 = 263 (100%)
R 80 von 263 ~ 30.42%
G 89 von 263 ~ 33.84%
B 94 von 263 ~ 35.74%
Die Farbe #50595E wird in CMYK als (15,5,0,63) definiert.
CMYK: (15,5,0,63) C15M5Y0K63 (15%,5%,0%,63%) (0.15/0.05/0.00/0.63)
50 | 59 | 5E | |
---|---|---|---|
RGB | 80 | 89 | 94 |
HSL | 201° | 8.05% | 34.12% |
HSB/HSV | 201° | 14.89% | 36.86% |
CMYK | 14.89% | 5.32% | 0.00% |
63.14% |
Hexadezimal | 50 | 59 | 5E |
Dezimal | 80 | 89 | 94 |
Binär | 1010000 | 1011001 | 1011110 |
Oktal | 120 | 131 | 136 |
Beispiele css- und html für Elemente in der Farbe #50595E. Bitte benutzen Sie auch rgb(80,89,94) statt hex-Code.
.myTextColor { color: #50595E; }
<p style="color:#50595E">This sample text font color is #50595E.</p>
Die Farbe dieses Textes ist #50595E.
.myBgColor { background-color: #50595E; }
<div style="background-color:#50595E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50595E.
.myBorderColor { border: 1px solid #50595E; }
<div style="border:3px solid #50595E">Div</div>
Die Grenzen von diesem div sind in Farbe #50595E.
.myOpacity80 { color: #50595E; opacity: 0.8; }
<p style="color:#50595E;opacity:0.8;">80%</p>
Text in Farbe #50595E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50595E;}
<p style="text-shadow: 3px 3px 1px #50595E">Text here.</p>
Dieser Text hat den Schatten in Farbe #50595E.
.textShadow {text-shadow: 3px 3px 1px #50595E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50595E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50595E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50595E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50595E, Direction=45, Strength=4)">Text</p>
This text has shadow with #50595E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50595E; -webkit-box-shadow: 1px 1px 3px 2px #50595E; box-shadow: 1px 1px 3px 2px #50595E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50595E; -webkit-box-shadow: 1px 1px 3px 2px #50595E; box-shadow:1px 1px 3px 2px #50595E;">
Div content here</div>
Dieser Text ist in der Farbe #50595E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50595E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50595E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50595E.