COLOR #87AF4C

HEX: #87AF4C RGB: (135,175,76)

Color info

#87AF4C contains mainly red and green colors. Web safe color of #87AF4C is #999933 (or #993).

RGB color model

#87AF4C color RGB value is (135,175,76).

RGB: (135,175,76) (53%, 69%, 30%)

RGB channels and saturation

R 135 of 255 = 53%
G 175 of 255 = 69%
B 76 of 255 = 30%

135
175
76

R + G + B ~ 51%. #87AF4C is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%34.97
%45.34
%19.69

CMYK color model

#87AF4C color CMYK value is (23,0,57,31).

  • cyan value is 22.86%
  • magenta value is 0.00%
  • yellow value is 56.57%
  • key color value is 31.37%

CMYK: (23,0,57,31)
C23M0Y57K31 (23%, 0%, 57%, 31%)
(0.23 / 0.00 / 0.57 / 0.31)

CMYK percentages

%22.86
%0
%56.57
%31.37

Codes

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 and tints

Shades of #87AF4C

#87AF4C
(135,175,76)
#7BA046
(123,160,70)
#6F9140
(111,145,64)
#63823A
(99,130,58)
#577334
(87,115,52)
#4B642E
(75,100,46)
#3F5528
(63,85,40)
#334622
(51,70,34)
#27371C
(39,55,28)
#1B2816
(27,40,22)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #87AF4C

#87AF4C
(135,175,76)
#91B65C
(145,182,92)
#9BBD6C
(155,189,108)
#A5C47C
(165,196,124)
#AFCB8C
(175,203,140)
#B9D29C
(185,210,156)
#C3D9AC
(195,217,172)
#CDE0BC
(205,224,188)
#D7E7CC
(215,231,204)
#E1EEDC
(225,238,220)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AF4C color. Also use rgb(135,175,76) instead hex code.

Text Font Color

.myTextColor { color: #87AF4C; }

<p style="color:#87AF4C">This sample text font color is #87AF4C.</p>

This text font color is #87AF4C.

Background Color

.myBgColor { background-color: #87AF4C; }

<div style="background-color:#87AF4C">Inner text</div>

This div background color is #87AF4C.

Border color

.myBorderColor { border: 1px solid #87AF4C; }

<div style="border:3px solid #87AF4C">Div</div>

This div border color is #87AF4C.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #87AF4C.

Preview

Color preview on black background

This text has color #87AF4C on black background.


Color preview on white background

This text has color #87AF4C on white background.


Black color preview on #87AF4C background

This text has black color on #87AF4C background.


White color preview on #87AF4C background

This text has white color on #87AF4C background.


Related colors

Complementary color

Complementary color for #hex is #7850B3.


I love getcolorcode.com

Triadic colors

1 #4C87AF and #AF4C87 with #87AF4C are triadic colors.

2 #4CAF87 and #AF874C with #87AF4C are triadic colors.