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