COLOR #87855F

HEX: #87855F
RGB: (135,133,95)

Color info

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

RGB color model

#87855F color RGB value is (135,133,95).

  • red value is 135;
  • green value is 133;
  • blue value is 95.
RGB:
(135,133,95)
(53%,52%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 95 of 255 = 37%

135
133
95

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

Portions of RGB colors in percentages

R + G + B =
135 + 133 + 95 = 363 (100%)
R 135 of 363 ~ 37.19%
G 133 of 363 ~ 36.64%
B 95 of 363 ~ 26.17%

%37.19
%36.64
%26.17

CMYK color model

#87855F color CMYK value is (0,1,30,47).

  • cyan value is 0.00%
  • magenta value is 1.48%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(0,1,30,47)
C0M1Y30K47 
(0%,1%,30%,47%)
(0.00/0.01/0.30/0.47)	

CMYK percentages

%0
%1.48
%29.63
%47.06

Codes

Color #87855F in popluar color models

87855F
RGB13513395
HSL57°17.39%45.10%
HSB/HSV57°29.63%52.94%
CMYK0.00%1.48%29.63%
47.06%

Color #87855F in popluar number systems.

HEX87855F
Decimal13513395
Binary10000111100001011011111
Octal207205137

Shades and tints

Shades of #87855F

#87855F
(135,133,95)
#7B7957
(123,121,87)
#6F6D4F
(111,109,79)
#636147
(99,97,71)
#57553F
(87,85,63)
#4B4937
(75,73,55)
#3F3D2F
(63,61,47)
#333127
(51,49,39)
#27251F
(39,37,31)
#1B1917
(27,25,23)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #87855F

#87855F
(135,133,95)
#91906D
(145,144,109)
#9B9B7B
(155,155,123)
#A5A689
(165,166,137)
#AFB197
(175,177,151)
#B9BCA5
(185,188,165)
#C3C7B3
(195,199,179)
#CDD2C1
(205,210,193)
#D7DDCF
(215,221,207)
#E1E8DD
(225,232,221)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87855F color. Also use rgb(135,133,95) instead hex code.

Text Font Color

.myTextColor { color: #87855F; }

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

This text font color is #87855F.


Background Color

.myBgColor { background-color: #87855F; }

<div style="background-color:#87855F">Inner text</div>

This div background color is #87855F.


Border color

.myBorderColor { border: 1px solid #87855F; }

<div style="border:3px solid #87855F">Div</div>

This div border color is #87855F.


Opacity

.myOpacity80 { color: #87855F; opacity: 0.8; }

<p style="color:#87855F;opacity:0.8;">80%</p>

Text with #87855F 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 #87855F;}

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

This text has shadow with #87855F color.

.textShadow {text-shadow: 3px 3px 1px #87855F, 3px 3px 1px red;}

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

This text has shadow with #87855F primary color and red secondary color.


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

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

This text has shadow with #87855F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87855F on black background.


Color preview on white background

This text has color #87855F on white background.



Black color preview on #87855F background

This text has black color on #87855F background.


White color preview on #87855F background

This text has white color on #87855F background.