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