HEX: #87AB38
RGB: (135,171,56)
#87AB38 contains mainly red and green colors. Web safe color of #87AB38 is #999933 (or #993).
#87AB38 color RGB value is (135,171,56).
RGB: (135,171,56)
(53%, 67%, 22%)
R 135 of 255 = 53%
G 171 of 255 = 67%
B 56 of 255 = 22%
R + G + B ~ 47%. #87AB38 is middle color (not dark and not light).
R + G + B = 135 + 171 + 56 = 362 (100%)
R 135 of 362 ~ 37.29%
G 171 of 362 ~ 47.24%
B 56 of 362 ~ 15.47'%
#87AB38 color CMYK value is (21,0,67,33).
CMYK: (21,0,67,33) C21M0Y67K33 (21%,0%,67%,33%) (0.21/0.00/0.67/0.33)
Color #87AB38 in popluar color models
87 | AB | 38 | |
---|---|---|---|
RGB | 135 | 171 | 56 |
HSL | 79° | 50.66% | 44.51% |
HSB/HSV | 79° | 67.25% | 67.06% |
CMYK | 21.05% | 0.00% | 67.25% |
32.94% |
Color #87AB38 in popluar number systems.
HEX | 87 | AB | 38 |
Decimal | 135 | 171 | 56 |
Binary | 10000111 | 10101011 | 111000 |
Octal | 207 | 253 | 70 |
Shades of #87AB38
Tints of #87AB38
Examples of css and html codes for elements with #87AB38 color. Also use rgb(135,171,56) instead hex code.
.myTextColor { color: #87AB38; }
<p style="color:#87AB38">This sample text font color is #87AB38.</p>
This text font color is #87AB38.
.myBgColor { background-color: #87AB38; }
<div style="background-color:#87AB38">Inner text</div>
This div background color is #87AB38.
.myBorderColor { border: 1px solid #87AB38; }
<div style="border:3px solid #87AB38">Div</div>
This div border color is #87AB38.
.myOpacity80 { color: #87AB38; opacity: 0.8; }
<p style="color:#87AB38;opacity:0.8;">80%</p>
Text with #87AB38 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87AB38;}
<p style="text-shadow: 3px 3px 1px #87AB38">Text here.</p>
This text has shadow with #87AB38 color.
.textShadow {text-shadow: 3px 3px 1px #87AB38', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87AB38, 5px 5px 20px red">Text here.</p>
This text has shadow with #87AB38 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87AB38, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87AB38, Direction=45, Strength=4)">Text</p>
This text has shadow with #87AB38 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87AB38;
-webkit-box-shadow: 1px 1px 3px 2px #87AB38;
box-shadow: 1px 1px 3px 2px #87AB38;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87AB38; -webkit-box-shadow: 1px 1px 3px 2px #87AB38; box-shadow:1px 1px 3px 2px #87AB38;">
Div content here
</div>
This text has color #87AB38 on black background.
This text has color #87AB38 on white background.
This text has black color on #87AB38 background.
This text has white color on #87AB38 background.
Complementary color for #hex is #7854C7.