HEX: #87A55C
RGB: (135,165,92)
#87A55C enthält hauptsächlich rote und grüne Farbe. Für #87A55C ist eine «websichere» Webfarbe #999966 (oder kurz #996).
Die Farbe #87A55C wird in RGB als (135,165,92) definiert.
RGB: (135,165,92) (53%,65%,36%)
R 135 von 255 = 53%
G 165 von 255 = 65%
B 92 von 255 = 36%
R + G + B ~ 51%. #87A55C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
135 + 165 + 92 = 392 (100%)
R 135 von 392 ~ 34.44%
G 165 von 392 ~ 42.09%
B 92 von 392 ~ 23.47%
Die Farbe #87A55C wird in CMYK als (18,0,44,35) definiert.
CMYK: (18,0,44,35) C18M0Y44K35 (18%,0%,44%,35%) (0.18/0.00/0.44/0.35)
87 | A5 | 5C | |
---|---|---|---|
RGB | 135 | 165 | 92 |
HSL | 85° | 28.85% | 50.39% |
HSB/HSV | 85° | 44.24% | 64.71% |
CMYK | 18.18% | 0.00% | 44.24% |
35.29% |
Hexadezimal | 87 | A5 | 5C |
Dezimal | 135 | 165 | 92 |
Binär | 10000111 | 10100101 | 1011100 |
Oktal | 207 | 245 | 134 |
Beispiele css- und html für Elemente in der Farbe #87A55C. Bitte benutzen Sie auch rgb(135,165,92) statt hex-Code.
.myTextColor { color: #87A55C; }
<p style="color:#87A55C">This sample text font color is #87A55C.</p>
Die Farbe dieses Textes ist #87A55C.
.myBgColor { background-color: #87A55C; }
<div style="background-color:#87A55C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #87A55C.
.myBorderColor { border: 1px solid #87A55C; }
<div style="border:3px solid #87A55C">Div</div>
Die Grenzen von diesem div sind in Farbe #87A55C.
.myOpacity80 { color: #87A55C; opacity: 0.8; }
<p style="color:#87A55C;opacity:0.8;">80%</p>
Text in Farbe #87A55C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87A55C;}
<p style="text-shadow: 3px 3px 1px #87A55C">Text here.</p>
Dieser Text hat den Schatten in Farbe #87A55C.
.textShadow {text-shadow: 3px 3px 1px #87A55C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87A55C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #87A55C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87A55C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87A55C, Direction=45, Strength=4)">Text</p>
This text has shadow with #87A55C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87A55C; -webkit-box-shadow: 1px 1px 3px 2px #87A55C; box-shadow: 1px 1px 3px 2px #87A55C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87A55C; -webkit-box-shadow: 1px 1px 3px 2px #87A55C; box-shadow:1px 1px 3px 2px #87A55C;">
Div content here</div>
Dieser Text ist in der Farbe #87A55C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #87A55C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #87A55C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #87A55C.