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