HEX: #588659
RGB: (88,134,89)
#588659 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #588659 ist eine «websichere» Webfarbe #669966 (oder kurz #696).
Die Farbe #588659 wird in RGB als (88,134,89) definiert.
RGB: (88,134,89) (35%,53%,35%)
R 88 von 255 = 35%
G 134 von 255 = 53%
B 89 von 255 = 35%
R + G + B ~ 41%. #588659 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
88 + 134 + 89 = 311 (100%)
R 88 von 311 ~ 28.3%
G 134 von 311 ~ 43.09%
B 89 von 311 ~ 28.62%
Die Farbe #588659 wird in CMYK als (34,0,34,47) definiert.
CMYK: (34,0,34,47) C34M0Y34K47 (34%,0%,34%,47%) (0.34/0.00/0.34/0.47)
58 | 86 | 59 | |
---|---|---|---|
RGB | 88 | 134 | 89 |
HSL | 121° | 20.72% | 43.53% |
HSB/HSV | 121° | 34.33% | 52.55% |
CMYK | 34.33% | 0.00% | 33.58% |
47.45% |
Hexadezimal | 58 | 86 | 59 |
Dezimal | 88 | 134 | 89 |
Binär | 1011000 | 10000110 | 1011001 |
Oktal | 130 | 206 | 131 |
Beispiele css- und html für Elemente in der Farbe #588659. Bitte benutzen Sie auch rgb(88,134,89) statt hex-Code.
.myTextColor { color: #588659; }
<p style="color:#588659">This sample text font color is #588659.</p>
Die Farbe dieses Textes ist #588659.
.myBgColor { background-color: #588659; }
<div style="background-color:#588659">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #588659.
.myBorderColor { border: 1px solid #588659; }
<div style="border:3px solid #588659">Div</div>
Die Grenzen von diesem div sind in Farbe #588659.
.myOpacity80 { color: #588659; opacity: 0.8; }
<p style="color:#588659;opacity:0.8;">80%</p>
Text in Farbe #588659 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #588659;}
<p style="text-shadow: 3px 3px 1px #588659">Text here.</p>
Dieser Text hat den Schatten in Farbe #588659.
.textShadow {text-shadow: 3px 3px 1px #588659, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #588659, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #588659 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#588659, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#588659, Direction=45, Strength=4)">Text</p>
This text has shadow with #588659 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #588659; -webkit-box-shadow: 1px 1px 3px 2px #588659; box-shadow: 1px 1px 3px 2px #588659; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #588659; -webkit-box-shadow: 1px 1px 3px 2px #588659; box-shadow:1px 1px 3px 2px #588659;">
Div content here</div>
Dieser Text ist in der Farbe #588659 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #588659 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #588659.
Dieser Text ist weiß auf dem Hintergrund in Farbe #588659.