HEX: #57596C
RGB: (87,89,108)
#57596C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #57596C ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #57596C wird in RGB als (87,89,108) definiert.
RGB: (87,89,108) (34%,35%,42%)
R 87 von 255 = 34%
G 89 von 255 = 35%
B 108 von 255 = 42%
R + G + B ~ 37%. #57596C ziemlich dunkle Farbe.
R + G + B =
87 + 89 + 108 = 284 (100%)
R 87 von 284 ~ 30.63%
G 89 von 284 ~ 31.34%
B 108 von 284 ~ 38.03%
Die Farbe #57596C wird in CMYK als (19,18,0,58) definiert.
CMYK: (19,18,0,58) C19M18Y0K58 (19%,18%,0%,58%) (0.19/0.18/0.00/0.58)
57 | 59 | 6C | |
---|---|---|---|
RGB | 87 | 89 | 108 |
HSL | 234° | 10.77% | 38.24% |
HSB/HSV | 234° | 19.44% | 42.35% |
CMYK | 19.44% | 17.59% | 0.00% |
57.65% |
Hexadezimal | 57 | 59 | 6C |
Dezimal | 87 | 89 | 108 |
Binär | 1010111 | 1011001 | 1101100 |
Oktal | 127 | 131 | 154 |
Beispiele css- und html für Elemente in der Farbe #57596C. Bitte benutzen Sie auch rgb(87,89,108) statt hex-Code.
.myTextColor { color: #57596C; }
<p style="color:#57596C">This sample text font color is #57596C.</p>
Die Farbe dieses Textes ist #57596C.
.myBgColor { background-color: #57596C; }
<div style="background-color:#57596C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #57596C.
.myBorderColor { border: 1px solid #57596C; }
<div style="border:3px solid #57596C">Div</div>
Die Grenzen von diesem div sind in Farbe #57596C.
.myOpacity80 { color: #57596C; opacity: 0.8; }
<p style="color:#57596C;opacity:0.8;">80%</p>
Text in Farbe #57596C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #57596C;}
<p style="text-shadow: 3px 3px 1px #57596C">Text here.</p>
Dieser Text hat den Schatten in Farbe #57596C.
.textShadow {text-shadow: 3px 3px 1px #57596C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #57596C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #57596C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57596C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#57596C, Direction=45, Strength=4)">Text</p>
This text has shadow with #57596C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #57596C; -webkit-box-shadow: 1px 1px 3px 2px #57596C; box-shadow: 1px 1px 3px 2px #57596C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #57596C; -webkit-box-shadow: 1px 1px 3px 2px #57596C; box-shadow:1px 1px 3px 2px #57596C;">
Div content here</div>
Dieser Text ist in der Farbe #57596C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #57596C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #57596C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #57596C.