COLOR #876E1A

HEX: #876E1A
RGB: (135,110,26)

Color info

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

RGB color model

#876E1A color RGB value is (135,110,26).

  • red value is 135;
  • green value is 110;
  • blue value is 26.
RGB:
(135,110,26)
(53%,43%,10%)

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 26 of 255 = 10%

135
110
26

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

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 26 = 271 (100%)
R 135 of 271 ~ 49.82%
G 110 of 271 ~ 40.59%
B 26 of 271 ~ 9.59%

%49.82
%40.59
%9.59

CMYK color model

#876E1A color CMYK value is (0,19,81,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 80.74%
  • key color value is 47.06%
CMYK:
(0,19,81,47)
C0M19Y81K47 
(0%,19%,81%,47%)
(0.00/0.19/0.81/0.47)	

CMYK percentages

%0
%18.52
%80.74
%47.06

Codes

Color #876E1A in popluar color models

876E1A
RGB13511026
HSL46°67.70%31.57%
HSB/HSV46°80.74%52.94%
CMYK0.00%18.52%80.74%
47.06%

Color #876E1A in popluar number systems.

HEX876E1A
Decimal13511026
Binary10000111110111011010
Octal20715632

Shades and tints

Shades of #876E1A

#876E1A
(135,110,26)
#7B6418
(123,100,24)
#6F5A16
(111,90,22)
#635014
(99,80,20)
#574612
(87,70,18)
#4B3C10
(75,60,16)
#3F320E
(63,50,14)
#33280C
(51,40,12)
#271E0A
(39,30,10)
#1B1408
(27,20,8)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #876E1A

#876E1A
(135,110,26)
#917B2E
(145,123,46)
#9B8842
(155,136,66)
#A59556
(165,149,86)
#AFA26A
(175,162,106)
#B9AF7E
(185,175,126)
#C3BC92
(195,188,146)
#CDC9A6
(205,201,166)
#D7D6BA
(215,214,186)
#E1E3CE
(225,227,206)
#EBF0E2
(235,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876E1A color. Also use rgb(135,110,26) instead hex code.

Text Font Color

.myTextColor { color: #876E1A; }

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

This text font color is #876E1A.


Background Color

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

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

This div background color is #876E1A.


Border color

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

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

This div border color is #876E1A.


Opacity

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

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

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

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

This text has shadow with #876E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E1A on black background.


Color preview on white background

This text has color #876E1A on white background.



Black color preview on #876E1A background

This text has black color on #876E1A background.


White color preview on #876E1A background

This text has white color on #876E1A background.