COLOR #87A45E

HEX: #87A45E
RGB: (135,164,94)

Color info

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

RGB color model

#87A45E color RGB value is (135,164,94).

  • red value is 135;
  • green value is 164;
  • blue value is 94.
RGB:
(135,164,94)
(53%,64%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 164 of 255 = 64%
B 94 of 255 = 37%

135
164
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 164 + 94 = 393 (100%)
R 135 of 393 ~ 34.35%
G 164 of 393 ~ 41.73%
B 94 of 393 ~ 23.92%

%34.35
%41.73
%23.92

CMYK color model

#87A45E color CMYK value is (18,0,43,36).

  • cyan value is 17.68%
  • magenta value is 0.00%
  • yellow value is 42.68%
  • key color value is 35.69%
CMYK:
(18,0,43,36)
C18M0Y43K36 
(18%,0%,43%,36%)
(0.18/0.00/0.43/0.36)	

CMYK percentages

%17.68
%0
%42.68
%35.69

Codes

Color #87A45E in popluar color models

87A45E
RGB13516494
HSL85°27.78%50.59%
HSB/HSV85°42.68%64.31%
CMYK17.68%0.00%42.68%
35.69%

Color #87A45E in popluar number systems.

HEX87A45E
Decimal13516494
Binary10000111101001001011110
Octal207244136

Shades and tints

Shades of #87A45E

#87A45E
(135,164,94)
#7B9656
(123,150,86)
#6F884E
(111,136,78)
#637A46
(99,122,70)
#576C3E
(87,108,62)
#4B5E36
(75,94,54)
#3F502E
(63,80,46)
#334226
(51,66,38)
#27341E
(39,52,30)
#1B2616
(27,38,22)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #87A45E

#87A45E
(135,164,94)
#91AC6C
(145,172,108)
#9BB47A
(155,180,122)
#A5BC88
(165,188,136)
#AFC496
(175,196,150)
#B9CCA4
(185,204,164)
#C3D4B2
(195,212,178)
#CDDCC0
(205,220,192)
#D7E4CE
(215,228,206)
#E1ECDC
(225,236,220)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A45E color. Also use rgb(135,164,94) instead hex code.

Text Font Color

.myTextColor { color: #87A45E; }

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

This text font color is #87A45E.


Background Color

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

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

This div background color is #87A45E.


Border color

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

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

This div border color is #87A45E.


Opacity

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

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

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

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

This text has shadow with #87A45E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A45E on black background.


Color preview on white background

This text has color #87A45E on white background.



Black color preview on #87A45E background

This text has black color on #87A45E background.


White color preview on #87A45E background

This text has white color on #87A45E background.