COLOR #87A583

HEX: #87A583
RGB: (135,165,131)

Color info

#87A583 contains red, green and blue colors in about the same proportion. Web safe color of #87A583 is #999999 (or #999).

RGB color model

#87A583 color RGB value is (135,165,131).

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

RGB channels and saturation

R 135 of 255 = 53%
G 165 of 255 = 65%
B 131 of 255 = 51%

135
165
131

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

Portions of RGB colors in percentages

R + G + B =
135 + 165 + 131 = 431 (100%)
R 135 of 431 ~ 31.32%
G 165 of 431 ~ 38.28%
B 131 of 431 ~ 30.39%

%31.32
%38.28
%30.39

CMYK color model

#87A583 color CMYK value is (18,0,21,35).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 35.29%
CMYK: (18,0,21,35) C18M0Y21K35 (18%,0%,21%,35%) (0.18/0.00/0.21/0.35)

CMYK percentages

%18.18
%0
%20.61
%35.29

Codes

Color #87A583 in popluar color models

87A583
RGB135165131
HSL113°15.89%58.04%
HSB/HSV113°20.61%64.71%
CMYK18.18%0.00%20.61%
35.29%

Color #87A583 in popluar number systems.

HEX87A583
Decimal135165131
Binary100001111010010110000011
Octal207245203

Shades and tints

Shades of #87A583

#87A583
(135,165,131)
#7B9678
(123,150,120)
#6F876D
(111,135,109)
#637862
(99,120,98)
#576957
(87,105,87)
#4B5A4C
(75,90,76)
#3F4B41
(63,75,65)
#333C36
(51,60,54)
#272D2B
(39,45,43)
#1B1E20
(27,30,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #87A583

#87A583
(135,165,131)
#91AD8E
(145,173,142)
#9BB599
(155,181,153)
#A5BDA4
(165,189,164)
#AFC5AF
(175,197,175)
#B9CDBA
(185,205,186)
#C3D5C5
(195,213,197)
#CDDDD0
(205,221,208)
#D7E5DB
(215,229,219)
#E1EDE6
(225,237,230)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87A583; }

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

This text font color is #87A583.


Background Color

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

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

This div background color is #87A583.


Border color

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

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

This div border color is #87A583.


Opacity

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

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

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

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

This text has shadow with #87A583 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #87A583 on black background.


Color preview on white background

This text has color #87A583 on white background.



Black color preview on #87A583 background

This text has black color on #87A583 background.


White color preview on #87A583 background

This text has white color on #87A583 background.