COLOR #876832

HEX: #876832
RGB: (135,104,50)

Color info

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

RGB color model

#876832 color RGB value is (135,104,50).

  • red value is 135;
  • green value is 104;
  • blue value is 50.
RGB:
(135,104,50)
(53%,41%,20%)

RGB channels and saturation

R 135 of 255 = 53%
G 104 of 255 = 41%
B 50 of 255 = 20%

135
104
50

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

Portions of RGB colors in percentages

R + G + B =
135 + 104 + 50 = 289 (100%)
R 135 of 289 ~ 46.71%
G 104 of 289 ~ 35.99%
B 50 of 289 ~ 17.3%

%46.71
%35.99
%17.3

CMYK color model

#876832 color CMYK value is (0,23,63,47).

  • cyan value is 0.00%
  • magenta value is 22.96%
  • yellow value is 62.96%
  • key color value is 47.06%
CMYK:
(0,23,63,47)
C0M23Y63K47 
(0%,23%,63%,47%)
(0.00/0.23/0.63/0.47)	

CMYK percentages

%0
%22.96
%62.96
%47.06

Codes

Color #876832 in popluar color models

876832
RGB13510450
HSL38°45.95%36.27%
HSB/HSV38°62.96%52.94%
CMYK0.00%22.96%62.96%
47.06%

Color #876832 in popluar number systems.

HEX876832
Decimal13510450
Binary100001111101000110010
Octal20715062

Shades and tints

Shades of #876832

#876832
(135,104,50)
#7B5F2E
(123,95,46)
#6F562A
(111,86,42)
#634D26
(99,77,38)
#574422
(87,68,34)
#4B3B1E
(75,59,30)
#3F321A
(63,50,26)
#332916
(51,41,22)
#272012
(39,32,18)
#1B170E
(27,23,14)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #876832

#876832
(135,104,50)
#917544
(145,117,68)
#9B8256
(155,130,86)
#A58F68
(165,143,104)
#AF9C7A
(175,156,122)
#B9A98C
(185,169,140)
#C3B69E
(195,182,158)
#CDC3B0
(205,195,176)
#D7D0C2
(215,208,194)
#E1DDD4
(225,221,212)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876832 color. Also use rgb(135,104,50) instead hex code.

Text Font Color

.myTextColor { color: #876832; }

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

This text font color is #876832.


Background Color

.myBgColor { background-color: #876832; }

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

This div background color is #876832.


Border color

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

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

This div border color is #876832.


Opacity

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

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

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

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

This text has shadow with #876832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876832 on black background.


Color preview on white background

This text has color #876832 on white background.



Black color preview on #876832 background

This text has black color on #876832 background.


White color preview on #876832 background

This text has white color on #876832 background.