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