COLOR #87835B

HEX: #87835B
RGB: (135,131,91)

Color info

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

RGB color model

#87835B color RGB value is (135,131,91).

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

RGB channels and saturation

R 135 of 255 = 53%
G 131 of 255 = 51%
B 91 of 255 = 36%

135
131
91

R + G + B ~ 47%. #87835B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 91 = 357 (100%)
R 135 of 357 ~ 37.82%
G 131 of 357 ~ 36.69%
B 91 of 357 ~ 25.49%

%37.82
%36.69
%25.49

CMYK color model

#87835B color CMYK value is (0,3,33,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 32.59%
  • key color value is 47.06%
CMYK:
(0,3,33,47)
C0M3Y33K47 
(0%,3%,33%,47%)
(0.00/0.03/0.33/0.47)	

CMYK percentages

%0
%2.96
%32.59
%47.06

Codes

Color #87835B in popluar color models

87835B
RGB13513191
HSL55°19.47%44.31%
HSB/HSV55°32.59%52.94%
CMYK0.00%2.96%32.59%
47.06%

Color #87835B in popluar number systems.

HEX87835B
Decimal13513191
Binary10000111100000111011011
Octal207203133

Shades and tints

Shades of #87835B

#87835B
(135,131,91)
#7B7853
(123,120,83)
#6F6D4B
(111,109,75)
#636243
(99,98,67)
#57573B
(87,87,59)
#4B4C33
(75,76,51)
#3F412B
(63,65,43)
#333623
(51,54,35)
#272B1B
(39,43,27)
#1B2013
(27,32,19)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #87835B

#87835B
(135,131,91)
#918E69
(145,142,105)
#9B9977
(155,153,119)
#A5A485
(165,164,133)
#AFAF93
(175,175,147)
#B9BAA1
(185,186,161)
#C3C5AF
(195,197,175)
#CDD0BD
(205,208,189)
#D7DBCB
(215,219,203)
#E1E6D9
(225,230,217)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87835B color. Also use rgb(135,131,91) instead hex code.

Text Font Color

.myTextColor { color: #87835B; }

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

This text font color is #87835B.


Background Color

.myBgColor { background-color: #87835B; }

<div style="background-color:#87835B">Inner text</div>

This div background color is #87835B.


Border color

.myBorderColor { border: 1px solid #87835B; }

<div style="border:3px solid #87835B">Div</div>

This div border color is #87835B.


Opacity

.myOpacity80 { color: #87835B; opacity: 0.8; }

<p style="color:#87835B;opacity:0.8;">80%</p>

Text with #87835B 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 #87835B;}

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

This text has shadow with #87835B color.

.textShadow {text-shadow: 3px 3px 1px #87835B, 3px 3px 1px red;}

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

This text has shadow with #87835B primary color and red secondary color.


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

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

This text has shadow with #87835B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87835B on black background.


Color preview on white background

This text has color #87835B on white background.



Black color preview on #87835B background

This text has black color on #87835B background.


White color preview on #87835B background

This text has white color on #87835B background.