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