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