COLOR #876E2D

HEX: #876E2D
RGB: (135,110,45)

Color info

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

RGB color model

#876E2D color RGB value is (135,110,45).

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

RGB channels and saturation

R 135 of 255 = 53%
G 110 of 255 = 43%
B 45 of 255 = 18%

135
110
45

R + G + B ~ 38%. #876E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
135 + 110 + 45 = 290 (100%)
R 135 of 290 ~ 46.55%
G 110 of 290 ~ 37.93%
B 45 of 290 ~ 15.52%

%46.55
%37.93
%15.52

CMYK color model

#876E2D color CMYK value is (0,19,67,47).

  • cyan value is 0.00%
  • magenta value is 18.52%
  • yellow value is 66.67%
  • key color value is 47.06%
CMYK:
(0,19,67,47)
C0M19Y67K47 
(0%,19%,67%,47%)
(0.00/0.19/0.67/0.47)	

CMYK percentages

%0
%18.52
%66.67
%47.06

Codes

Color #876E2D in popluar color models

876E2D
RGB13511045
HSL43°50.00%35.29%
HSB/HSV43°66.67%52.94%
CMYK0.00%18.52%66.67%
47.06%

Color #876E2D in popluar number systems.

HEX876E2D
Decimal13511045
Binary100001111101110101101
Octal20715655

Shades and tints

Shades of #876E2D

#876E2D
(135,110,45)
#7B6429
(123,100,41)
#6F5A25
(111,90,37)
#635021
(99,80,33)
#57461D
(87,70,29)
#4B3C19
(75,60,25)
#3F3215
(63,50,21)
#332811
(51,40,17)
#271E0D
(39,30,13)
#1B1409
(27,20,9)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #876E2D

#876E2D
(135,110,45)
#917B40
(145,123,64)
#9B8853
(155,136,83)
#A59566
(165,149,102)
#AFA279
(175,162,121)
#B9AF8C
(185,175,140)
#C3BC9F
(195,188,159)
#CDC9B2
(205,201,178)
#D7D6C5
(215,214,197)
#E1E3D8
(225,227,216)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876E2D; }

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

This text font color is #876E2D.


Background Color

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

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

This div background color is #876E2D.


Border color

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

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

This div border color is #876E2D.


Opacity

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

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

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

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

This text has shadow with #876E2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876E2D on black background.


Color preview on white background

This text has color #876E2D on white background.



Black color preview on #876E2D background

This text has black color on #876E2D background.


White color preview on #876E2D background

This text has white color on #876E2D background.