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