HEX: #588E4D
RGB: (88,142,77)
#588E4D enthält hauptsächlich rote und grüne Farbe. Für #588E4D ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #588E4D wird in RGB als (88,142,77) definiert.
RGB: (88,142,77)
(35%, 56%, 30%)
R 88 von 255 = 35%
G 142 von 255 = 56%
B 77 von 255 = 30%
R + G + B ~ 40%. #588E4D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 88 + 142 + 77 = 307 (100%)
R 88 von 307 ~ 28.66%
G 142 von 307 ~ 46.25%
B 77 von 307 ~ 25.08'%
Die Farbe #588E4D wird in CMYK als (38,0,46,44) definiert.
CMYK: (38,0,46,44)
C38M0Y46K44 (38%, 0%, 46%, 44%)
(0.38 / 0.00 / 0.46 / 0.44)
Farbe #588E4D in den populären Farbmodellen.
58 | 8E | 4D | |
---|---|---|---|
RGB | 88 | 142 | 77 |
HSL | 110° | 29.68% | 42.94% |
HSB/HSV | 110° | 45.77% | 55.69% |
CMYK | 38.03% | 0.00% | 45.77% |
44.31% |
Die Farbe #588E4D in den populären Zahlensystemen.
Hexadezimal | 58 | 8E | 4D |
Dezimal | 88 | 142 | 77 |
Binär | 1011000 | 10001110 | 1001101 |
Oktal | 130 | 216 | 115 |
Dunkle Töne der Farbe #588E4D
Helle Töne der Farbe #588E4D
Beispiele css- und html für Elemente in der Farbe #588E4D. Bitte benutzen Sie auch rgb(88,142,77) statt hex-Code.
.myTextColor { color: #588E4D; }
<p style="color:#588E4D">This sample text font color is #588E4D.</p>
Die Farbe dieses Textes ist #588E4D.
.myBgColor { background-color: #588E4D; }
<div style="background-color:#588E4D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #588E4D.
.myBorderColor { border: 1px solid #588E4D; }
<div style="border:3px solid #588E4D">Div</div>
Die Grenzen von diesem div sind in Farbe #588E4D.
.myOpacity80 { color: #588E4D; opacity: 0.8; }
<p style="color:#588E4D;opacity:0.8;">80%</p>
Text in Farbe #588E4D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588E4D;}
<p style="text-shadow: 3px 3px 1px #588E4D">Text here.</p>
Dieser Text hat den Schatten in Farbe #588E4D.
.textShadow {text-shadow: 3px 3px 1px #588E4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588E4D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #588E4D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588E4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588E4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #588E4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588E4D;
-webkit-box-shadow: 1px 1px 3px 2px #588E4D;
box-shadow: 1px 1px 3px 2px #588E4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588E4D; -webkit-box-shadow: 1px 1px 3px 2px #588E4D; box-shadow:1px 1px 3px 2px #588E4D;">
Div content here
</div>
Dieser Text ist in der Farbe #588E4D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #588E4D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #588E4D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #588E4D.
Kontrastfarbe für #hex ist #A771B2.