HEX: #586C4D
RGB: (88,108,77)
#586C4D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #586C4D ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #586C4D wird in RGB als (88,108,77) definiert.
RGB: (88,108,77) (35%,42%,30%)
R 88 von 255 = 35%
G 108 von 255 = 42%
B 77 von 255 = 30%
R + G + B ~ 36%. #586C4D ziemlich dunkle Farbe.
R + G + B =
88 + 108 + 77 = 273 (100%)
R 88 von 273 ~ 32.23%
G 108 von 273 ~ 39.56%
B 77 von 273 ~ 28.21%
Die Farbe #586C4D wird in CMYK als (19,0,29,58) definiert.
CMYK: (19,0,29,58) C19M0Y29K58 (19%,0%,29%,58%) (0.19/0.00/0.29/0.58)
58 | 6C | 4D | |
---|---|---|---|
RGB | 88 | 108 | 77 |
HSL | 99° | 16.76% | 36.27% |
HSB/HSV | 99° | 28.70% | 42.35% |
CMYK | 18.52% | 0.00% | 28.70% |
57.65% |
Hexadezimal | 58 | 6C | 4D |
Dezimal | 88 | 108 | 77 |
Binär | 1011000 | 1101100 | 1001101 |
Oktal | 130 | 154 | 115 |
Beispiele css- und html für Elemente in der Farbe #586C4D. Bitte benutzen Sie auch rgb(88,108,77) statt hex-Code.
.myTextColor { color: #586C4D; }
<p style="color:#586C4D">This sample text font color is #586C4D.</p>
Die Farbe dieses Textes ist #586C4D.
.myBgColor { background-color: #586C4D; }
<div style="background-color:#586C4D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #586C4D.
.myBorderColor { border: 1px solid #586C4D; }
<div style="border:3px solid #586C4D">Div</div>
Die Grenzen von diesem div sind in Farbe #586C4D.
.myOpacity80 { color: #586C4D; opacity: 0.8; }
<p style="color:#586C4D;opacity:0.8;">80%</p>
Text in Farbe #586C4D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #586C4D;}
<p style="text-shadow: 3px 3px 1px #586C4D">Text here.</p>
Dieser Text hat den Schatten in Farbe #586C4D.
.textShadow {text-shadow: 3px 3px 1px #586C4D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #586C4D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #586C4D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#586C4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#586C4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #586C4D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #586C4D; -webkit-box-shadow: 1px 1px 3px 2px #586C4D; box-shadow: 1px 1px 3px 2px #586C4D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #586C4D; -webkit-box-shadow: 1px 1px 3px 2px #586C4D; box-shadow:1px 1px 3px 2px #586C4D;">
Div content here</div>
Dieser Text ist in der Farbe #586C4D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #586C4D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #586C4D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #586C4D.