HEX: #0F041C
RGB: (15,4,28)
#0F041C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #0F041C ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #0F041C wird in RGB als (15,4,28) definiert.
RGB: (15,4,28) (6%,2%,11%)
R 15 von 255 = 6%
G 4 von 255 = 2%
B 28 von 255 = 11%
R + G + B ~ 6%. #0F041C dunkle Farbe.
R + G + B =
15 + 4 + 28 = 47 (100%)
R 15 von 47 ~ 31.91%
G 4 von 47 ~ 8.51%
B 28 von 47 ~ 59.57%
Die Farbe #0F041C wird in CMYK als (46,86,0,89) definiert.
CMYK: (46,86,0,89) C46M86Y0K89 (46%,86%,0%,89%) (0.46/0.86/0.00/0.89)
0F | 04 | 1C | |
---|---|---|---|
RGB | 15 | 4 | 28 |
HSL | 268° | 75.00% | 6.27% |
HSB/HSV | 268° | 85.71% | 10.98% |
CMYK | 46.43% | 85.71% | 0.00% |
89.02% |
Hexadezimal | 0F | 04 | 1C |
Dezimal | 15 | 4 | 28 |
Binär | 1111 | 100 | 11100 |
Oktal | 17 | 4 | 34 |
Beispiele css- und html für Elemente in der Farbe #0F041C. Bitte benutzen Sie auch rgb(15,4,28) statt hex-Code.
.myTextColor { color: #0F041C; }
<p style="color:#0F041C">This sample text font color is #0F041C.</p>
Die Farbe dieses Textes ist #0F041C.
.myBgColor { background-color: #0F041C; }
<div style="background-color:#0F041C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #0F041C.
.myBorderColor { border: 1px solid #0F041C; }
<div style="border:3px solid #0F041C">Div</div>
Die Grenzen von diesem div sind in Farbe #0F041C.
.myOpacity80 { color: #0F041C; opacity: 0.8; }
<p style="color:#0F041C;opacity:0.8;">80%</p>
Text in Farbe #0F041C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0F041C;}
<p style="text-shadow: 3px 3px 1px #0F041C">Text here.</p>
Dieser Text hat den Schatten in Farbe #0F041C.
.textShadow {text-shadow: 3px 3px 1px #0F041C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0F041C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #0F041C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F041C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0F041C, Direction=45, Strength=4)">Text</p>
This text has shadow with #0F041C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0F041C; -webkit-box-shadow: 1px 1px 3px 2px #0F041C; box-shadow: 1px 1px 3px 2px #0F041C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #0F041C; -webkit-box-shadow: 1px 1px 3px 2px #0F041C; box-shadow:1px 1px 3px 2px #0F041C;">
Div content here</div>
Dieser Text ist in der Farbe #0F041C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #0F041C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #0F041C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #0F041C.