COLOR #876739

HEX: #876739
RGB: (135,103,57)

Color info

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

RGB color model

#876739 color RGB value is (135,103,57).

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

RGB channels and saturation

R 135 of 255 = 53%
G 103 of 255 = 40%
B 57 of 255 = 22%

135
103
57

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

Portions of RGB colors in percentages

R + G + B =
135 + 103 + 57 = 295 (100%)
R 135 of 295 ~ 45.76%
G 103 of 295 ~ 34.92%
B 57 of 295 ~ 19.32%

%45.76
%34.92
%19.32

CMYK color model

#876739 color CMYK value is (0,24,58,47).

  • cyan value is 0.00%
  • magenta value is 23.70%
  • yellow value is 57.78%
  • key color value is 47.06%
CMYK:
(0,24,58,47)
C0M24Y58K47 
(0%,24%,58%,47%)
(0.00/0.24/0.58/0.47)	

CMYK percentages

%0
%23.7
%57.78
%47.06

Codes

Color #876739 in popluar color models

876739
RGB13510357
HSL35°40.63%37.65%
HSB/HSV35°57.78%52.94%
CMYK0.00%23.70%57.78%
47.06%

Color #876739 in popluar number systems.

HEX876739
Decimal13510357
Binary100001111100111111001
Octal20714771

Shades and tints

Shades of #876739

#876739
(135,103,57)
#7B5E34
(123,94,52)
#6F552F
(111,85,47)
#634C2A
(99,76,42)
#574325
(87,67,37)
#4B3A20
(75,58,32)
#3F311B
(63,49,27)
#332816
(51,40,22)
#271F11
(39,31,17)
#1B160C
(27,22,12)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #876739

#876739
(135,103,57)
#91744B
(145,116,75)
#9B815D
(155,129,93)
#A58E6F
(165,142,111)
#AF9B81
(175,155,129)
#B9A893
(185,168,147)
#C3B5A5
(195,181,165)
#CDC2B7
(205,194,183)
#D7CFC9
(215,207,201)
#E1DCDB
(225,220,219)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876739; }

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

This text font color is #876739.


Background Color

.myBgColor { background-color: #876739; }

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

This div background color is #876739.


Border color

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

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

This div border color is #876739.


Opacity

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

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

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

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

This text has shadow with #876739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876739 on black background.


Color preview on white background

This text has color #876739 on white background.



Black color preview on #876739 background

This text has black color on #876739 background.


White color preview on #876739 background

This text has white color on #876739 background.