COLOR #876000

HEX: #876000
RGB: (135,96,0)

Color info

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

RGB color model

#876000 color RGB value is (135,96,0).

  • red value is 135;
  • green value is 96;
  • blue value is 0.
RGB:
(135,96,0)
(53%,38%,0%)

RGB channels and saturation

R 135 of 255 = 53%
G 96 of 255 = 38%
B 0 of 255 = 0%

135
96
0

R + G + B ~ 30%. #876000 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 96 + 0 = 231 (100%)
R 135 of 231 ~ 58.44%
G 96 of 231 ~ 41.56%
B 0 of 231 ~ 0%

%58.44
%41.56

CMYK color model

#876000 color CMYK value is (0,29,100,47).

  • cyan value is 0.00%
  • magenta value is 28.89%
  • yellow value is 100.00%
  • key color value is 47.06%
CMYK:
(0,29,100,47)
C0M29Y100K47 
(0%,29%,100%,47%)
(0.00/0.29/1.00/0.47)	

CMYK percentages

%0
%28.89
%100
%47.06

Codes

Color #876000 in popluar color models

876000
RGB135960
HSL43°100.00%26.47%
HSB/HSV43°100.00%52.94%
CMYK0.00%28.89%100.00%
47.06%

Color #876000 in popluar number systems.

HEX876000
Decimal135960
Binary1000011111000000
Octal2071400

Shades and tints

Shades of #876000

#876000
(135,96,0)
#7B5800
(123,88,0)
#6F5000
(111,80,0)
#634800
(99,72,0)
#574000
(87,64,0)
#4B3800
(75,56,0)
#3F3000
(63,48,0)
#332800
(51,40,0)
#272000
(39,32,0)
#1B1800
(27,24,0)
#0F1000
(15,16,0)
#000000
(0,0,0)

Tints of #876000

#876000
(135,96,0)
#916E17
(145,110,23)
#9B7C2E
(155,124,46)
#A58A45
(165,138,69)
#AF985C
(175,152,92)
#B9A673
(185,166,115)
#C3B48A
(195,180,138)
#CDC2A1
(205,194,161)
#D7D0B8
(215,208,184)
#E1DECF
(225,222,207)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876000 color. Also use rgb(135,96,0) instead hex code.

Text Font Color

.myTextColor { color: #876000; }

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

This text font color is #876000.


Background Color

.myBgColor { background-color: #876000; }

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

This div background color is #876000.


Border color

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

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

This div border color is #876000.


Opacity

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

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

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

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

This text has shadow with #876000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876000 on black background.


Color preview on white background

This text has color #876000 on white background.



Black color preview on #876000 background

This text has black color on #876000 background.


White color preview on #876000 background

This text has white color on #876000 background.