COLOR #876564

HEX: #876564
RGB: (135,101,100)

Color info

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

RGB color model

#876564 color RGB value is (135,101,100).

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

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 100 of 255 = 39%

135
101
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 100 = 336 (100%)
R 135 of 336 ~ 40.18%
G 101 of 336 ~ 30.06%
B 100 of 336 ~ 29.76%

%40.18
%30.06
%29.76

CMYK color model

#876564 color CMYK value is (0,25,26,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 25.93%
  • key color value is 47.06%
CMYK:
(0,25,26,47)
C0M25Y26K47 
(0%,25%,26%,47%)
(0.00/0.25/0.26/0.47)	

CMYK percentages

%0
%25.19
%25.93
%47.06

Codes

Color #876564 in popluar color models

876564
RGB135101100
HSL14.89%46.08%
HSB/HSV25.93%52.94%
CMYK0.00%25.19%25.93%
47.06%

Color #876564 in popluar number systems.

HEX876564
Decimal135101100
Binary1000011111001011100100
Octal207145144

Shades and tints

Shades of #876564

#876564
(135,101,100)
#7B5C5B
(123,92,91)
#6F5352
(111,83,82)
#634A49
(99,74,73)
#574140
(87,65,64)
#4B3837
(75,56,55)
#3F2F2E
(63,47,46)
#332625
(51,38,37)
#271D1C
(39,29,28)
#1B1413
(27,20,19)
#0F0B0A
(15,11,10)
#000000
(0,0,0)

Tints of #876564

#876564
(135,101,100)
#917372
(145,115,114)
#9B8180
(155,129,128)
#A58F8E
(165,143,142)
#AF9D9C
(175,157,156)
#B9ABAA
(185,171,170)
#C3B9B8
(195,185,184)
#CDC7C6
(205,199,198)
#D7D5D4
(215,213,212)
#E1E3E2
(225,227,226)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876564; }

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

This text font color is #876564.


Background Color

.myBgColor { background-color: #876564; }

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

This div background color is #876564.


Border color

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

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

This div border color is #876564.


Opacity

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

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

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

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

This text has shadow with #876564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876564 on black background.


Color preview on white background

This text has color #876564 on white background.



Black color preview on #876564 background

This text has black color on #876564 background.


White color preview on #876564 background

This text has white color on #876564 background.