HEX: #518B0D
RGB: (81,139,13)
#518B0D enthält hauptsächlich rote und grüne Farbe. Für #518B0D ist eine «websichere» Webfarbe #669900 (oder kurz #690).
Die Farbe #518B0D wird in RGB als (81,139,13) definiert.
RGB: (81,139,13)
(32%, 55%, 5%)
R 81 von 255 = 32%
G 139 von 255 = 55%
B 13 von 255 = 5%
R + G + B ~ 31%. #518B0D ziemlich dunkle Farbe.
R + G + B = 81 + 139 + 13 = 233 (100%)
R 81 von 233 ~ 34.76%
G 139 von 233 ~ 59.66%
B 13 von 233 ~ 5.58'%
Die Farbe #518B0D wird in CMYK als (42,0,91,45) definiert.
CMYK: (42,0,91,45)
C42M0Y91K45 (42%, 0%, 91%, 45%)
(0.42 / 0.00 / 0.91 / 0.45)
Farbe #518B0D in den populären Farbmodellen.
51 | 8B | 0D | |
---|---|---|---|
RGB | 81 | 139 | 13 |
HSL | 88° | 82.89% | 29.80% |
HSB/HSV | 88° | 90.65% | 54.51% |
CMYK | 41.73% | 0.00% | 90.65% |
45.49% |
Die Farbe #518B0D in den populären Zahlensystemen.
Hexadezimal | 51 | 8B | 0D |
Dezimal | 81 | 139 | 13 |
Binär | 1010001 | 10001011 | 1101 |
Oktal | 121 | 213 | 15 |
Dunkle Töne der Farbe #518B0D
Helle Töne der Farbe #518B0D
Beispiele css- und html für Elemente in der Farbe #518B0D. Bitte benutzen Sie auch rgb(81,139,13) statt hex-Code.
.myTextColor { color: #518B0D; }
<p style="color:#518B0D">This sample text font color is #518B0D.</p>
Die Farbe dieses Textes ist #518B0D.
.myBgColor { background-color: #518B0D; }
<div style="background-color:#518B0D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #518B0D.
.myBorderColor { border: 1px solid #518B0D; }
<div style="border:3px solid #518B0D">Div</div>
Die Grenzen von diesem div sind in Farbe #518B0D.
.myOpacity80 { color: #518B0D; opacity: 0.8; }
<p style="color:#518B0D;opacity:0.8;">80%</p>
Text in Farbe #518B0D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #518B0D;}
<p style="text-shadow: 3px 3px 1px #518B0D">Text here.</p>
Dieser Text hat den Schatten in Farbe #518B0D.
.textShadow {text-shadow: 3px 3px 1px #518B0D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #518B0D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #518B0D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#518B0D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#518B0D, Direction=45, Strength=4)">Text</p>
This text has shadow with #518B0D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #518B0D;
-webkit-box-shadow: 1px 1px 3px 2px #518B0D;
box-shadow: 1px 1px 3px 2px #518B0D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #518B0D; -webkit-box-shadow: 1px 1px 3px 2px #518B0D; box-shadow:1px 1px 3px 2px #518B0D;">
Div content here
</div>
Dieser Text ist in der Farbe #518B0D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #518B0D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #518B0D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #518B0D.
Kontrastfarbe für #hex ist #AE74F2.