HEX: #585B1F
RGB: (88,91,31)
#585B1F enthält hauptsächlich rote und grüne Farbe. Für #585B1F ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #585B1F wird in RGB als (88,91,31) definiert.
RGB: (88,91,31) (35%,36%,12%)
R 88 von 255 = 35%
G 91 von 255 = 36%
B 31 von 255 = 12%
R + G + B ~ 28%. #585B1F ziemlich dunkle Farbe.
R + G + B =
88 + 91 + 31 = 210 (100%)
R 88 von 210 ~ 41.9%
G 91 von 210 ~ 43.33%
B 31 von 210 ~ 14.76%
Die Farbe #585B1F wird in CMYK als (3,0,66,64) definiert.
CMYK: (3,0,66,64) C3M0Y66K64 (3%,0%,66%,64%) (0.03/0.00/0.66/0.64)
58 | 5B | 1F | |
---|---|---|---|
RGB | 88 | 91 | 31 |
HSL | 63° | 49.18% | 23.92% |
HSB/HSV | 63° | 65.93% | 35.69% |
CMYK | 3.30% | 0.00% | 65.93% |
64.31% |
Hexadezimal | 58 | 5B | 1F |
Dezimal | 88 | 91 | 31 |
Binär | 1011000 | 1011011 | 11111 |
Oktal | 130 | 133 | 37 |
Beispiele css- und html für Elemente in der Farbe #585B1F. Bitte benutzen Sie auch rgb(88,91,31) statt hex-Code.
.myTextColor { color: #585B1F; }
<p style="color:#585B1F">This sample text font color is #585B1F.</p>
Die Farbe dieses Textes ist #585B1F.
.myBgColor { background-color: #585B1F; }
<div style="background-color:#585B1F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #585B1F.
.myBorderColor { border: 1px solid #585B1F; }
<div style="border:3px solid #585B1F">Div</div>
Die Grenzen von diesem div sind in Farbe #585B1F.
.myOpacity80 { color: #585B1F; opacity: 0.8; }
<p style="color:#585B1F;opacity:0.8;">80%</p>
Text in Farbe #585B1F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #585B1F;}
<p style="text-shadow: 3px 3px 1px #585B1F">Text here.</p>
Dieser Text hat den Schatten in Farbe #585B1F.
.textShadow {text-shadow: 3px 3px 1px #585B1F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #585B1F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #585B1F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#585B1F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#585B1F, Direction=45, Strength=4)">Text</p>
This text has shadow with #585B1F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #585B1F; -webkit-box-shadow: 1px 1px 3px 2px #585B1F; box-shadow: 1px 1px 3px 2px #585B1F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #585B1F; -webkit-box-shadow: 1px 1px 3px 2px #585B1F; box-shadow:1px 1px 3px 2px #585B1F;">
Div content here</div>
Dieser Text ist in der Farbe #585B1F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #585B1F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #585B1F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #585B1F.