COLOR #876942

HEX: #876942
RGB: (135,105,66)

Color info

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

RGB color model

#876942 color RGB value is (135,105,66).

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

RGB channels and saturation

R 135 of 255 = 53%
G 105 of 255 = 41%
B 66 of 255 = 26%

135
105
66

R + G + B ~ 40%. #876942 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 105 + 66 = 306 (100%)
R 135 of 306 ~ 44.12%
G 105 of 306 ~ 34.31%
B 66 of 306 ~ 21.57%

%44.12
%34.31
%21.57

CMYK color model

#876942 color CMYK value is (0,22,51,47).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 51.11%
  • key color value is 47.06%
CMYK:
(0,22,51,47)
C0M22Y51K47 
(0%,22%,51%,47%)
(0.00/0.22/0.51/0.47)	

CMYK percentages

%0
%22.22
%51.11
%47.06

Codes

Color #876942 in popluar color models

876942
RGB13510566
HSL34°34.33%39.41%
HSB/HSV34°51.11%52.94%
CMYK0.00%22.22%51.11%
47.06%

Color #876942 in popluar number systems.

HEX876942
Decimal13510566
Binary1000011111010011000010
Octal207151102

Shades and tints

Shades of #876942

#876942
(135,105,66)
#7B603C
(123,96,60)
#6F5736
(111,87,54)
#634E30
(99,78,48)
#57452A
(87,69,42)
#4B3C24
(75,60,36)
#3F331E
(63,51,30)
#332A18
(51,42,24)
#272112
(39,33,18)
#1B180C
(27,24,12)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #876942

#876942
(135,105,66)
#917653
(145,118,83)
#9B8364
(155,131,100)
#A59075
(165,144,117)
#AF9D86
(175,157,134)
#B9AA97
(185,170,151)
#C3B7A8
(195,183,168)
#CDC4B9
(205,196,185)
#D7D1CA
(215,209,202)
#E1DEDB
(225,222,219)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876942; }

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

This text font color is #876942.


Background Color

.myBgColor { background-color: #876942; }

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

This div background color is #876942.


Border color

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

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

This div border color is #876942.


Opacity

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

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

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

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

This text has shadow with #876942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876942 on black background.


Color preview on white background

This text has color #876942 on white background.



Black color preview on #876942 background

This text has black color on #876942 background.


White color preview on #876942 background

This text has white color on #876942 background.