COLOR #87534F

HEX: #87534F
RGB: (135,83,79)

Color info

#87534F contains red, green and blue colors in about the same proportion. Web safe color of #87534F is #996666 (or #966).

RGB color model

#87534F color RGB value is (135,83,79).

  • red value is 135;
  • green value is 83;
  • blue value is 79.
RGB:
(135,83,79)
(53%,33%,31%)

RGB channels and saturation

R 135 of 255 = 53%
G 83 of 255 = 33%
B 79 of 255 = 31%

135
83
79

R + G + B ~ 39%. #87534F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 83 + 79 = 297 (100%)
R 135 of 297 ~ 45.45%
G 83 of 297 ~ 27.95%
B 79 of 297 ~ 26.6%

%45.45
%27.95
%26.6

CMYK color model

#87534F color CMYK value is (0,39,41,47).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 41.48%
  • key color value is 47.06%
CMYK:
(0,39,41,47)
C0M39Y41K47 
(0%,39%,41%,47%)
(0.00/0.39/0.41/0.47)	

CMYK percentages

%0
%38.52
%41.48
%47.06

Codes

Color #87534F in popluar color models

87534F
RGB1358379
HSL26.17%41.96%
HSB/HSV41.48%52.94%
CMYK0.00%38.52%41.48%
47.06%

Color #87534F in popluar number systems.

HEX87534F
Decimal1358379
Binary1000011110100111001111
Octal207123117

Shades and tints

Shades of #87534F

#87534F
(135,83,79)
#7B4C48
(123,76,72)
#6F4541
(111,69,65)
#633E3A
(99,62,58)
#573733
(87,55,51)
#4B302C
(75,48,44)
#3F2925
(63,41,37)
#33221E
(51,34,30)
#271B17
(39,27,23)
#1B1410
(27,20,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #87534F

#87534F
(135,83,79)
#91625F
(145,98,95)
#9B716F
(155,113,111)
#A5807F
(165,128,127)
#AF8F8F
(175,143,143)
#B99E9F
(185,158,159)
#C3ADAF
(195,173,175)
#CDBCBF
(205,188,191)
#D7CBCF
(215,203,207)
#E1DADF
(225,218,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87534F color. Also use rgb(135,83,79) instead hex code.

Text Font Color

.myTextColor { color: #87534F; }

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

This text font color is #87534F.


Background Color

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

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

This div background color is #87534F.


Border color

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

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

This div border color is #87534F.


Opacity

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

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

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

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

This text has shadow with #87534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #87534F on black background.


Color preview on white background

This text has color #87534F on white background.



Black color preview on #87534F background

This text has black color on #87534F background.


White color preview on #87534F background

This text has white color on #87534F background.