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