COLOR #876914

HEX: #876914
RGB: (135,105,20)

Color info

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

RGB color model

#876914 color RGB value is (135,105,20).

  • red value is 135;
  • green value is 105;
  • blue value is 20.
RGB:
(135,105,20)
(53%,41%,8%)

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 20 of 255 = 8%

135
105
20

R + G + B ~ 34%. #876914 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 20 = 260 (100%)
R 135 of 260 ~ 51.92%
G 105 of 260 ~ 40.38%
B 20 of 260 ~ 7.69%

%51.92
%40.38

CMYK color model

#876914 color CMYK value is (0,22,85,47).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 85.19%
  • key color value is 47.06%
CMYK:
(0,22,85,47)
C0M22Y85K47 
(0%,22%,85%,47%)
(0.00/0.22/0.85/0.47)	

CMYK percentages

%0
%22.22
%85.19
%47.06

Codes

Color #876914 in popluar color models

876914
RGB13510520
HSL44°74.19%30.39%
HSB/HSV44°85.19%52.94%
CMYK0.00%22.22%85.19%
47.06%

Color #876914 in popluar number systems.

HEX876914
Decimal13510520
Binary10000111110100110100
Octal20715124

Shades and tints

Shades of #876914

#876914
(135,105,20)
#7B6013
(123,96,19)
#6F5712
(111,87,18)
#634E11
(99,78,17)
#574510
(87,69,16)
#4B3C0F
(75,60,15)
#3F330E
(63,51,14)
#332A0D
(51,42,13)
#27210C
(39,33,12)
#1B180B
(27,24,11)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #876914

#876914
(135,105,20)
#917629
(145,118,41)
#9B833E
(155,131,62)
#A59053
(165,144,83)
#AF9D68
(175,157,104)
#B9AA7D
(185,170,125)
#C3B792
(195,183,146)
#CDC4A7
(205,196,167)
#D7D1BC
(215,209,188)
#E1DED1
(225,222,209)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876914 color. Also use rgb(135,105,20) instead hex code.

Text Font Color

.myTextColor { color: #876914; }

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

This text font color is #876914.


Background Color

.myBgColor { background-color: #876914; }

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

This div background color is #876914.


Border color

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

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

This div border color is #876914.


Opacity

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

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

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

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

This text has shadow with #876914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876914 on black background.


Color preview on white background

This text has color #876914 on white background.



Black color preview on #876914 background

This text has black color on #876914 background.


White color preview on #876914 background

This text has white color on #876914 background.