HEX: #588D28
RGB: (88,141,40)
#588D28 enthält hauptsächlich rote und grüne Farbe. Für #588D28 ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #588D28 wird in RGB als (88,141,40) definiert.
RGB: (88,141,40)
(35%, 55%, 16%)
R 88 von 255 = 35%
G 141 von 255 = 55%
B 40 von 255 = 16%
R + G + B ~ 35%. #588D28 ziemlich dunkle Farbe.
R + G + B = 88 + 141 + 40 = 269 (100%)
R 88 von 269 ~ 32.71%
G 141 von 269 ~ 52.42%
B 40 von 269 ~ 14.87'%
Die Farbe #588D28 wird in CMYK als (38,0,72,45) definiert.
CMYK: (38,0,72,45)
C38M0Y72K45 (38%, 0%, 72%, 45%)
(0.38 / 0.00 / 0.72 / 0.45)
Farbe #588D28 in den populären Farbmodellen.
58 | 8D | 28 | |
---|---|---|---|
RGB | 88 | 141 | 40 |
HSL | 91° | 55.80% | 35.49% |
HSB/HSV | 91° | 71.63% | 55.29% |
CMYK | 37.59% | 0.00% | 71.63% |
44.71% |
Die Farbe #588D28 in den populären Zahlensystemen.
Hexadezimal | 58 | 8D | 28 |
Dezimal | 88 | 141 | 40 |
Binär | 1011000 | 10001101 | 101000 |
Oktal | 130 | 215 | 50 |
Dunkle Töne der Farbe #588D28
Helle Töne der Farbe #588D28
Beispiele css- und html für Elemente in der Farbe #588D28. Bitte benutzen Sie auch rgb(88,141,40) statt hex-Code.
.myTextColor { color: #588D28; }
<p style="color:#588D28">This sample text font color is #588D28.</p>
Die Farbe dieses Textes ist #588D28.
.myBgColor { background-color: #588D28; }
<div style="background-color:#588D28">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #588D28.
.myBorderColor { border: 1px solid #588D28; }
<div style="border:3px solid #588D28">Div</div>
Die Grenzen von diesem div sind in Farbe #588D28.
.myOpacity80 { color: #588D28; opacity: 0.8; }
<p style="color:#588D28;opacity:0.8;">80%</p>
Text in Farbe #588D28 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588D28;}
<p style="text-shadow: 3px 3px 1px #588D28">Text here.</p>
Dieser Text hat den Schatten in Farbe #588D28.
.textShadow {text-shadow: 3px 3px 1px #588D28', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588D28, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #588D28 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588D28, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588D28, Direction=45, Strength=4)">Text</p>
This text has shadow with #588D28 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588D28;
-webkit-box-shadow: 1px 1px 3px 2px #588D28;
box-shadow: 1px 1px 3px 2px #588D28;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588D28; -webkit-box-shadow: 1px 1px 3px 2px #588D28; box-shadow:1px 1px 3px 2px #588D28;">
Div content here
</div>
Dieser Text ist in der Farbe #588D28 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #588D28 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #588D28.
Dieser Text ist weiß auf dem Hintergrund in Farbe #588D28.
Kontrastfarbe für #hex ist #A772D7.