HEX: #599328
RGB: (89,147,40)
#599328 enthält hauptsächlich rote und grüne Farbe. Für #599328 ist eine «websichere» Webfarbe #669933 (oder kurz #693).
Die Farbe #599328 wird in RGB als (89,147,40) definiert.
RGB: (89,147,40) (35%,58%,16%)
R 89 von 255 = 35%
G 147 von 255 = 58%
B 40 von 255 = 16%
R + G + B ~ 36%. #599328 ziemlich dunkle Farbe.
R + G + B =
89 + 147 + 40 = 276 (100%)
R 89 von 276 ~ 32.25%
G 147 von 276 ~ 53.26%
B 40 von 276 ~ 14.49%
Die Farbe #599328 wird in CMYK als (39,0,73,42) definiert.
CMYK: (39,0,73,42) C39M0Y73K42 (39%,0%,73%,42%) (0.39/0.00/0.73/0.42)
59 | 93 | 28 | |
---|---|---|---|
RGB | 89 | 147 | 40 |
HSL | 93° | 57.22% | 36.67% |
HSB/HSV | 93° | 72.79% | 57.65% |
CMYK | 39.46% | 0.00% | 72.79% |
42.35% |
Hexadezimal | 59 | 93 | 28 |
Dezimal | 89 | 147 | 40 |
Binär | 1011001 | 10010011 | 101000 |
Oktal | 131 | 223 | 50 |
Beispiele css- und html für Elemente in der Farbe #599328. Bitte benutzen Sie auch rgb(89,147,40) statt hex-Code.
.myTextColor { color: #599328; }
<p style="color:#599328">This sample text font color is #599328.</p>
Die Farbe dieses Textes ist #599328.
.myBgColor { background-color: #599328; }
<div style="background-color:#599328">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #599328.
.myBorderColor { border: 1px solid #599328; }
<div style="border:3px solid #599328">Div</div>
Die Grenzen von diesem div sind in Farbe #599328.
.myOpacity80 { color: #599328; opacity: 0.8; }
<p style="color:#599328;opacity:0.8;">80%</p>
Text in Farbe #599328 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #599328;}
<p style="text-shadow: 3px 3px 1px #599328">Text here.</p>
Dieser Text hat den Schatten in Farbe #599328.
.textShadow {text-shadow: 3px 3px 1px #599328, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #599328, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #599328 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#599328, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#599328, Direction=45, Strength=4)">Text</p>
This text has shadow with #599328 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #599328; -webkit-box-shadow: 1px 1px 3px 2px #599328; box-shadow: 1px 1px 3px 2px #599328; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #599328; -webkit-box-shadow: 1px 1px 3px 2px #599328; box-shadow:1px 1px 3px 2px #599328;">
Div content here</div>
Dieser Text ist in der Farbe #599328 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #599328 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #599328.
Dieser Text ist weiß auf dem Hintergrund in Farbe #599328.