COLOR #876B4B

HEX: #876B4B
RGB: (135,107,75)

Color info

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

RGB color model

#876B4B color RGB value is (135,107,75).

  • red value is 135;
  • green value is 107;
  • blue value is 75.
RGB:
(135,107,75)
(53%,42%,29%)

RGB channels and saturation

R 135 of 255 = 53%
G 107 of 255 = 42%
B 75 of 255 = 29%

135
107
75

R + G + B ~ 41%. #876B4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 107 + 75 = 317 (100%)
R 135 of 317 ~ 42.59%
G 107 of 317 ~ 33.75%
B 75 of 317 ~ 23.66%

%42.59
%33.75
%23.66

CMYK color model

#876B4B color CMYK value is (0,21,44,47).

  • cyan value is 0.00%
  • magenta value is 20.74%
  • yellow value is 44.44%
  • key color value is 47.06%
CMYK:
(0,21,44,47)
C0M21Y44K47 
(0%,21%,44%,47%)
(0.00/0.21/0.44/0.47)	

CMYK percentages

%0
%20.74
%44.44
%47.06

Codes

Color #876B4B in popluar color models

876B4B
RGB13510775
HSL32°28.57%41.18%
HSB/HSV32°44.44%52.94%
CMYK0.00%20.74%44.44%
47.06%

Color #876B4B in popluar number systems.

HEX876B4B
Decimal13510775
Binary1000011111010111001011
Octal207153113

Shades and tints

Shades of #876B4B

#876B4B
(135,107,75)
#7B6245
(123,98,69)
#6F593F
(111,89,63)
#635039
(99,80,57)
#574733
(87,71,51)
#4B3E2D
(75,62,45)
#3F3527
(63,53,39)
#332C21
(51,44,33)
#27231B
(39,35,27)
#1B1A15
(27,26,21)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #876B4B

#876B4B
(135,107,75)
#91785B
(145,120,91)
#9B856B
(155,133,107)
#A5927B
(165,146,123)
#AF9F8B
(175,159,139)
#B9AC9B
(185,172,155)
#C3B9AB
(195,185,171)
#CDC6BB
(205,198,187)
#D7D3CB
(215,211,203)
#E1E0DB
(225,224,219)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876B4B color. Also use rgb(135,107,75) instead hex code.

Text Font Color

.myTextColor { color: #876B4B; }

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

This text font color is #876B4B.


Background Color

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

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

This div background color is #876B4B.


Border color

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

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

This div border color is #876B4B.


Opacity

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

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

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

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

This text has shadow with #876B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876B4B on black background.


Color preview on white background

This text has color #876B4B on white background.



Black color preview on #876B4B background

This text has black color on #876B4B background.


White color preview on #876B4B background

This text has white color on #876B4B background.