COLOR #87A276

HEX: #87A276
RGB: (135,162,118)

Color info

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

RGB color model

#87A276 color RGB value is (135,162,118).

  • red value is 135;
  • green value is 162;
  • blue value is 118.
RGB:
(135,162,118)
(53%,64%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 162 of 255 = 64%
B 118 of 255 = 46%

135
162
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 162 + 118 = 415 (100%)
R 135 of 415 ~ 32.53%
G 162 of 415 ~ 39.04%
B 118 of 415 ~ 28.43%

%32.53
%39.04
%28.43

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 36.47%
CMYK:
(17,0,27,36)
C17M0Y27K36 
(17%,0%,27%,36%)
(0.17/0.00/0.27/0.36)	

CMYK percentages

%16.67
%0
%27.16
%36.47

Codes

Color #87A276 in popluar color models

87A276
RGB135162118
HSL97°19.13%54.90%
HSB/HSV97°27.16%63.53%
CMYK16.67%0.00%27.16%
36.47%

Color #87A276 in popluar number systems.

HEX87A276
Decimal135162118
Binary10000111101000101110110
Octal207242166

Shades and tints

Shades of #87A276

#87A276
(135,162,118)
#7B946C
(123,148,108)
#6F8662
(111,134,98)
#637858
(99,120,88)
#576A4E
(87,106,78)
#4B5C44
(75,92,68)
#3F4E3A
(63,78,58)
#334030
(51,64,48)
#273226
(39,50,38)
#1B241C
(27,36,28)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #87A276

#87A276
(135,162,118)
#91AA82
(145,170,130)
#9BB28E
(155,178,142)
#A5BA9A
(165,186,154)
#AFC2A6
(175,194,166)
#B9CAB2
(185,202,178)
#C3D2BE
(195,210,190)
#CDDACA
(205,218,202)
#D7E2D6
(215,226,214)
#E1EAE2
(225,234,226)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A276 color. Also use rgb(135,162,118) instead hex code.

Text Font Color

.myTextColor { color: #87A276; }

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

This text font color is #87A276.


Background Color

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

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

This div background color is #87A276.


Border color

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

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

This div border color is #87A276.


Opacity

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

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

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

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

This text has shadow with #87A276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A276 on black background.


Color preview on white background

This text has color #87A276 on white background.



Black color preview on #87A276 background

This text has black color on #87A276 background.


White color preview on #87A276 background

This text has white color on #87A276 background.