HEX: #04050C
RGB: (4,5,12)
#04050C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #04050C ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #04050C wird in RGB als (4,5,12) definiert.
RGB: (4,5,12)
(2%, 2%, 5%)
R 4 von 255 = 2%
G 5 von 255 = 2%
B 12 von 255 = 5%
R + G + B ~ 3%. #04050C dunkle Farbe.
R + G + B = 4 + 5 + 12 = 21 (100%)
R 4 von 21 ~ 19.05%
G 5 von 21 ~ 23.81%
B 12 von 21 ~ 57.14'%
Die Farbe #04050C wird in CMYK als (67,58,0,95) definiert.
CMYK: (67,58,0,95)
C67M58Y0K95 (67%, 58%, 0%, 95%)
(0.67 / 0.58 / 0.00 / 0.95)
Farbe #04050C in den populären Farbmodellen.
04 | 05 | 0C | |
---|---|---|---|
RGB | 4 | 5 | 12 |
HSL | 233° | 50.00% | 3.14% |
HSB/HSV | 233° | 66.67% | 4.71% |
CMYK | 66.67% | 58.33% | 0.00% |
95.29% |
Die Farbe #04050C in den populären Zahlensystemen.
Hexadezimal | 04 | 05 | 0C |
Dezimal | 4 | 5 | 12 |
Binär | 100 | 101 | 1100 |
Oktal | 4 | 5 | 14 |
Dunkle Töne der Farbe #04050C
Helle Töne der Farbe #04050C
Beispiele css- und html für Elemente in der Farbe #04050C. Bitte benutzen Sie auch rgb(4,5,12) statt hex-Code.
.myTextColor { color: #04050C; }
<p style="color:#04050C">This sample text font color is #04050C.</p>
Die Farbe dieses Textes ist #04050C.
.myBgColor { background-color: #04050C; }
<div style="background-color:#04050C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #04050C.
.myBorderColor { border: 1px solid #04050C; }
<div style="border:3px solid #04050C">Div</div>
Die Grenzen von diesem div sind in Farbe #04050C.
.myOpacity80 { color: #04050C; opacity: 0.8; }
<p style="color:#04050C;opacity:0.8;">80%</p>
Text in Farbe #04050C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #04050C;}
<p style="text-shadow: 3px 3px 1px #04050C">Text here.</p>
Dieser Text hat den Schatten in Farbe #04050C.
.textShadow {text-shadow: 3px 3px 1px #04050C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #04050C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #04050C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#04050C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#04050C, Direction=45, Strength=4)">Text</p>
This text has shadow with #04050C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #04050C;
-webkit-box-shadow: 1px 1px 3px 2px #04050C;
box-shadow: 1px 1px 3px 2px #04050C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #04050C; -webkit-box-shadow: 1px 1px 3px 2px #04050C; box-shadow:1px 1px 3px 2px #04050C;">
Div content here
</div>
Dieser Text ist in der Farbe #04050C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #04050C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #04050C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #04050C.
Kontrastfarbe für #hex ist #FBFAF3.