HEX: #505C6C
RGB: (80,92,108)
#505C6C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #505C6C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #505C6C wird in RGB als (80,92,108) definiert.
RGB: (80,92,108) (31%,36%,42%)
R 80 von 255 = 31%
G 92 von 255 = 36%
B 108 von 255 = 42%
R + G + B ~ 36%. #505C6C ziemlich dunkle Farbe.
R + G + B =
80 + 92 + 108 = 280 (100%)
R 80 von 280 ~ 28.57%
G 92 von 280 ~ 32.86%
B 108 von 280 ~ 38.57%
Die Farbe #505C6C wird in CMYK als (26,15,0,58) definiert.
CMYK: (26,15,0,58) C26M15Y0K58 (26%,15%,0%,58%) (0.26/0.15/0.00/0.58)
50 | 5C | 6C | |
---|---|---|---|
RGB | 80 | 92 | 108 |
HSL | 214° | 14.89% | 36.86% |
HSB/HSV | 214° | 25.93% | 42.35% |
CMYK | 25.93% | 14.81% | 0.00% |
57.65% |
Hexadezimal | 50 | 5C | 6C |
Dezimal | 80 | 92 | 108 |
Binär | 1010000 | 1011100 | 1101100 |
Oktal | 120 | 134 | 154 |
Beispiele css- und html für Elemente in der Farbe #505C6C. Bitte benutzen Sie auch rgb(80,92,108) statt hex-Code.
.myTextColor { color: #505C6C; }
<p style="color:#505C6C">This sample text font color is #505C6C.</p>
Die Farbe dieses Textes ist #505C6C.
.myBgColor { background-color: #505C6C; }
<div style="background-color:#505C6C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #505C6C.
.myBorderColor { border: 1px solid #505C6C; }
<div style="border:3px solid #505C6C">Div</div>
Die Grenzen von diesem div sind in Farbe #505C6C.
.myOpacity80 { color: #505C6C; opacity: 0.8; }
<p style="color:#505C6C;opacity:0.8;">80%</p>
Text in Farbe #505C6C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #505C6C;}
<p style="text-shadow: 3px 3px 1px #505C6C">Text here.</p>
Dieser Text hat den Schatten in Farbe #505C6C.
.textShadow {text-shadow: 3px 3px 1px #505C6C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #505C6C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #505C6C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#505C6C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#505C6C, Direction=45, Strength=4)">Text</p>
This text has shadow with #505C6C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #505C6C; -webkit-box-shadow: 1px 1px 3px 2px #505C6C; box-shadow: 1px 1px 3px 2px #505C6C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #505C6C; -webkit-box-shadow: 1px 1px 3px 2px #505C6C; box-shadow:1px 1px 3px 2px #505C6C;">
Div content here</div>
Dieser Text ist in der Farbe #505C6C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #505C6C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #505C6C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #505C6C.