HEX: #587C2B
RGB: (88,124,43)
#587C2B enthält hauptsächlich rote und grüne Farbe. Für #587C2B ist eine «websichere» Webfarbe #666633 (oder kurz #663).
Die Farbe #587C2B wird in RGB als (88,124,43) definiert.
RGB: (88,124,43) (35%,49%,17%)
R 88 von 255 = 35%
G 124 von 255 = 49%
B 43 von 255 = 17%
R + G + B ~ 34%. #587C2B ziemlich dunkle Farbe.
R + G + B =
88 + 124 + 43 = 255 (100%)
R 88 von 255 ~ 34.51%
G 124 von 255 ~ 48.63%
B 43 von 255 ~ 16.86%
Die Farbe #587C2B wird in CMYK als (29,0,65,51) definiert.
CMYK: (29,0,65,51) C29M0Y65K51 (29%,0%,65%,51%) (0.29/0.00/0.65/0.51)
58 | 7C | 2B | |
---|---|---|---|
RGB | 88 | 124 | 43 |
HSL | 87° | 48.50% | 32.75% |
HSB/HSV | 87° | 65.32% | 48.63% |
CMYK | 29.03% | 0.00% | 65.32% |
51.37% |
Hexadezimal | 58 | 7C | 2B |
Dezimal | 88 | 124 | 43 |
Binär | 1011000 | 1111100 | 101011 |
Oktal | 130 | 174 | 53 |
Beispiele css- und html für Elemente in der Farbe #587C2B. Bitte benutzen Sie auch rgb(88,124,43) statt hex-Code.
.myTextColor { color: #587C2B; }
<p style="color:#587C2B">This sample text font color is #587C2B.</p>
Die Farbe dieses Textes ist #587C2B.
.myBgColor { background-color: #587C2B; }
<div style="background-color:#587C2B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #587C2B.
.myBorderColor { border: 1px solid #587C2B; }
<div style="border:3px solid #587C2B">Div</div>
Die Grenzen von diesem div sind in Farbe #587C2B.
.myOpacity80 { color: #587C2B; opacity: 0.8; }
<p style="color:#587C2B;opacity:0.8;">80%</p>
Text in Farbe #587C2B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #587C2B;}
<p style="text-shadow: 3px 3px 1px #587C2B">Text here.</p>
Dieser Text hat den Schatten in Farbe #587C2B.
.textShadow {text-shadow: 3px 3px 1px #587C2B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #587C2B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #587C2B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#587C2B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#587C2B, Direction=45, Strength=4)">Text</p>
This text has shadow with #587C2B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #587C2B; -webkit-box-shadow: 1px 1px 3px 2px #587C2B; box-shadow: 1px 1px 3px 2px #587C2B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #587C2B; -webkit-box-shadow: 1px 1px 3px 2px #587C2B; box-shadow:1px 1px 3px 2px #587C2B;">
Div content here</div>
Dieser Text ist in der Farbe #587C2B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #587C2B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #587C2B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #587C2B.