HEX: #515957
RGB: (81,89,87)
#515957 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #515957 ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #515957 wird in RGB als (81,89,87) definiert.
RGB: (81,89,87) (32%,35%,34%)
R 81 von 255 = 32%
G 89 von 255 = 35%
B 87 von 255 = 34%
R + G + B ~ 34%. #515957 ziemlich dunkle Farbe.
R + G + B =
81 + 89 + 87 = 257 (100%)
R 81 von 257 ~ 31.52%
G 89 von 257 ~ 34.63%
B 87 von 257 ~ 33.85%
Die Farbe #515957 wird in CMYK als (9,0,2,65) definiert.
CMYK: (9,0,2,65) C9M0Y2K65 (9%,0%,2%,65%) (0.09/0.00/0.02/0.65)
51 | 59 | 57 | |
---|---|---|---|
RGB | 81 | 89 | 87 |
HSL | 165° | 4.71% | 33.33% |
HSB/HSV | 165° | 8.99% | 34.90% |
CMYK | 8.99% | 0.00% | 2.25% |
65.10% |
Hexadezimal | 51 | 59 | 57 |
Dezimal | 81 | 89 | 87 |
Binär | 1010001 | 1011001 | 1010111 |
Oktal | 121 | 131 | 127 |
Beispiele css- und html für Elemente in der Farbe #515957. Bitte benutzen Sie auch rgb(81,89,87) statt hex-Code.
.myTextColor { color: #515957; }
<p style="color:#515957">This sample text font color is #515957.</p>
Die Farbe dieses Textes ist #515957.
.myBgColor { background-color: #515957; }
<div style="background-color:#515957">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #515957.
.myBorderColor { border: 1px solid #515957; }
<div style="border:3px solid #515957">Div</div>
Die Grenzen von diesem div sind in Farbe #515957.
.myOpacity80 { color: #515957; opacity: 0.8; }
<p style="color:#515957;opacity:0.8;">80%</p>
Text in Farbe #515957 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #515957;}
<p style="text-shadow: 3px 3px 1px #515957">Text here.</p>
Dieser Text hat den Schatten in Farbe #515957.
.textShadow {text-shadow: 3px 3px 1px #515957, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #515957, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #515957 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#515957, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#515957, Direction=45, Strength=4)">Text</p>
This text has shadow with #515957 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #515957; -webkit-box-shadow: 1px 1px 3px 2px #515957; box-shadow: 1px 1px 3px 2px #515957; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #515957; -webkit-box-shadow: 1px 1px 3px 2px #515957; box-shadow:1px 1px 3px 2px #515957;">
Div content here</div>
Dieser Text ist in der Farbe #515957 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #515957 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #515957.
Dieser Text ist weiß auf dem Hintergrund in Farbe #515957.