HEX: #599D5E
RGB: (89,157,94)
#599D5E enthält hauptsächlich grüne Farbe. Für #599D5E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #599D5E wird in RGB als (89,157,94) definiert.
RGB: (89,157,94)
(35%, 62%, 37%)
R 89 von 255 = 35%
G 157 von 255 = 62%
B 94 von 255 = 37%
R + G + B ~ 45%. #599D5E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 89 + 157 + 94 = 340 (100%)
R 89 von 340 ~ 26.18%
G 157 von 340 ~ 46.18%
B 94 von 340 ~ 27.65'%
Die Farbe #599D5E wird in CMYK als (43,0,40,38) definiert.
CMYK: (43,0,40,38)
C43M0Y40K38 (43%, 0%, 40%, 38%)
(0.43 / 0.00 / 0.40 / 0.38)
Farbe #599D5E in den populären Farbmodellen.
59 | 9D | 5E | |
---|---|---|---|
RGB | 89 | 157 | 94 |
HSL | 124° | 27.64% | 48.24% |
HSB/HSV | 124° | 43.31% | 61.57% |
CMYK | 43.31% | 0.00% | 40.13% |
38.43% |
Die Farbe #599D5E in den populären Zahlensystemen.
Hexadezimal | 59 | 9D | 5E |
Dezimal | 89 | 157 | 94 |
Binär | 1011001 | 10011101 | 1011110 |
Oktal | 131 | 235 | 136 |
Dunkle Töne der Farbe #599D5E
Helle Töne der Farbe #599D5E
Beispiele css- und html für Elemente in der Farbe #599D5E. Bitte benutzen Sie auch rgb(89,157,94) statt hex-Code.
.myTextColor { color: #599D5E; }
<p style="color:#599D5E">This sample text font color is #599D5E.</p>
Die Farbe dieses Textes ist #599D5E.
.myBgColor { background-color: #599D5E; }
<div style="background-color:#599D5E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #599D5E.
.myBorderColor { border: 1px solid #599D5E; }
<div style="border:3px solid #599D5E">Div</div>
Die Grenzen von diesem div sind in Farbe #599D5E.
.myOpacity80 { color: #599D5E; opacity: 0.8; }
<p style="color:#599D5E;opacity:0.8;">80%</p>
Text in Farbe #599D5E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #599D5E;}
<p style="text-shadow: 3px 3px 1px #599D5E">Text here.</p>
Dieser Text hat den Schatten in Farbe #599D5E.
.textShadow {text-shadow: 3px 3px 1px #599D5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #599D5E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #599D5E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599D5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#599D5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #599D5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #599D5E;
-webkit-box-shadow: 1px 1px 3px 2px #599D5E;
box-shadow: 1px 1px 3px 2px #599D5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #599D5E; -webkit-box-shadow: 1px 1px 3px 2px #599D5E; box-shadow:1px 1px 3px 2px #599D5E;">
Div content here
</div>
Dieser Text ist in der Farbe #599D5E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #599D5E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #599D5E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #599D5E.
Kontrastfarbe für #hex ist #A662A1.