COLOR #876584

HEX: #876584
RGB: (135,101,132)

Color info

#876584 contains red, green and blue colors in about the same proportion. Web safe color of #876584 is #996699 (or #969).

RGB color model

#876584 color RGB value is (135,101,132).

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

RGB channels and saturation

R 135 of 255 = 53%
G 101 of 255 = 40%
B 132 of 255 = 52%

135
101
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 101 + 132 = 368 (100%)
R 135 of 368 ~ 36.68%
G 101 of 368 ~ 27.45%
B 132 of 368 ~ 35.87%

%36.68
%27.45
%35.87

CMYK color model

#876584 color CMYK value is (0,25,2,47).

  • cyan value is 0.00%
  • magenta value is 25.19%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(0,25,2,47)
C0M25Y2K47 
(0%,25%,2%,47%)
(0.00/0.25/0.02/0.47)	

CMYK percentages

%0
%25.19
%2.22
%47.06

Codes

Color #876584 in popluar color models

876584
RGB135101132
HSL305°14.41%46.27%
HSB/HSV305°25.19%52.94%
CMYK0.00%25.19%2.22%
47.06%

Color #876584 in popluar number systems.

HEX876584
Decimal135101132
Binary10000111110010110000100
Octal207145204

Shades and tints

Shades of #876584

#876584
(135,101,132)
#7B5C78
(123,92,120)
#6F536C
(111,83,108)
#634A60
(99,74,96)
#574154
(87,65,84)
#4B3848
(75,56,72)
#3F2F3C
(63,47,60)
#332630
(51,38,48)
#271D24
(39,29,36)
#1B1418
(27,20,24)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #876584

#876584
(135,101,132)
#91738F
(145,115,143)
#9B819A
(155,129,154)
#A58FA5
(165,143,165)
#AF9DB0
(175,157,176)
#B9ABBB
(185,171,187)
#C3B9C6
(195,185,198)
#CDC7D1
(205,199,209)
#D7D5DC
(215,213,220)
#E1E3E7
(225,227,231)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #876584; }

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

This text font color is #876584.


Background Color

.myBgColor { background-color: #876584; }

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

This div background color is #876584.


Border color

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

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

This div border color is #876584.


Opacity

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

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

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

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

This text has shadow with #876584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #876584 on black background.


Color preview on white background

This text has color #876584 on white background.



Black color preview on #876584 background

This text has black color on #876584 background.


White color preview on #876584 background

This text has white color on #876584 background.