COLOR #87AD5F

HEX: #87AD5F
RGB: (135,173,95)

Color info

#87AD5F contains mainly red and green colors. Web safe color of #87AD5F is #999966 (or #996).

RGB color model

#87AD5F color RGB value is (135,173,95).

  • red value is 135;
  • green value is 173;
  • blue value is 95.
RGB:
(135,173,95)
(53%,68%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 173 of 255 = 68%
B 95 of 255 = 37%

135
173
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 173 + 95 = 403 (100%)
R 135 of 403 ~ 33.5%
G 173 of 403 ~ 42.93%
B 95 of 403 ~ 23.57%

%33.5
%42.93
%23.57

CMYK color model

#87AD5F color CMYK value is (22,0,45,32).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 45.09%
  • key color value is 32.16%
CMYK:
(22,0,45,32)
C22M0Y45K32 
(22%,0%,45%,32%)
(0.22/0.00/0.45/0.32)	

CMYK percentages

%21.97
%0
%45.09
%32.16

Codes

Color #87AD5F in popluar color models

87AD5F
RGB13517395
HSL89°32.23%52.55%
HSB/HSV89°45.09%67.84%
CMYK21.97%0.00%45.09%
32.16%

Color #87AD5F in popluar number systems.

HEX87AD5F
Decimal13517395
Binary10000111101011011011111
Octal207255137

Shades and tints

Shades of #87AD5F

#87AD5F
(135,173,95)
#7B9E57
(123,158,87)
#6F8F4F
(111,143,79)
#638047
(99,128,71)
#57713F
(87,113,63)
#4B6237
(75,98,55)
#3F532F
(63,83,47)
#334427
(51,68,39)
#27351F
(39,53,31)
#1B2617
(27,38,23)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #87AD5F

#87AD5F
(135,173,95)
#91B46D
(145,180,109)
#9BBB7B
(155,187,123)
#A5C289
(165,194,137)
#AFC997
(175,201,151)
#B9D0A5
(185,208,165)
#C3D7B3
(195,215,179)
#CDDEC1
(205,222,193)
#D7E5CF
(215,229,207)
#E1ECDD
(225,236,221)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87AD5F color. Also use rgb(135,173,95) instead hex code.

Text Font Color

.myTextColor { color: #87AD5F; }

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

This text font color is #87AD5F.


Background Color

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

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

This div background color is #87AD5F.


Border color

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

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

This div border color is #87AD5F.


Opacity

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

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

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

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

This text has shadow with #87AD5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87AD5F on black background.


Color preview on white background

This text has color #87AD5F on white background.



Black color preview on #87AD5F background

This text has black color on #87AD5F background.


White color preview on #87AD5F background

This text has white color on #87AD5F background.