HEX: #585D5D
RGB: (88,93,93)
#585D5D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #585D5D ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #585D5D wird in RGB als (88,93,93) definiert.
RGB: (88,93,93) (35%,36%,36%)
R 88 von 255 = 35%
G 93 von 255 = 36%
B 93 von 255 = 36%
R + G + B ~ 36%. #585D5D ziemlich dunkle Farbe.
R + G + B =
88 + 93 + 93 = 274 (100%)
R 88 von 274 ~ 32.12%
G 93 von 274 ~ 33.94%
B 93 von 274 ~ 33.94%
Die Farbe #585D5D wird in CMYK als (5,0,0,64) definiert.
CMYK: (5,0,0,64) C5M0Y0K64 (5%,0%,0%,64%) (0.05/0.00/0.00/0.64)
58 | 5D | 5D | |
---|---|---|---|
RGB | 88 | 93 | 93 |
HSL | 180° | 2.76% | 35.49% |
HSB/HSV | 180° | 5.38% | 36.47% |
CMYK | 5.38% | 0.00% | 0.00% |
63.53% |
Hexadezimal | 58 | 5D | 5D |
Dezimal | 88 | 93 | 93 |
Binär | 1011000 | 1011101 | 1011101 |
Oktal | 130 | 135 | 135 |
Beispiele css- und html für Elemente in der Farbe #585D5D. Bitte benutzen Sie auch rgb(88,93,93) statt hex-Code.
.myTextColor { color: #585D5D; }
<p style="color:#585D5D">This sample text font color is #585D5D.</p>
Die Farbe dieses Textes ist #585D5D.
.myBgColor { background-color: #585D5D; }
<div style="background-color:#585D5D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #585D5D.
.myBorderColor { border: 1px solid #585D5D; }
<div style="border:3px solid #585D5D">Div</div>
Die Grenzen von diesem div sind in Farbe #585D5D.
.myOpacity80 { color: #585D5D; opacity: 0.8; }
<p style="color:#585D5D;opacity:0.8;">80%</p>
Text in Farbe #585D5D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585D5D;}
<p style="text-shadow: 3px 3px 1px #585D5D">Text here.</p>
Dieser Text hat den Schatten in Farbe #585D5D.
.textShadow {text-shadow: 3px 3px 1px #585D5D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585D5D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #585D5D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585D5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585D5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #585D5D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585D5D; -webkit-box-shadow: 1px 1px 3px 2px #585D5D; box-shadow: 1px 1px 3px 2px #585D5D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585D5D; -webkit-box-shadow: 1px 1px 3px 2px #585D5D; box-shadow:1px 1px 3px 2px #585D5D;">
Div content here</div>
Dieser Text ist in der Farbe #585D5D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #585D5D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #585D5D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #585D5D.