COLOR #878584

HEX: #878584
RGB: (135,133,132)

Color info

#878584 contains red, green and blue colors in about the same proportion. Web safe color of #878584 is #999999 (or #999).

RGB color model

#878584 color RGB value is (135,133,132).

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

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 132 of 255 = 52%

135
133
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 133 + 132 = 400 (100%)
R 135 of 400 ~ 33.75%
G 133 of 400 ~ 33.25%
B 132 of 400 ~ 33%

%33.75
%33.25
%33

CMYK color model

#878584 color CMYK value is (0,1,2,47).

  • cyan value is 0.00%
  • magenta value is 1.48%
  • yellow value is 2.22%
  • key color value is 47.06%
CMYK:
(0,1,2,47)
C0M1Y2K47 
(0%,1%,2%,47%)
(0.00/0.01/0.02/0.47)	

CMYK percentages

%0
%1.48
%2.22
%47.06

Codes

Color #878584 in popluar color models

878584
RGB135133132
HSL20°1.23%52.35%
HSB/HSV20°2.22%52.94%
CMYK0.00%1.48%2.22%
47.06%

Color #878584 in popluar number systems.

HEX878584
Decimal135133132
Binary100001111000010110000100
Octal207205204

Shades and tints

Shades of #878584

#878584
(135,133,132)
#7B7978
(123,121,120)
#6F6D6C
(111,109,108)
#636160
(99,97,96)
#575554
(87,85,84)
#4B4948
(75,73,72)
#3F3D3C
(63,61,60)
#333130
(51,49,48)
#272524
(39,37,36)
#1B1918
(27,25,24)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #878584

#878584
(135,133,132)
#91908F
(145,144,143)
#9B9B9A
(155,155,154)
#A5A6A5
(165,166,165)
#AFB1B0
(175,177,176)
#B9BCBB
(185,188,187)
#C3C7C6
(195,199,198)
#CDD2D1
(205,210,209)
#D7DDDC
(215,221,220)
#E1E8E7
(225,232,231)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878584; }

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

This text font color is #878584.


Background Color

.myBgColor { background-color: #878584; }

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

This div background color is #878584.


Border color

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

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

This div border color is #878584.


Opacity

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

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

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

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

This text has shadow with #878584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878584 on black background.


Color preview on white background

This text has color #878584 on white background.



Black color preview on #878584 background

This text has black color on #878584 background.


White color preview on #878584 background

This text has white color on #878584 background.