COLOR #876208

HEX: #876208
RGB: (135,98,8)

Color info

#876208 contains mainly red and green colors. Web safe color of #876208 is #996600 (or #960).

RGB color model

#876208 color RGB value is (135,98,8).

  • red value is 135;
  • green value is 98;
  • blue value is 8.
RGB:
(135,98,8)
(53%,38%,3%)

RGB channels and saturation

R 135 of 255 = 53%
G 98 of 255 = 38%
B 8 of 255 = 3%

135
98
8

R + G + B ~ 31%. #876208 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 98 + 8 = 241 (100%)
R 135 of 241 ~ 56.02%
G 98 of 241 ~ 40.66%
B 8 of 241 ~ 3.32%

%56.02
%40.66

CMYK color model

#876208 color CMYK value is (0,27,94,47).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 94.07%
  • key color value is 47.06%
CMYK:
(0,27,94,47)
C0M27Y94K47 
(0%,27%,94%,47%)
(0.00/0.27/0.94/0.47)	

CMYK percentages

%0
%27.41
%94.07
%47.06

Codes

Color #876208 in popluar color models

876208
RGB135988
HSL43°88.81%28.04%
HSB/HSV43°94.07%52.94%
CMYK0.00%27.41%94.07%
47.06%

Color #876208 in popluar number systems.

HEX876208
Decimal135988
Binary1000011111000101000
Octal20714210

Shades and tints

Shades of #876208

#876208
(135,98,8)
#7B5A08
(123,90,8)
#6F5208
(111,82,8)
#634A08
(99,74,8)
#574208
(87,66,8)
#4B3A08
(75,58,8)
#3F3208
(63,50,8)
#332A08
(51,42,8)
#272208
(39,34,8)
#1B1A08
(27,26,8)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #876208

#876208
(135,98,8)
#91701E
(145,112,30)
#9B7E34
(155,126,52)
#A58C4A
(165,140,74)
#AF9A60
(175,154,96)
#B9A876
(185,168,118)
#C3B68C
(195,182,140)
#CDC4A2
(205,196,162)
#D7D2B8
(215,210,184)
#E1E0CE
(225,224,206)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876208 color. Also use rgb(135,98,8) instead hex code.

Text Font Color

.myTextColor { color: #876208; }

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

This text font color is #876208.


Background Color

.myBgColor { background-color: #876208; }

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

This div background color is #876208.


Border color

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

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

This div border color is #876208.


Opacity

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

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

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

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

This text has shadow with #876208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876208 on black background.


Color preview on white background

This text has color #876208 on white background.



Black color preview on #876208 background

This text has black color on #876208 background.


White color preview on #876208 background

This text has white color on #876208 background.