COLOR #876464

HEX: #876464
RGB: (135,100,100)

Color info

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

RGB color model

#876464 color RGB value is (135,100,100).

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

RGB channels and saturation

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

135
100
100

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

Portions of RGB colors in percentages

R + G + B =
135 + 100 + 100 = 335 (100%)
R 135 of 335 ~ 40.3%
G 100 of 335 ~ 29.85%
B 100 of 335 ~ 29.85%

%40.3
%29.85
%29.85

CMYK color model

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

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

CMYK percentages

%0
%25.93
%25.93
%47.06

Codes

Color #876464 in popluar color models

876464
RGB135100100
HSL14.89%46.08%
HSB/HSV25.93%52.94%
CMYK0.00%25.93%25.93%
47.06%

Color #876464 in popluar number systems.

HEX876464
Decimal135100100
Binary1000011111001001100100
Octal207144144

Shades and tints

Shades of #876464

#876464
(135,100,100)
#7B5B5B
(123,91,91)
#6F5252
(111,82,82)
#634949
(99,73,73)
#574040
(87,64,64)
#4B3737
(75,55,55)
#3F2E2E
(63,46,46)
#332525
(51,37,37)
#271C1C
(39,28,28)
#1B1313
(27,19,19)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #876464

#876464
(135,100,100)
#917272
(145,114,114)
#9B8080
(155,128,128)
#A58E8E
(165,142,142)
#AF9C9C
(175,156,156)
#B9AAAA
(185,170,170)
#C3B8B8
(195,184,184)
#CDC6C6
(205,198,198)
#D7D4D4
(215,212,212)
#E1E2E2
(225,226,226)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876464; }

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

This text font color is #876464.


Background Color

.myBgColor { background-color: #876464; }

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

This div background color is #876464.


Border color

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

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

This div border color is #876464.


Opacity

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

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

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

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

This text has shadow with #876464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876464 on black background.


Color preview on white background

This text has color #876464 on white background.



Black color preview on #876464 background

This text has black color on #876464 background.


White color preview on #876464 background

This text has white color on #876464 background.