COLOR #876729

HEX: #876729
RGB: (135,103,41)

Color info

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

RGB color model

#876729 color RGB value is (135,103,41).

  • red value is 135;
  • green value is 103;
  • blue value is 41.
RGB:
(135,103,41)
(53%,40%,16%)

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 41 of 255 = 16%

135
103
41

R + G + B ~ 36%. #876729 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 41 = 279 (100%)
R 135 of 279 ~ 48.39%
G 103 of 279 ~ 36.92%
B 41 of 279 ~ 14.7%

%48.39
%36.92
%14.7

CMYK color model

#876729 color CMYK value is (0,24,70,47).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 69.63%
  • key color value is 47.06%
CMYK:
(0,24,70,47)
C0M24Y70K47 
(0%,24%,70%,47%)
(0.00/0.24/0.70/0.47)	

CMYK percentages

%0
%23.7
%69.63
%47.06

Codes

Color #876729 in popluar color models

876729
RGB13510341
HSL40°53.41%34.51%
HSB/HSV40°69.63%52.94%
CMYK0.00%23.70%69.63%
47.06%

Color #876729 in popluar number systems.

HEX876729
Decimal13510341
Binary100001111100111101001
Octal20714751

Shades and tints

Shades of #876729

#876729
(135,103,41)
#7B5E26
(123,94,38)
#6F5523
(111,85,35)
#634C20
(99,76,32)
#57431D
(87,67,29)
#4B3A1A
(75,58,26)
#3F3117
(63,49,23)
#332814
(51,40,20)
#271F11
(39,31,17)
#1B160E
(27,22,14)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #876729

#876729
(135,103,41)
#91743C
(145,116,60)
#9B814F
(155,129,79)
#A58E62
(165,142,98)
#AF9B75
(175,155,117)
#B9A888
(185,168,136)
#C3B59B
(195,181,155)
#CDC2AE
(205,194,174)
#D7CFC1
(215,207,193)
#E1DCD4
(225,220,212)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876729 color. Also use rgb(135,103,41) instead hex code.

Text Font Color

.myTextColor { color: #876729; }

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

This text font color is #876729.


Background Color

.myBgColor { background-color: #876729; }

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

This div background color is #876729.


Border color

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

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

This div border color is #876729.


Opacity

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

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

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

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

This text has shadow with #876729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876729 on black background.


Color preview on white background

This text has color #876729 on white background.



Black color preview on #876729 background

This text has black color on #876729 background.


White color preview on #876729 background

This text has white color on #876729 background.