HEX: #598D5E
RGB: (89,141,94)
#598D5E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #598D5E ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #598D5E wird in RGB als (89,141,94) definiert.
RGB: (89,141,94)
(35%, 55%, 37%)
R 89 von 255 = 35%
G 141 von 255 = 55%
B 94 von 255 = 37%
R + G + B ~ 42%. #598D5E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 89 + 141 + 94 = 324 (100%)
R 89 von 324 ~ 27.47%
G 141 von 324 ~ 43.52%
B 94 von 324 ~ 29.01'%
Die Farbe #598D5E wird in CMYK als (37,0,33,45) definiert.
CMYK: (37,0,33,45)
C37M0Y33K45 (37%, 0%, 33%, 45%)
(0.37 / 0.00 / 0.33 / 0.45)
Farbe #598D5E in den populären Farbmodellen.
59 | 8D | 5E | |
---|---|---|---|
RGB | 89 | 141 | 94 |
HSL | 126° | 22.61% | 45.10% |
HSB/HSV | 126° | 36.88% | 55.29% |
CMYK | 36.88% | 0.00% | 33.33% |
44.71% |
Die Farbe #598D5E in den populären Zahlensystemen.
Hexadezimal | 59 | 8D | 5E |
Dezimal | 89 | 141 | 94 |
Binär | 1011001 | 10001101 | 1011110 |
Oktal | 131 | 215 | 136 |
Dunkle Töne der Farbe #598D5E
Helle Töne der Farbe #598D5E
Beispiele css- und html für Elemente in der Farbe #598D5E. Bitte benutzen Sie auch rgb(89,141,94) statt hex-Code.
.myTextColor { color: #598D5E; }
<p style="color:#598D5E">This sample text font color is #598D5E.</p>
Die Farbe dieses Textes ist #598D5E.
.myBgColor { background-color: #598D5E; }
<div style="background-color:#598D5E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #598D5E.
.myBorderColor { border: 1px solid #598D5E; }
<div style="border:3px solid #598D5E">Div</div>
Die Grenzen von diesem div sind in Farbe #598D5E.
.myOpacity80 { color: #598D5E; opacity: 0.8; }
<p style="color:#598D5E;opacity:0.8;">80%</p>
Text in Farbe #598D5E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #598D5E;}
<p style="text-shadow: 3px 3px 1px #598D5E">Text here.</p>
Dieser Text hat den Schatten in Farbe #598D5E.
.textShadow {text-shadow: 3px 3px 1px #598D5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #598D5E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #598D5E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#598D5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#598D5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #598D5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #598D5E;
-webkit-box-shadow: 1px 1px 3px 2px #598D5E;
box-shadow: 1px 1px 3px 2px #598D5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #598D5E; -webkit-box-shadow: 1px 1px 3px 2px #598D5E; box-shadow:1px 1px 3px 2px #598D5E;">
Div content here
</div>
Dieser Text ist in der Farbe #598D5E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #598D5E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #598D5E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #598D5E.
Kontrastfarbe für #hex ist #A672A1.