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