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