HEX: #588C14
RGB: (88,140,20)
#588C14 enthält hauptsächlich rote und grüne Farbe. Für #588C14 ist eine «websichere» Webfarbe #669900 (oder kurz #690).
Die Farbe #588C14 wird in RGB als (88,140,20) definiert.
RGB: (88,140,20)
(35%, 55%, 8%)
R 88 von 255 = 35%
G 140 von 255 = 55%
B 20 von 255 = 8%
R + G + B ~ 33%. #588C14 ziemlich dunkle Farbe.
R + G + B = 88 + 140 + 20 = 248 (100%)
R 88 von 248 ~ 35.48%
G 140 von 248 ~ 56.45%
B 20 von 248 ~ 8.06'%
Die Farbe #588C14 wird in CMYK als (37,0,86,45) definiert.
CMYK: (37,0,86,45) C37M0Y86K45 (37%,0%,86%,45%) (0.37/0.00/0.86/0.45)
Farbe #588C14 in den populären Farbmodellen.
58 | 8C | 14 | |
---|---|---|---|
RGB | 88 | 140 | 20 |
HSL | 86° | 75.00% | 31.37% |
HSB/HSV | 86° | 85.71% | 54.90% |
CMYK | 37.14% | 0.00% | 85.71% |
45.10% |
Die Farbe #588C14 in den populären Zahlensystemen.
Hexadezimal | 58 | 8C | 14 |
Dezimal | 88 | 140 | 20 |
Binär | 1011000 | 10001100 | 10100 |
Oktal | 130 | 214 | 24 |
Dunkle Töne der Farbe #588C14
Helle Töne der Farbe #588C14
Beispiele css- und html für Elemente in der Farbe #588C14. Bitte benutzen Sie auch rgb(88,140,20) statt hex-Code.
.myTextColor { color: #588C14; }
<p style="color:#588C14">This sample text font color is #588C14.</p>
Die Farbe dieses Textes ist #588C14.
.myBgColor { background-color: #588C14; }
<div style="background-color:#588C14">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #588C14.
.myBorderColor { border: 1px solid #588C14; }
<div style="border:3px solid #588C14">Div</div>
Die Grenzen von diesem div sind in Farbe #588C14.
.myOpacity80 { color: #588C14; opacity: 0.8; }
<p style="color:#588C14;opacity:0.8;">80%</p>
Text in Farbe #588C14 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588C14;}
<p style="text-shadow: 3px 3px 1px #588C14">Text here.</p>
Dieser Text hat den Schatten in Farbe #588C14.
.textShadow {text-shadow: 3px 3px 1px #588C14', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588C14, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #588C14 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588C14, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588C14, Direction=45, Strength=4)">Text</p>
This text has shadow with #588C14 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588C14;
-webkit-box-shadow: 1px 1px 3px 2px #588C14;
box-shadow: 1px 1px 3px 2px #588C14;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588C14; -webkit-box-shadow: 1px 1px 3px 2px #588C14; box-shadow:1px 1px 3px 2px #588C14;">
Div content here
</div>
Dieser Text ist in der Farbe #588C14 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #588C14 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #588C14.
Dieser Text ist weiß auf dem Hintergrund in Farbe #588C14.
Kontrastfarbe für #hex ist #A773EB.