HEX: #041329
RGB: (4,19,41)
#041329 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #041329 ist eine «websichere» Webfarbe #000033 (oder kurz #003).
Die Farbe #041329 wird in RGB als (4,19,41) definiert.
RGB: (4,19,41) (2%,7%,16%)
R 4 von 255 = 2%
G 19 von 255 = 7%
B 41 von 255 = 16%
R + G + B ~ 8%. #041329 dunkle Farbe.
R + G + B =
4 + 19 + 41 = 64 (100%)
R 4 von 64 ~ 6.25%
G 19 von 64 ~ 29.69%
B 41 von 64 ~ 64.06%
Die Farbe #041329 wird in CMYK als (90,54,0,84) definiert.
CMYK: (90,54,0,84) C90M54Y0K84 (90%,54%,0%,84%) (0.90/0.54/0.00/0.84)
04 | 13 | 29 | |
---|---|---|---|
RGB | 4 | 19 | 41 |
HSL | 216° | 82.22% | 8.82% |
HSB/HSV | 216° | 90.24% | 16.08% |
CMYK | 90.24% | 53.66% | 0.00% |
83.92% |
Hexadezimal | 04 | 13 | 29 |
Dezimal | 4 | 19 | 41 |
Binär | 100 | 10011 | 101001 |
Oktal | 4 | 23 | 51 |
Beispiele css- und html für Elemente in der Farbe #041329. Bitte benutzen Sie auch rgb(4,19,41) statt hex-Code.
.myTextColor { color: #041329; }
<p style="color:#041329">This sample text font color is #041329.</p>
Die Farbe dieses Textes ist #041329.
.myBgColor { background-color: #041329; }
<div style="background-color:#041329">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #041329.
.myBorderColor { border: 1px solid #041329; }
<div style="border:3px solid #041329">Div</div>
Die Grenzen von diesem div sind in Farbe #041329.
.myOpacity80 { color: #041329; opacity: 0.8; }
<p style="color:#041329;opacity:0.8;">80%</p>
Text in Farbe #041329 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #041329;}
<p style="text-shadow: 3px 3px 1px #041329">Text here.</p>
Dieser Text hat den Schatten in Farbe #041329.
.textShadow {text-shadow: 3px 3px 1px #041329, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #041329, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #041329 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#041329, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#041329, Direction=45, Strength=4)">Text</p>
This text has shadow with #041329 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #041329; -webkit-box-shadow: 1px 1px 3px 2px #041329; box-shadow: 1px 1px 3px 2px #041329; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #041329; -webkit-box-shadow: 1px 1px 3px 2px #041329; box-shadow:1px 1px 3px 2px #041329;">
Div content here</div>
Dieser Text ist in der Farbe #041329 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #041329 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #041329.
Dieser Text ist weiß auf dem Hintergrund in Farbe #041329.