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