COLOR #87A35D

HEX: #87A35D
RGB: (135,163,93)

Color info

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

RGB color model

#87A35D color RGB value is (135,163,93).

  • red value is 135;
  • green value is 163;
  • blue value is 93.
RGB:
(135,163,93)
(53%,64%,36%)

RGB channels and saturation

R 135 of 255 = 53%
G 163 of 255 = 64%
B 93 of 255 = 36%

135
163
93

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

Portions of RGB colors in percentages

R + G + B =
135 + 163 + 93 = 391 (100%)
R 135 of 391 ~ 34.53%
G 163 of 391 ~ 41.69%
B 93 of 391 ~ 23.79%

%34.53
%41.69
%23.79

CMYK color model

#87A35D color CMYK value is (17,0,43,36).

  • cyan value is 17.18%
  • magenta value is 0.00%
  • yellow value is 42.94%
  • key color value is 36.08%
CMYK:
(17,0,43,36)
C17M0Y43K36 
(17%,0%,43%,36%)
(0.17/0.00/0.43/0.36)	

CMYK percentages

%17.18
%0
%42.94
%36.08

Codes

Color #87A35D in popluar color models

87A35D
RGB13516393
HSL84°27.56%50.20%
HSB/HSV84°42.94%63.92%
CMYK17.18%0.00%42.94%
36.08%

Color #87A35D in popluar number systems.

HEX87A35D
Decimal13516393
Binary10000111101000111011101
Octal207243135

Shades and tints

Shades of #87A35D

#87A35D
(135,163,93)
#7B9555
(123,149,85)
#6F874D
(111,135,77)
#637945
(99,121,69)
#576B3D
(87,107,61)
#4B5D35
(75,93,53)
#3F4F2D
(63,79,45)
#334125
(51,65,37)
#27331D
(39,51,29)
#1B2515
(27,37,21)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #87A35D

#87A35D
(135,163,93)
#91AB6B
(145,171,107)
#9BB379
(155,179,121)
#A5BB87
(165,187,135)
#AFC395
(175,195,149)
#B9CBA3
(185,203,163)
#C3D3B1
(195,211,177)
#CDDBBF
(205,219,191)
#D7E3CD
(215,227,205)
#E1EBDB
(225,235,219)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A35D; }

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

This text font color is #87A35D.


Background Color

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

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

This div background color is #87A35D.


Border color

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

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

This div border color is #87A35D.


Opacity

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

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

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

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

This text has shadow with #87A35D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A35D on black background.


Color preview on white background

This text has color #87A35D on white background.



Black color preview on #87A35D background

This text has black color on #87A35D background.


White color preview on #87A35D background

This text has white color on #87A35D background.