COLOR #87835D

HEX: #87835D
RGB: (135,131,93)

Color info

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

RGB color model

#87835D color RGB value is (135,131,93).

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

RGB channels and saturation

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

135
131
93

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

Portions of RGB colors in percentages

R + G + B =
135 + 131 + 93 = 359 (100%)
R 135 of 359 ~ 37.6%
G 131 of 359 ~ 36.49%
B 93 of 359 ~ 25.91%

%37.6
%36.49
%25.91

CMYK color model

#87835D color CMYK value is (0,3,31,47).

  • cyan value is 0.00%
  • magenta value is 2.96%
  • yellow value is 31.11%
  • key color value is 47.06%
CMYK:
(0,3,31,47)
C0M3Y31K47 
(0%,3%,31%,47%)
(0.00/0.03/0.31/0.47)	

CMYK percentages

%0
%2.96
%31.11
%47.06

Codes

Color #87835D in popluar color models

87835D
RGB13513193
HSL54°18.42%44.71%
HSB/HSV54°31.11%52.94%
CMYK0.00%2.96%31.11%
47.06%

Color #87835D in popluar number systems.

HEX87835D
Decimal13513193
Binary10000111100000111011101
Octal207203135

Shades and tints

Shades of #87835D

#87835D
(135,131,93)
#7B7855
(123,120,85)
#6F6D4D
(111,109,77)
#636245
(99,98,69)
#57573D
(87,87,61)
#4B4C35
(75,76,53)
#3F412D
(63,65,45)
#333625
(51,54,37)
#272B1D
(39,43,29)
#1B2015
(27,32,21)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #87835D

#87835D
(135,131,93)
#918E6B
(145,142,107)
#9B9979
(155,153,121)
#A5A487
(165,164,135)
#AFAF95
(175,175,149)
#B9BAA3
(185,186,163)
#C3C5B1
(195,197,177)
#CDD0BF
(205,208,191)
#D7DBCD
(215,219,205)
#E1E6DB
(225,230,219)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #87835D; }

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

This text font color is #87835D.


Background Color

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

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

This div background color is #87835D.


Border color

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

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

This div border color is #87835D.


Opacity

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

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

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

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

This text has shadow with #87835D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87835D on black background.


Color preview on white background

This text has color #87835D on white background.



Black color preview on #87835D background

This text has black color on #87835D background.


White color preview on #87835D background

This text has white color on #87835D background.