HEX: #040513
RGB: (4,5,19)
#040513 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #040513 ist eine «websichere» Webfarbe #000000 (oder kurz #000).
Die Farbe #040513 wird in RGB als (4,5,19) definiert.
RGB: (4,5,19)
(2%, 2%, 7%)
R 4 von 255 = 2%
G 5 von 255 = 2%
B 19 von 255 = 7%
R + G + B ~ 4%. #040513 dunkle Farbe.
R + G + B = 4 + 5 + 19 = 28 (100%)
R 4 von 28 ~ 14.29%
G 5 von 28 ~ 17.86%
B 19 von 28 ~ 67.86'%
Die Farbe #040513 wird in CMYK als (79,74,0,93) definiert.
CMYK: (79,74,0,93)
C79M74Y0K93 (79%, 74%, 0%, 93%)
(0.79 / 0.74 / 0.00 / 0.93)
Farbe #040513 in den populären Farbmodellen.
04 | 05 | 13 | |
---|---|---|---|
RGB | 4 | 5 | 19 |
HSL | 236° | 65.22% | 4.51% |
HSB/HSV | 236° | 78.95% | 7.45% |
CMYK | 78.95% | 73.68% | 0.00% |
92.55% |
Die Farbe #040513 in den populären Zahlensystemen.
Hexadezimal | 04 | 05 | 13 |
Dezimal | 4 | 5 | 19 |
Binär | 100 | 101 | 10011 |
Oktal | 4 | 5 | 23 |
Dunkle Töne der Farbe #040513
Helle Töne der Farbe #040513
Beispiele css- und html für Elemente in der Farbe #040513. Bitte benutzen Sie auch rgb(4,5,19) statt hex-Code.
.myTextColor { color: #040513; }
<p style="color:#040513">This sample text font color is #040513.</p>
Die Farbe dieses Textes ist #040513.
.myBgColor { background-color: #040513; }
<div style="background-color:#040513">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #040513.
.myBorderColor { border: 1px solid #040513; }
<div style="border:3px solid #040513">Div</div>
Die Grenzen von diesem div sind in Farbe #040513.
.myOpacity80 { color: #040513; opacity: 0.8; }
<p style="color:#040513;opacity:0.8;">80%</p>
Text in Farbe #040513 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #040513;}
<p style="text-shadow: 3px 3px 1px #040513">Text here.</p>
Dieser Text hat den Schatten in Farbe #040513.
.textShadow {text-shadow: 3px 3px 1px #040513', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #040513, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #040513 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#040513, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#040513, Direction=45, Strength=4)">Text</p>
This text has shadow with #040513 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #040513;
-webkit-box-shadow: 1px 1px 3px 2px #040513;
box-shadow: 1px 1px 3px 2px #040513;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #040513; -webkit-box-shadow: 1px 1px 3px 2px #040513; box-shadow:1px 1px 3px 2px #040513;">
Div content here
</div>
Dieser Text ist in der Farbe #040513 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #040513 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #040513.
Dieser Text ist weiß auf dem Hintergrund in Farbe #040513.
Kontrastfarbe für #hex ist #FBFAEC.