HEX: #589150
RGB: (88,145,80)
#589150 enthält hauptsächlich rote und grüne Farbe. Für #589150 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #589150 wird in RGB als (88,145,80) definiert.
RGB: (88,145,80) (35%,57%,31%)
R 88 von 255 = 35%
G 145 von 255 = 57%
B 80 von 255 = 31%
R + G + B ~ 41%. #589150 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
88 + 145 + 80 = 313 (100%)
R 88 von 313 ~ 28.12%
G 145 von 313 ~ 46.33%
B 80 von 313 ~ 25.56%
Die Farbe #589150 wird in CMYK als (39,0,45,43) definiert.
CMYK: (39,0,45,43) C39M0Y45K43 (39%,0%,45%,43%) (0.39/0.00/0.45/0.43)
58 | 91 | 50 | |
---|---|---|---|
RGB | 88 | 145 | 80 |
HSL | 113° | 28.89% | 44.12% |
HSB/HSV | 113° | 44.83% | 56.86% |
CMYK | 39.31% | 0.00% | 44.83% |
43.14% |
Hexadezimal | 58 | 91 | 50 |
Dezimal | 88 | 145 | 80 |
Binär | 1011000 | 10010001 | 1010000 |
Oktal | 130 | 221 | 120 |
Beispiele css- und html für Elemente in der Farbe #589150. Bitte benutzen Sie auch rgb(88,145,80) statt hex-Code.
.myTextColor { color: #589150; }
<p style="color:#589150">This sample text font color is #589150.</p>
Die Farbe dieses Textes ist #589150.
.myBgColor { background-color: #589150; }
<div style="background-color:#589150">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #589150.
.myBorderColor { border: 1px solid #589150; }
<div style="border:3px solid #589150">Div</div>
Die Grenzen von diesem div sind in Farbe #589150.
.myOpacity80 { color: #589150; opacity: 0.8; }
<p style="color:#589150;opacity:0.8;">80%</p>
Text in Farbe #589150 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #589150;}
<p style="text-shadow: 3px 3px 1px #589150">Text here.</p>
Dieser Text hat den Schatten in Farbe #589150.
.textShadow {text-shadow: 3px 3px 1px #589150, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #589150, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #589150 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#589150, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#589150, Direction=45, Strength=4)">Text</p>
This text has shadow with #589150 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #589150; -webkit-box-shadow: 1px 1px 3px 2px #589150; box-shadow: 1px 1px 3px 2px #589150; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #589150; -webkit-box-shadow: 1px 1px 3px 2px #589150; box-shadow:1px 1px 3px 2px #589150;">
Div content here</div>
Dieser Text ist in der Farbe #589150 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #589150 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #589150.
Dieser Text ist weiß auf dem Hintergrund in Farbe #589150.