COLOR #876C1D

HEX: #876C1D
RGB: (135,108,29)

Color info

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

RGB color model

#876C1D color RGB value is (135,108,29).

  • red value is 135;
  • green value is 108;
  • blue value is 29.
RGB:
(135,108,29)
(53%,42%,11%)

RGB channels and saturation

R 135 of 255 = 53%
G 108 of 255 = 42%
B 29 of 255 = 11%

135
108
29

R + G + B ~ 35%. #876C1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 108 + 29 = 272 (100%)
R 135 of 272 ~ 49.63%
G 108 of 272 ~ 39.71%
B 29 of 272 ~ 10.66%

%49.63
%39.71
%10.66

CMYK color model

#876C1D color CMYK value is (0,20,79,47).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 78.52%
  • key color value is 47.06%
CMYK:
(0,20,79,47)
C0M20Y79K47 
(0%,20%,79%,47%)
(0.00/0.20/0.79/0.47)	

CMYK percentages

%0
%20
%78.52
%47.06

Codes

Color #876C1D in popluar color models

876C1D
RGB13510829
HSL45°64.63%32.16%
HSB/HSV45°78.52%52.94%
CMYK0.00%20.00%78.52%
47.06%

Color #876C1D in popluar number systems.

HEX876C1D
Decimal13510829
Binary10000111110110011101
Octal20715435

Shades and tints

Shades of #876C1D

#876C1D
(135,108,29)
#7B631B
(123,99,27)
#6F5A19
(111,90,25)
#635117
(99,81,23)
#574815
(87,72,21)
#4B3F13
(75,63,19)
#3F3611
(63,54,17)
#332D0F
(51,45,15)
#27240D
(39,36,13)
#1B1B0B
(27,27,11)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #876C1D

#876C1D
(135,108,29)
#917931
(145,121,49)
#9B8645
(155,134,69)
#A59359
(165,147,89)
#AFA06D
(175,160,109)
#B9AD81
(185,173,129)
#C3BA95
(195,186,149)
#CDC7A9
(205,199,169)
#D7D4BD
(215,212,189)
#E1E1D1
(225,225,209)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876C1D color. Also use rgb(135,108,29) instead hex code.

Text Font Color

.myTextColor { color: #876C1D; }

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

This text font color is #876C1D.


Background Color

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

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

This div background color is #876C1D.


Border color

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

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

This div border color is #876C1D.


Opacity

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

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

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

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

This text has shadow with #876C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876C1D on black background.


Color preview on white background

This text has color #876C1D on white background.



Black color preview on #876C1D background

This text has black color on #876C1D background.


White color preview on #876C1D background

This text has white color on #876C1D background.