COLOR #876E49

HEX: #876E49
RGB: (135,110,73)

Color info

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

RGB color model

#876E49 color RGB value is (135,110,73).

  • red value is 135;
  • green value is 110;
  • blue value is 73.
RGB:
(135,110,73)
(53%,43%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 73 of 255 = 29%

135
110
73

R + G + B ~ 42%. #876E49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 73 = 318 (100%)
R 135 of 318 ~ 42.45%
G 110 of 318 ~ 34.59%
B 73 of 318 ~ 22.96%

%42.45
%34.59
%22.96

CMYK color model

#876E49 color CMYK value is (0,19,46,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(0,19,46,47)
C0M19Y46K47 
(0%,19%,46%,47%)
(0.00/0.19/0.46/0.47)	

CMYK percentages

%0
%18.52
%45.93
%47.06

Codes

Color #876E49 in popluar color models

876E49
RGB13511073
HSL36°29.81%40.78%
HSB/HSV36°45.93%52.94%
CMYK0.00%18.52%45.93%
47.06%

Color #876E49 in popluar number systems.

HEX876E49
Decimal13511073
Binary1000011111011101001001
Octal207156111

Shades and tints

Shades of #876E49

#876E49
(135,110,73)
#7B6443
(123,100,67)
#6F5A3D
(111,90,61)
#635037
(99,80,55)
#574631
(87,70,49)
#4B3C2B
(75,60,43)
#3F3225
(63,50,37)
#33281F
(51,40,31)
#271E19
(39,30,25)
#1B1413
(27,20,19)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #876E49

#876E49
(135,110,73)
#917B59
(145,123,89)
#9B8869
(155,136,105)
#A59579
(165,149,121)
#AFA289
(175,162,137)
#B9AF99
(185,175,153)
#C3BCA9
(195,188,169)
#CDC9B9
(205,201,185)
#D7D6C9
(215,214,201)
#E1E3D9
(225,227,217)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E49 color. Also use rgb(135,110,73) instead hex code.

Text Font Color

.myTextColor { color: #876E49; }

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

This text font color is #876E49.


Background Color

.myBgColor { background-color: #876E49; }

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

This div background color is #876E49.


Border color

.myBorderColor { border: 1px solid #876E49; }

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

This div border color is #876E49.


Opacity

.myOpacity80 { color: #876E49; opacity: 0.8; }

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

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

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

This text has shadow with #876E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E49 on black background.


Color preview on white background

This text has color #876E49 on white background.



Black color preview on #876E49 background

This text has black color on #876E49 background.


White color preview on #876E49 background

This text has white color on #876E49 background.