HEX: #50555C
RGB: (80,85,92)
#50555C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #50555C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #50555C wird in RGB als (80,85,92) definiert.
RGB: (80,85,92) (31%,33%,36%)
R 80 von 255 = 31%
G 85 von 255 = 33%
B 92 von 255 = 36%
R + G + B ~ 33%. #50555C ziemlich dunkle Farbe.
R + G + B =
80 + 85 + 92 = 257 (100%)
R 80 von 257 ~ 31.13%
G 85 von 257 ~ 33.07%
B 92 von 257 ~ 35.8%
Die Farbe #50555C wird in CMYK als (13,8,0,64) definiert.
CMYK: (13,8,0,64) C13M8Y0K64 (13%,8%,0%,64%) (0.13/0.08/0.00/0.64)
50 | 55 | 5C | |
---|---|---|---|
RGB | 80 | 85 | 92 |
HSL | 215° | 6.98% | 33.73% |
HSB/HSV | 215° | 13.04% | 36.08% |
CMYK | 13.04% | 7.61% | 0.00% |
63.92% |
Hexadezimal | 50 | 55 | 5C |
Dezimal | 80 | 85 | 92 |
Binär | 1010000 | 1010101 | 1011100 |
Oktal | 120 | 125 | 134 |
Beispiele css- und html für Elemente in der Farbe #50555C. Bitte benutzen Sie auch rgb(80,85,92) statt hex-Code.
.myTextColor { color: #50555C; }
<p style="color:#50555C">This sample text font color is #50555C.</p>
Die Farbe dieses Textes ist #50555C.
.myBgColor { background-color: #50555C; }
<div style="background-color:#50555C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #50555C.
.myBorderColor { border: 1px solid #50555C; }
<div style="border:3px solid #50555C">Div</div>
Die Grenzen von diesem div sind in Farbe #50555C.
.myOpacity80 { color: #50555C; opacity: 0.8; }
<p style="color:#50555C;opacity:0.8;">80%</p>
Text in Farbe #50555C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #50555C;}
<p style="text-shadow: 3px 3px 1px #50555C">Text here.</p>
Dieser Text hat den Schatten in Farbe #50555C.
.textShadow {text-shadow: 3px 3px 1px #50555C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #50555C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #50555C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50555C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#50555C, Direction=45, Strength=4)">Text</p>
This text has shadow with #50555C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50555C; -webkit-box-shadow: 1px 1px 3px 2px #50555C; box-shadow: 1px 1px 3px 2px #50555C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #50555C; -webkit-box-shadow: 1px 1px 3px 2px #50555C; box-shadow:1px 1px 3px 2px #50555C;">
Div content here</div>
Dieser Text ist in der Farbe #50555C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #50555C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #50555C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #50555C.