HEX: #005506
RGB: (0,85,6)
#005506 enthält hauptsächlich grüne Farbe. Für #005506 ist eine «websichere» Webfarbe #006600 (oder kurz #060).
Die Farbe #005506 wird in RGB als (0,85,6) definiert.
RGB: (0,85,6)
(0%, 33%, 2%)
R 0 von 255 = 0%
G 85 von 255 = 33%
B 6 von 255 = 2%
R + G + B ~ 12%. #005506 dunkle Farbe.
R + G + B = 0 + 85 + 6 = 91 (100%)
R 0 von 91 ~ 0%
G 85 von 91 ~ 93.41%
B 6 von 91 ~ 6.59'%
Die Farbe #005506 wird in CMYK als (100,0,93,67) definiert.
CMYK: (100,0,93,67)
C100M0Y93K67 (100%, 0%, 93%, 67%)
(1.00 / 0.00 / 0.93 / 0.67)
Farbe #005506 in den populären Farbmodellen.
00 | 55 | 06 | |
---|---|---|---|
RGB | 0 | 85 | 6 |
HSL | 124° | 100.00% | 16.67% |
HSB/HSV | 124° | 100.00% | 33.33% |
CMYK | 100.00% | 0.00% | 92.94% |
66.67% |
Die Farbe #005506 in den populären Zahlensystemen.
Hexadezimal | 00 | 55 | 06 |
Dezimal | 0 | 85 | 6 |
Binär | 0 | 1010101 | 110 |
Oktal | 0 | 125 | 6 |
Dunkle Töne der Farbe #005506
Helle Töne der Farbe #005506
Beispiele css- und html für Elemente in der Farbe #005506. Bitte benutzen Sie auch rgb(0,85,6) statt hex-Code.
.myTextColor { color: #005506; }
<p style="color:#005506">This sample text font color is #005506.</p>
Die Farbe dieses Textes ist #005506.
.myBgColor { background-color: #005506; }
<div style="background-color:#005506">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #005506.
.myBorderColor { border: 1px solid #005506; }
<div style="border:3px solid #005506">Div</div>
Die Grenzen von diesem div sind in Farbe #005506.
.myOpacity80 { color: #005506; opacity: 0.8; }
<p style="color:#005506;opacity:0.8;">80%</p>
Text in Farbe #005506 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #005506;}
<p style="text-shadow: 3px 3px 1px #005506">Text here.</p>
Dieser Text hat den Schatten in Farbe #005506.
.textShadow {text-shadow: 3px 3px 1px #005506', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #005506, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #005506 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#005506, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#005506, Direction=45, Strength=4)">Text</p>
This text has shadow with #005506 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #005506;
-webkit-box-shadow: 1px 1px 3px 2px #005506;
box-shadow: 1px 1px 3px 2px #005506;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #005506; -webkit-box-shadow: 1px 1px 3px 2px #005506; box-shadow:1px 1px 3px 2px #005506;">
Div content here
</div>
Dieser Text ist in der Farbe #005506 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #005506 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #005506.
Dieser Text ist weiß auf dem Hintergrund in Farbe #005506.
Kontrastfarbe für #005506 ist #FFAAF9.