COLOR #876D22

HEX: #876D22
RGB: (135,109,34)

Color info

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

RGB color model

#876D22 color RGB value is (135,109,34).

  • red value is 135;
  • green value is 109;
  • blue value is 34.
RGB:
(135,109,34)
(53%,43%,13%)

RGB channels and saturation

R 135 of 255 = 53%
G 109 of 255 = 43%
B 34 of 255 = 13%

135
109
34

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

Portions of RGB colors in percentages

R + G + B =
135 + 109 + 34 = 278 (100%)
R 135 of 278 ~ 48.56%
G 109 of 278 ~ 39.21%
B 34 of 278 ~ 12.23%

%48.56
%39.21
%12.23

CMYK color model

#876D22 color CMYK value is (0,19,75,47).

  • cyan value is 0.00%
  • magenta value is 19.26%
  • yellow value is 74.81%
  • key color value is 47.06%
CMYK:
(0,19,75,47)
C0M19Y75K47 
(0%,19%,75%,47%)
(0.00/0.19/0.75/0.47)	

CMYK percentages

%0
%19.26
%74.81
%47.06

Codes

Color #876D22 in popluar color models

876D22
RGB13510934
HSL45°59.76%33.14%
HSB/HSV45°74.81%52.94%
CMYK0.00%19.26%74.81%
47.06%

Color #876D22 in popluar number systems.

HEX876D22
Decimal13510934
Binary100001111101101100010
Octal20715542

Shades and tints

Shades of #876D22

#876D22
(135,109,34)
#7B641F
(123,100,31)
#6F5B1C
(111,91,28)
#635219
(99,82,25)
#574916
(87,73,22)
#4B4013
(75,64,19)
#3F3710
(63,55,16)
#332E0D
(51,46,13)
#27250A
(39,37,10)
#1B1C07
(27,28,7)
#0F1304
(15,19,4)
#000000
(0,0,0)

Tints of #876D22

#876D22
(135,109,34)
#917A36
(145,122,54)
#9B874A
(155,135,74)
#A5945E
(165,148,94)
#AFA172
(175,161,114)
#B9AE86
(185,174,134)
#C3BB9A
(195,187,154)
#CDC8AE
(205,200,174)
#D7D5C2
(215,213,194)
#E1E2D6
(225,226,214)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876D22 color. Also use rgb(135,109,34) instead hex code.

Text Font Color

.myTextColor { color: #876D22; }

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

This text font color is #876D22.


Background Color

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

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

This div background color is #876D22.


Border color

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

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

This div border color is #876D22.


Opacity

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

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

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

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

This text has shadow with #876D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876D22 on black background.


Color preview on white background

This text has color #876D22 on white background.



Black color preview on #876D22 background

This text has black color on #876D22 background.


White color preview on #876D22 background

This text has white color on #876D22 background.