HEX: #588241
RGB: (88,130,65)
#588241 enthält hauptsächlich rote und grüne Farbe. Für #588241 ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #588241 wird in RGB als (88,130,65) definiert.
RGB: (88,130,65)
(35%, 51%, 25%)
R 88 von 255 = 35%
G 130 von 255 = 51%
B 65 von 255 = 25%
R + G + B ~ 37%. #588241 ziemlich dunkle Farbe.
R + G + B = 88 + 130 + 65 = 283 (100%)
R 88 von 283 ~ 31.1%
G 130 von 283 ~ 45.94%
B 65 von 283 ~ 22.97'%
Die Farbe #588241 wird in CMYK als (32,0,50,49) definiert.
CMYK: (32,0,50,49)
C32M0Y50K49 (32%, 0%, 50%, 49%)
(0.32 / 0.00 / 0.50 / 0.49)
Farbe #588241 in den populären Farbmodellen.
58 | 82 | 41 | |
---|---|---|---|
RGB | 88 | 130 | 65 |
HSL | 99° | 33.33% | 38.24% |
HSB/HSV | 99° | 50.00% | 50.98% |
CMYK | 32.31% | 0.00% | 50.00% |
49.02% |
Die Farbe #588241 in den populären Zahlensystemen.
Hexadezimal | 58 | 82 | 41 |
Dezimal | 88 | 130 | 65 |
Binär | 1011000 | 10000010 | 1000001 |
Oktal | 130 | 202 | 101 |
Dunkle Töne der Farbe #588241
Helle Töne der Farbe #588241
Beispiele css- und html für Elemente in der Farbe #588241. Bitte benutzen Sie auch rgb(88,130,65) statt hex-Code.
.myTextColor { color: #588241; }
<p style="color:#588241">This sample text font color is #588241.</p>
Die Farbe dieses Textes ist #588241.
.myBgColor { background-color: #588241; }
<div style="background-color:#588241">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #588241.
.myBorderColor { border: 1px solid #588241; }
<div style="border:3px solid #588241">Div</div>
Die Grenzen von diesem div sind in Farbe #588241.
.myOpacity80 { color: #588241; opacity: 0.8; }
<p style="color:#588241;opacity:0.8;">80%</p>
Text in Farbe #588241 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588241;}
<p style="text-shadow: 3px 3px 1px #588241">Text here.</p>
Dieser Text hat den Schatten in Farbe #588241.
.textShadow {text-shadow: 3px 3px 1px #588241', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588241, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #588241 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588241, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588241, Direction=45, Strength=4)">Text</p>
This text has shadow with #588241 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #588241;
-webkit-box-shadow: 1px 1px 3px 2px #588241;
box-shadow: 1px 1px 3px 2px #588241;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #588241; -webkit-box-shadow: 1px 1px 3px 2px #588241; box-shadow:1px 1px 3px 2px #588241;">
Div content here
</div>
Dieser Text ist in der Farbe #588241 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #588241 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #588241.
Dieser Text ist weiß auf dem Hintergrund in Farbe #588241.
Kontrastfarbe für #hex ist #A77DBE.