COLOR #87A57B

HEX: #87A57B
RGB: (135,165,123)

Color info

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

RGB color model

#87A57B color RGB value is (135,165,123).

  • red value is 135;
  • green value is 165;
  • blue value is 123.
RGB:
(135,165,123)
(53%,65%,48%)

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 123 of 255 = 48%

135
165
123

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

Portions of RGB colors in percentages

R + G + B =
135 + 165 + 123 = 423 (100%)
R 135 of 423 ~ 31.91%
G 165 of 423 ~ 39.01%
B 123 of 423 ~ 29.08%

%31.91
%39.01
%29.08

CMYK color model

#87A57B color CMYK value is (18,0,25,35).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%
CMYK:
(18,0,25,35)
C18M0Y25K35 
(18%,0%,25%,35%)
(0.18/0.00/0.25/0.35)	

CMYK percentages

%18.18
%0
%25.45
%35.29

Codes

Color #87A57B in popluar color models

87A57B
RGB135165123
HSL103°18.92%56.47%
HSB/HSV103°25.45%64.71%
CMYK18.18%0.00%25.45%
35.29%

Color #87A57B in popluar number systems.

HEX87A57B
Decimal135165123
Binary10000111101001011111011
Octal207245173

Shades and tints

Shades of #87A57B

#87A57B
(135,165,123)
#7B9670
(123,150,112)
#6F8765
(111,135,101)
#63785A
(99,120,90)
#57694F
(87,105,79)
#4B5A44
(75,90,68)
#3F4B39
(63,75,57)
#333C2E
(51,60,46)
#272D23
(39,45,35)
#1B1E18
(27,30,24)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #87A57B

#87A57B
(135,165,123)
#91AD87
(145,173,135)
#9BB593
(155,181,147)
#A5BD9F
(165,189,159)
#AFC5AB
(175,197,171)
#B9CDB7
(185,205,183)
#C3D5C3
(195,213,195)
#CDDDCF
(205,221,207)
#D7E5DB
(215,229,219)
#E1EDE7
(225,237,231)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87A57B color. Also use rgb(135,165,123) instead hex code.

Text Font Color

.myTextColor { color: #87A57B; }

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

This text font color is #87A57B.


Background Color

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

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

This div background color is #87A57B.


Border color

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

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

This div border color is #87A57B.


Opacity

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

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

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

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

This text has shadow with #87A57B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87A57B on black background.


Color preview on white background

This text has color #87A57B on white background.



Black color preview on #87A57B background

This text has black color on #87A57B background.


White color preview on #87A57B background

This text has white color on #87A57B background.