HEX: #87AF4C
RGB: (135,175,76)
#87AF4C contains mainly red and green colors. Web safe color of #87AF4C is #999933 (or #993).
#87AF4C color RGB value is (135,175,76).
RGB: (135,175,76)
(53%, 69%, 30%)
R 135 of 255 = 53%
G 175 of 255 = 69%
B 76 of 255 = 30%
R + G + B ~ 51%. #87AF4C is middle color (not dark and not light).
R + G + B = 135 + 175 + 76 = 386 (100%)
R 135 of 386 ~ 34.97%
G 175 of 386 ~ 45.34%
B 76 of 386 ~ 19.69'%
#87AF4C color CMYK value is (23,0,57,31).
CMYK: (23,0,57,31)
C23M0Y57K31 (23%, 0%, 57%, 31%)
(0.23 / 0.00 / 0.57 / 0.31)
Color #87AF4C in popluar color models
87 | AF | 4C | |
---|---|---|---|
RGB | 135 | 175 | 76 |
HSL | 84° | 39.44% | 49.22% |
HSB/HSV | 84° | 56.57% | 68.63% |
CMYK | 22.86% | 0.00% | 56.57% |
31.37% |
Color #87AF4C in popluar number systems.
HEX | 87 | AF | 4C |
Decimal | 135 | 175 | 76 |
Binary | 10000111 | 10101111 | 1001100 |
Octal | 207 | 257 | 114 |
Shades of #87AF4C
Tints of #87AF4C
Examples of css and html codes for elements with #87AF4C color. Also use rgb(135,175,76) instead hex code.
.myTextColor { color: #87AF4C; }
<p style="color:#87AF4C">This sample text font color is #87AF4C.</p>
This text font color is #87AF4C.
.myBgColor { background-color: #87AF4C; }
<div style="background-color:#87AF4C">Inner text</div>
This div background color is #87AF4C.
.myBorderColor { border: 1px solid #87AF4C; }
<div style="border:3px solid #87AF4C">Div</div>
This div border color is #87AF4C.
.myOpacity80 { color: #87AF4C; opacity: 0.8; }
<p style="color:#87AF4C;opacity:0.8;">80%</p>
Text with #87AF4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87AF4C;}
<p style="text-shadow: 3px 3px 1px #87AF4C">Text here.</p>
This text has shadow with #87AF4C color.
.textShadow {text-shadow: 3px 3px 1px #87AF4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87AF4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #87AF4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87AF4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87AF4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #87AF4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87AF4C;
-webkit-box-shadow: 1px 1px 3px 2px #87AF4C;
box-shadow: 1px 1px 3px 2px #87AF4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87AF4C; -webkit-box-shadow: 1px 1px 3px 2px #87AF4C; box-shadow:1px 1px 3px 2px #87AF4C;">
Div content here
</div>
This text has color #87AF4C on black background.
This text has color #87AF4C on white background.
This text has black color on #87AF4C background.
This text has white color on #87AF4C background.
Complementary color for #hex is #7850B3.