HEX: #586D49
RGB: (88,109,73)
#586D49 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #586D49 ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #586D49 wird in RGB als (88,109,73) definiert.
RGB: (88,109,73)
(35%, 43%, 29%)
R 88 von 255 = 35%
G 109 von 255 = 43%
B 73 von 255 = 29%
R + G + B ~ 36%. #586D49 ziemlich dunkle Farbe.
R + G + B = 88 + 109 + 73 = 270 (100%)
R 88 von 270 ~ 32.59%
G 109 von 270 ~ 40.37%
B 73 von 270 ~ 27.04'%
Die Farbe #586D49 wird in CMYK als (19,0,33,57) definiert.
CMYK: (19,0,33,57) C19M0Y33K57 (19%,0%,33%,57%) (0.19/0.00/0.33/0.57)
Farbe #586D49 in den populären Farbmodellen.
58 | 6D | 49 | |
---|---|---|---|
RGB | 88 | 109 | 73 |
HSL | 95° | 19.78% | 35.69% |
HSB/HSV | 95° | 33.03% | 42.75% |
CMYK | 19.27% | 0.00% | 33.03% |
57.25% |
Die Farbe #586D49 in den populären Zahlensystemen.
Hexadezimal | 58 | 6D | 49 |
Dezimal | 88 | 109 | 73 |
Binär | 1011000 | 1101101 | 1001001 |
Oktal | 130 | 155 | 111 |
Dunkle Töne der Farbe #586D49
Helle Töne der Farbe #586D49
Beispiele css- und html für Elemente in der Farbe #586D49. Bitte benutzen Sie auch rgb(88,109,73) statt hex-Code.
.myTextColor { color: #586D49; }
<p style="color:#586D49">This sample text font color is #586D49.</p>
Die Farbe dieses Textes ist #586D49.
.myBgColor { background-color: #586D49; }
<div style="background-color:#586D49">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #586D49.
.myBorderColor { border: 1px solid #586D49; }
<div style="border:3px solid #586D49">Div</div>
Die Grenzen von diesem div sind in Farbe #586D49.
.myOpacity80 { color: #586D49; opacity: 0.8; }
<p style="color:#586D49;opacity:0.8;">80%</p>
Text in Farbe #586D49 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #586D49;}
<p style="text-shadow: 3px 3px 1px #586D49">Text here.</p>
Dieser Text hat den Schatten in Farbe #586D49.
.textShadow {text-shadow: 3px 3px 1px #586D49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #586D49, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #586D49 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#586D49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#586D49, Direction=45, Strength=4)">Text</p>
This text has shadow with #586D49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #586D49;
-webkit-box-shadow: 1px 1px 3px 2px #586D49;
box-shadow: 1px 1px 3px 2px #586D49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #586D49; -webkit-box-shadow: 1px 1px 3px 2px #586D49; box-shadow:1px 1px 3px 2px #586D49;">
Div content here
</div>
Dieser Text ist in der Farbe #586D49 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #586D49 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #586D49.
Dieser Text ist weiß auf dem Hintergrund in Farbe #586D49.
Kontrastfarbe für #hex ist #A792B6.