HEX: #00050D
RGB: (0,5,13)
#00050D enthält nur grüne und blaue Farbe. Für #00050D ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #00050D wird in RGB als (0,5,13) definiert.
RGB: (0,5,13)
(0%, 2%, 5%)
R 0 von 255 = 0%
G 5 von 255 = 2%
B 13 von 255 = 5%
R + G + B ~ 2%. #00050D dunkle Farbe.
R + G + B = 0 + 5 + 13 = 18 (100%)
R 0 von 18 ~ 0%
G 5 von 18 ~ 27.78%
B 13 von 18 ~ 72.22'%
Die Farbe #00050D wird in CMYK als (100,62,0,95) definiert.
CMYK: (100,62,0,95)
C100M62Y0K95 (100%, 62%, 0%, 95%)
(1.00 / 0.62 / 0.00 / 0.95)
Farbe #00050D in den populären Farbmodellen.
00 | 05 | 0D | |
---|---|---|---|
RGB | 0 | 5 | 13 |
HSL | 217° | 100.00% | 2.55% |
HSB/HSV | 217° | 100.00% | 5.10% |
CMYK | 100.00% | 61.54% | 0.00% |
94.90% |
Die Farbe #00050D in den populären Zahlensystemen.
Hexadezimal | 00 | 05 | 0D |
Dezimal | 0 | 5 | 13 |
Binär | 0 | 101 | 1101 |
Oktal | 0 | 5 | 15 |
Dunkle Töne der Farbe #00050D
Helle Töne der Farbe #00050D
Beispiele css- und html für Elemente in der Farbe #00050D. Bitte benutzen Sie auch rgb(0,5,13) statt hex-Code.
.myTextColor { color: #00050D; }
<p style="color:#00050D">This sample text font color is #00050D.</p>
Die Farbe dieses Textes ist #00050D.
.myBgColor { background-color: #00050D; }
<div style="background-color:#00050D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #00050D.
.myBorderColor { border: 1px solid #00050D; }
<div style="border:3px solid #00050D">Div</div>
Die Grenzen von diesem div sind in Farbe #00050D.
.myOpacity80 { color: #00050D; opacity: 0.8; }
<p style="color:#00050D;opacity:0.8;">80%</p>
Text in Farbe #00050D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00050D;}
<p style="text-shadow: 3px 3px 1px #00050D">Text here.</p>
Dieser Text hat den Schatten in Farbe #00050D.
.textShadow {text-shadow: 3px 3px 1px #00050D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00050D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #00050D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00050D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00050D, Direction=45, Strength=4)">Text</p>
This text has shadow with #00050D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00050D;
-webkit-box-shadow: 1px 1px 3px 2px #00050D;
box-shadow: 1px 1px 3px 2px #00050D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00050D; -webkit-box-shadow: 1px 1px 3px 2px #00050D; box-shadow:1px 1px 3px 2px #00050D;">
Div content here
</div>
Dieser Text ist in der Farbe #00050D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #00050D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #00050D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #00050D.
Kontrastfarbe für #00050D ist #FFFAF2.