HEX: #585F4F
RGB: (88,95,79)
#585F4F enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #585F4F ist eine «websichere» Webfarbe #666666 (oder kurz #666).
Die Farbe #585F4F wird in RGB als (88,95,79) definiert.
RGB: (88,95,79) (35%,37%,31%)
R 88 von 255 = 35%
G 95 von 255 = 37%
B 79 von 255 = 31%
R + G + B ~ 34%. #585F4F ziemlich dunkle Farbe.
R + G + B =
88 + 95 + 79 = 262 (100%)
R 88 von 262 ~ 33.59%
G 95 von 262 ~ 36.26%
B 79 von 262 ~ 30.15%
Die Farbe #585F4F wird in CMYK als (7,0,17,63) definiert.
CMYK: (7,0,17,63) C7M0Y17K63 (7%,0%,17%,63%) (0.07/0.00/0.17/0.63)
58 | 5F | 4F | |
---|---|---|---|
RGB | 88 | 95 | 79 |
HSL | 86° | 9.20% | 34.12% |
HSB/HSV | 86° | 16.84% | 37.25% |
CMYK | 7.37% | 0.00% | 16.84% |
62.75% |
Hexadezimal | 58 | 5F | 4F |
Dezimal | 88 | 95 | 79 |
Binär | 1011000 | 1011111 | 1001111 |
Oktal | 130 | 137 | 117 |
Beispiele css- und html für Elemente in der Farbe #585F4F. Bitte benutzen Sie auch rgb(88,95,79) statt hex-Code.
.myTextColor { color: #585F4F; }
<p style="color:#585F4F">This sample text font color is #585F4F.</p>
Die Farbe dieses Textes ist #585F4F.
.myBgColor { background-color: #585F4F; }
<div style="background-color:#585F4F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #585F4F.
.myBorderColor { border: 1px solid #585F4F; }
<div style="border:3px solid #585F4F">Div</div>
Die Grenzen von diesem div sind in Farbe #585F4F.
.myOpacity80 { color: #585F4F; opacity: 0.8; }
<p style="color:#585F4F;opacity:0.8;">80%</p>
Text in Farbe #585F4F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585F4F;}
<p style="text-shadow: 3px 3px 1px #585F4F">Text here.</p>
Dieser Text hat den Schatten in Farbe #585F4F.
.textShadow {text-shadow: 3px 3px 1px #585F4F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585F4F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #585F4F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585F4F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585F4F, Direction=45, Strength=4)">Text</p>
This text has shadow with #585F4F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585F4F; -webkit-box-shadow: 1px 1px 3px 2px #585F4F; box-shadow: 1px 1px 3px 2px #585F4F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585F4F; -webkit-box-shadow: 1px 1px 3px 2px #585F4F; box-shadow:1px 1px 3px 2px #585F4F;">
Div content here</div>
Dieser Text ist in der Farbe #585F4F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #585F4F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #585F4F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #585F4F.