COLOR #87A377

HEX: #87A377 RGB: (135,163,119)

Color info

#87A377 contains red, green and blue colors in about the same proportion. Web safe color of #87A377 is #999966 (or #996).

RGB color model

#87A377 color RGB value is (135,163,119).

RGB: (135,163,119) (53%, 64%, 47%)

RGB channels and saturation

R 135 of 255 = 53%
G 163 of 255 = 64%
B 119 of 255 = 47%

135
163
119

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

Portions of RGB colors in percentages

R + G + B = 135 + 163 + 119 = 417 (100%)
R 135 of 417 ~ 32.37%
G 163 of 417 ~ 39.09%
B 119 of 417 ~ 28.54'%

%32.37
%39.09
%28.54

CMYK color model

#87A377 color CMYK value is (17,0,27,36).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 36.08%

CMYK: (17,0,27,36)
C17M0Y27K36 (17%, 0%, 27%, 36%)
(0.17 / 0.00 / 0.27 / 0.36)

CMYK percentages

%17.18
%0
%26.99
%36.08

Codes

Color #87A377 in popluar color models

87 A3 77
RGB 135 163 119
HSL 98° 19.30% 55.29%
HSB/HSV 98° 26.99% 63.92%
CMYK 17.18% 0.00% 26.99%
36.08%

Color #87A377 in popluar number systems.

HEX 87 A3 77
Decimal 135 163 119
Binary 10000111 10100011 1110111
Octal 207 243 167

Shades and tints

Shades of #87A377

#87A377
(135,163,119)
#7B956D
(123,149,109)
#6F8763
(111,135,99)
#637959
(99,121,89)
#576B4F
(87,107,79)
#4B5D45
(75,93,69)
#3F4F3B
(63,79,59)
#334131
(51,65,49)
#273327
(39,51,39)
#1B251D
(27,37,29)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #87A377

#87A377
(135,163,119)
#91AB83
(145,171,131)
#9BB38F
(155,179,143)
#A5BB9B
(165,187,155)
#AFC3A7
(175,195,167)
#B9CBB3
(185,203,179)
#C3D3BF
(195,211,191)
#CDDBCB
(205,219,203)
#D7E3D7
(215,227,215)
#E1EBE3
(225,235,227)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A377 color. Also use rgb(135,163,119) instead hex code.

Text Font Color

.myTextColor { color: #87A377; }

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

This text font color is #87A377.

Background Color

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

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

This div background color is #87A377.

Border color

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

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

This div border color is #87A377.

Opacity

.myOpacity80 { color: #87A377; opacity: 0.8; }

<p style="color:#87A377;opacity:0.8;">80%</p>

Text with #87A377 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 #87A377;}

<p style="text-shadow: 3px 3px 1px #87A377">Text here.</p>

This text has shadow with #87A377 color.


.textShadow {text-shadow: 3px 3px 1px #87A377', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #87A377, 5px 5px 20px red">Text here.</p>

This text has shadow with #87A377 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87A377, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#87A377, Direction=45, Strength=4)">Text</p>

This text has shadow with #87A377 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #87A377;
-webkit-box-shadow: 1px 1px 3px 2px #87A377;
box-shadow: 1px 1px 3px 2px #87A377;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #87A377; -webkit-box-shadow: 1px 1px 3px 2px #87A377; box-shadow:1px 1px 3px 2px #87A377;">
Div content here
</div>

This div box has shadow with color #87A377.

Preview

Color preview on black background

This text has color #87A377 on black background.


Color preview on white background

This text has color #87A377 on white background.


Black color preview on #87A377 background

This text has black color on #87A377 background.


White color preview on #87A377 background

This text has white color on #87A377 background.


Related colors

Complementary color

Complementary color for #hex is #785C88.


I love getcolorcode.com

Triadic colors

1 #7787A3 and #A37787 with #87A377 are triadic colors.

2 #77A387 and #A38777 with #87A377 are triadic colors.