HEX: #04070B
RGB: (4,7,11)
#04070B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #04070B ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #04070B wird in RGB als (4,7,11) definiert.
RGB: (4,7,11) (2%,3%,4%)
R 4 von 255 = 2%
G 7 von 255 = 3%
B 11 von 255 = 4%
R + G + B ~ 3%. #04070B dunkle Farbe.
R + G + B =
4 + 7 + 11 = 22 (100%)
R 4 von 22 ~ 18.18%
G 7 von 22 ~ 31.82%
B 11 von 22 ~ 50%
Die Farbe #04070B wird in CMYK als (64,36,0,96) definiert.
CMYK: (64,36,0,96) C64M36Y0K96 (64%,36%,0%,96%) (0.64/0.36/0.00/0.96)
04 | 07 | 0B | |
---|---|---|---|
RGB | 4 | 7 | 11 |
HSL | 214° | 46.67% | 2.94% |
HSB/HSV | 214° | 63.64% | 4.31% |
CMYK | 63.64% | 36.36% | 0.00% |
95.69% |
Hexadezimal | 04 | 07 | 0B |
Dezimal | 4 | 7 | 11 |
Binär | 100 | 111 | 1011 |
Oktal | 4 | 7 | 13 |
Beispiele css- und html für Elemente in der Farbe #04070B. Bitte benutzen Sie auch rgb(4,7,11) statt hex-Code.
.myTextColor { color: #04070B; }
<p style="color:#04070B">This sample text font color is #04070B.</p>
Die Farbe dieses Textes ist #04070B.
.myBgColor { background-color: #04070B; }
<div style="background-color:#04070B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #04070B.
.myBorderColor { border: 1px solid #04070B; }
<div style="border:3px solid #04070B">Div</div>
Die Grenzen von diesem div sind in Farbe #04070B.
.myOpacity80 { color: #04070B; opacity: 0.8; }
<p style="color:#04070B;opacity:0.8;">80%</p>
Text in Farbe #04070B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #04070B;}
<p style="text-shadow: 3px 3px 1px #04070B">Text here.</p>
Dieser Text hat den Schatten in Farbe #04070B.
.textShadow {text-shadow: 3px 3px 1px #04070B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #04070B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #04070B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04070B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#04070B, Direction=45, Strength=4)">Text</p>
This text has shadow with #04070B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #04070B; -webkit-box-shadow: 1px 1px 3px 2px #04070B; box-shadow: 1px 1px 3px 2px #04070B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #04070B; -webkit-box-shadow: 1px 1px 3px 2px #04070B; box-shadow:1px 1px 3px 2px #04070B;">
Div content here</div>
Dieser Text ist in der Farbe #04070B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #04070B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #04070B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #04070B.