HEX: #556660
RGB: (85,102,96)
#556660 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #556660 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #556660 wird in RGB als (85,102,96) definiert.
RGB: (85,102,96) (33%,40%,38%)
R 85 von 255 = 33%
G 102 von 255 = 40%
B 96 von 255 = 38%
R + G + B ~ 37%. #556660 ziemlich dunkle Farbe.
R + G + B =
85 + 102 + 96 = 283 (100%)
R 85 von 283 ~ 30.04%
G 102 von 283 ~ 36.04%
B 96 von 283 ~ 33.92%
Die Farbe #556660 wird in CMYK als (17,0,6,60) definiert.
CMYK: (17,0,6,60) C17M0Y6K60 (17%,0%,6%,60%) (0.17/0.00/0.06/0.60)
55 | 66 | 60 | |
---|---|---|---|
RGB | 85 | 102 | 96 |
HSL | 159° | 9.09% | 36.67% |
HSB/HSV | 159° | 16.67% | 40.00% |
CMYK | 16.67% | 0.00% | 5.88% |
60.00% |
Hexadezimal | 55 | 66 | 60 |
Dezimal | 85 | 102 | 96 |
Binär | 1010101 | 1100110 | 1100000 |
Oktal | 125 | 146 | 140 |
Beispiele css- und html für Elemente in der Farbe #556660. Bitte benutzen Sie auch rgb(85,102,96) statt hex-Code.
.myTextColor { color: #556660; }
<p style="color:#556660">This sample text font color is #556660.</p>
Die Farbe dieses Textes ist #556660.
.myBgColor { background-color: #556660; }
<div style="background-color:#556660">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #556660.
.myBorderColor { border: 1px solid #556660; }
<div style="border:3px solid #556660">Div</div>
Die Grenzen von diesem div sind in Farbe #556660.
.myOpacity80 { color: #556660; opacity: 0.8; }
<p style="color:#556660;opacity:0.8;">80%</p>
Text in Farbe #556660 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #556660;}
<p style="text-shadow: 3px 3px 1px #556660">Text here.</p>
Dieser Text hat den Schatten in Farbe #556660.
.textShadow {text-shadow: 3px 3px 1px #556660, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #556660, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #556660 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#556660, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#556660, Direction=45, Strength=4)">Text</p>
This text has shadow with #556660 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #556660; -webkit-box-shadow: 1px 1px 3px 2px #556660; box-shadow: 1px 1px 3px 2px #556660; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #556660; -webkit-box-shadow: 1px 1px 3px 2px #556660; box-shadow:1px 1px 3px 2px #556660;">
Div content here</div>
Dieser Text ist in der Farbe #556660 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #556660 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #556660.
Dieser Text ist weiß auf dem Hintergrund in Farbe #556660.