COLOR #876535

HEX: #876535
RGB: (135,101,53)

Color info

#876535 contains mainly red and green colors. Web safe color of #876535 is #996633 (or #963).

RGB color model

#876535 color RGB value is (135,101,53).

  • red value is 135;
  • green value is 101;
  • blue value is 53.
RGB:
(135,101,53)
(53%,40%,21%)

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 53 of 255 = 21%

135
101
53

R + G + B ~ 38%. #876535 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 53 = 289 (100%)
R 135 of 289 ~ 46.71%
G 101 of 289 ~ 34.95%
B 53 of 289 ~ 18.34%

%46.71
%34.95
%18.34

CMYK color model

#876535 color CMYK value is (0,25,61,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 60.74%
  • key color value is 47.06%
CMYK:
(0,25,61,47)
C0M25Y61K47 
(0%,25%,61%,47%)
(0.00/0.25/0.61/0.47)	

CMYK percentages

%0
%25.19
%60.74
%47.06

Codes

Color #876535 in popluar color models

876535
RGB13510153
HSL35°43.62%36.86%
HSB/HSV35°60.74%52.94%
CMYK0.00%25.19%60.74%
47.06%

Color #876535 in popluar number systems.

HEX876535
Decimal13510153
Binary100001111100101110101
Octal20714565

Shades and tints

Shades of #876535

#876535
(135,101,53)
#7B5C31
(123,92,49)
#6F532D
(111,83,45)
#634A29
(99,74,41)
#574125
(87,65,37)
#4B3821
(75,56,33)
#3F2F1D
(63,47,29)
#332619
(51,38,25)
#271D15
(39,29,21)
#1B1411
(27,20,17)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #876535

#876535
(135,101,53)
#917347
(145,115,71)
#9B8159
(155,129,89)
#A58F6B
(165,143,107)
#AF9D7D
(175,157,125)
#B9AB8F
(185,171,143)
#C3B9A1
(195,185,161)
#CDC7B3
(205,199,179)
#D7D5C5
(215,213,197)
#E1E3D7
(225,227,215)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876535 color. Also use rgb(135,101,53) instead hex code.

Text Font Color

.myTextColor { color: #876535; }

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

This text font color is #876535.


Background Color

.myBgColor { background-color: #876535; }

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

This div background color is #876535.


Border color

.myBorderColor { border: 1px solid #876535; }

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

This div border color is #876535.


Opacity

.myOpacity80 { color: #876535; opacity: 0.8; }

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

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

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

This text has shadow with #876535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876535 on black background.


Color preview on white background

This text has color #876535 on white background.



Black color preview on #876535 background

This text has black color on #876535 background.


White color preview on #876535 background

This text has white color on #876535 background.