COLOR #87A25E

HEX: #87A25E RGB: (135,162,94)

Color info

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

RGB color model

#87A25E color RGB value is (135,162,94).

RGB: (135,162,94) (53%, 64%, 37%)

RGB channels and saturation

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

135
162
94

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

Portions of RGB colors in percentages

R + G + B = 135 + 162 + 94 = 391 (100%)
R 135 of 391 ~ 34.53%
G 162 of 391 ~ 41.43%
B 94 of 391 ~ 24.04'%

%34.53
%41.43
%24.04

CMYK color model

#87A25E color CMYK value is (17,0,42,36).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 41.98%
  • key color value is 36.47%
CMYK: (17,0,42,36) C17M0Y42K36 (17%,0%,42%,36%) (0.17/0.00/0.42/0.36) 

CMYK percentages

%16.67
%0
%41.98
%36.47

Codes

Color #87A25E in popluar color models

87 A2 5E
RGB 135 162 94
HSL 84° 26.77% 50.20%
HSB/HSV 84° 41.98% 63.53%
CMYK 16.67% 0.00% 41.98%
36.47%

Color #87A25E in popluar number systems.

HEX 87 A2 5E
Decimal 135 162 94
Binary 10000111 10100010 1011110
Octal 207 242 136

Shades and tints

Shades of #87A25E

#87A25E
(135,162,94)
#7B9456
(123,148,86)
#6F864E
(111,134,78)
#637846
(99,120,70)
#576A3E
(87,106,62)
#4B5C36
(75,92,54)
#3F4E2E
(63,78,46)
#334026
(51,64,38)
#27321E
(39,50,30)
#1B2416
(27,36,22)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #87A25E

#87A25E
(135,162,94)
#91AA6C
(145,170,108)
#9BB27A
(155,178,122)
#A5BA88
(165,186,136)
#AFC296
(175,194,150)
#B9CAA4
(185,202,164)
#C3D2B2
(195,210,178)
#CDDAC0
(205,218,192)
#D7E2CE
(215,226,206)
#E1EADC
(225,234,220)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A25E; }

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

This text font color is #87A25E.

Background Color

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

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

This div background color is #87A25E.

Border color

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

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

This div border color is #87A25E.

Opacity

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

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

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

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

This text has shadow with #87A25E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87A25E.

Preview

Color preview on black background

This text has color #87A25E on black background.


Color preview on white background

This text has color #87A25E on white background.


Black color preview on #87A25E background

This text has black color on #87A25E background.


White color preview on #87A25E background

This text has white color on #87A25E background.


Related colors

Complementary color

Complementary color for #hex is #785DA1.


I love getcolorcode.com

Triadic colors

1 #5E87A2 and #A25E87 with #87A25E are triadic colors.

2 #5EA287 and #A2875E with #87A25E are triadic colors.