COLOR #876164

HEX: #876164
RGB: (135,97,100)

Color info

#876164 contains red, green and blue colors in about the same proportion. Web safe color of #876164 is #996666 (or #966).

RGB color model

#876164 color RGB value is (135,97,100).

  • red value is 135;
  • green value is 97;
  • blue value is 100.
RGB:
(135,97,100)
(53%,38%,39%)

RGB channels and saturation

R 135 of 255 = 53%
G 97 of 255 = 38%
B 100 of 255 = 39%

135
97
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 97 + 100 = 332 (100%)
R 135 of 332 ~ 40.66%
G 97 of 332 ~ 29.22%
B 100 of 332 ~ 30.12%

%40.66
%29.22
%30.12

CMYK color model

#876164 color CMYK value is (0,28,26,47).

  • cyan value is 0.00%
  • magenta value is 28.15%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(0,28,26,47)
C0M28Y26K47 
(0%,28%,26%,47%)
(0.00/0.28/0.26/0.47)	

CMYK percentages

%0
%28.15
%25.93
%47.06

Codes

Color #876164 in popluar color models

876164
RGB13597100
HSL355°16.38%45.49%
HSB/HSV355°28.15%52.94%
CMYK0.00%28.15%25.93%
47.06%

Color #876164 in popluar number systems.

HEX876164
Decimal13597100
Binary1000011111000011100100
Octal207141144

Shades and tints

Shades of #876164

#876164
(135,97,100)
#7B595B
(123,89,91)
#6F5152
(111,81,82)
#634949
(99,73,73)
#574140
(87,65,64)
#4B3937
(75,57,55)
#3F312E
(63,49,46)
#332925
(51,41,37)
#27211C
(39,33,28)
#1B1913
(27,25,19)
#0F110A
(15,17,10)
#000000
(0,0,0)

Tints of #876164

#876164
(135,97,100)
#916F72
(145,111,114)
#9B7D80
(155,125,128)
#A58B8E
(165,139,142)
#AF999C
(175,153,156)
#B9A7AA
(185,167,170)
#C3B5B8
(195,181,184)
#CDC3C6
(205,195,198)
#D7D1D4
(215,209,212)
#E1DFE2
(225,223,226)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #876164 color. Also use rgb(135,97,100) instead hex code.

Text Font Color

.myTextColor { color: #876164; }

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

This text font color is #876164.


Background Color

.myBgColor { background-color: #876164; }

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

This div background color is #876164.


Border color

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

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

This div border color is #876164.


Opacity

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

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

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

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

This text has shadow with #876164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876164 on black background.


Color preview on white background

This text has color #876164 on white background.



Black color preview on #876164 background

This text has black color on #876164 background.


White color preview on #876164 background

This text has white color on #876164 background.