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