HEX: #556355
RGB: (85,99,85)
#556355 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #556355 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #556355 wird in RGB als (85,99,85) definiert.
RGB: (85,99,85)
(33%, 39%, 33%)
R 85 von 255 = 33%
G 99 von 255 = 39%
B 85 von 255 = 33%
R + G + B ~ 35%. #556355 ziemlich dunkle Farbe.
R + G + B = 85 + 99 + 85 = 269 (100%)
R 85 von 269 ~ 31.6%
G 99 von 269 ~ 36.8%
B 85 von 269 ~ 31.6'%
Die Farbe #556355 wird in CMYK als (14,0,14,61) definiert.
CMYK: (14,0,14,61) C14M0Y14K61 (14%,0%,14%,61%) (0.14/0.00/0.14/0.61)
Farbe #556355 in den populären Farbmodellen.
55 | 63 | 55 | |
---|---|---|---|
RGB | 85 | 99 | 85 |
HSL | 120° | 7.61% | 36.08% |
HSB/HSV | 120° | 14.14% | 38.82% |
CMYK | 14.14% | 0.00% | 14.14% |
61.18% |
Die Farbe #556355 in den populären Zahlensystemen.
Hexadezimal | 55 | 63 | 55 |
Dezimal | 85 | 99 | 85 |
Binär | 1010101 | 1100011 | 1010101 |
Oktal | 125 | 143 | 125 |
Dunkle Töne der Farbe #556355
Helle Töne der Farbe #556355
Beispiele css- und html für Elemente in der Farbe #556355. Bitte benutzen Sie auch rgb(85,99,85) statt hex-Code.
.myTextColor { color: #556355; }
<p style="color:#556355">This sample text font color is #556355.</p>
Die Farbe dieses Textes ist #556355.
.myBgColor { background-color: #556355; }
<div style="background-color:#556355">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #556355.
.myBorderColor { border: 1px solid #556355; }
<div style="border:3px solid #556355">Div</div>
Die Grenzen von diesem div sind in Farbe #556355.
.myOpacity80 { color: #556355; opacity: 0.8; }
<p style="color:#556355;opacity:0.8;">80%</p>
Text in Farbe #556355 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #556355;}
<p style="text-shadow: 3px 3px 1px #556355">Text here.</p>
Dieser Text hat den Schatten in Farbe #556355.
.textShadow {text-shadow: 3px 3px 1px #556355', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #556355, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #556355 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#556355, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#556355, Direction=45, Strength=4)">Text</p>
This text has shadow with #556355 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #556355;
-webkit-box-shadow: 1px 1px 3px 2px #556355;
box-shadow: 1px 1px 3px 2px #556355;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #556355; -webkit-box-shadow: 1px 1px 3px 2px #556355; box-shadow:1px 1px 3px 2px #556355;">
Div content here
</div>
Dieser Text ist in der Farbe #556355 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #556355 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #556355.
Dieser Text ist weiß auf dem Hintergrund in Farbe #556355.
Kontrastfarbe für #hex ist #AA9CAA.