COLOR #878589

HEX: #878589
RGB: (135,133,137)

Color info

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

RGB color model

#878589 color RGB value is (135,133,137).

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

RGB channels and saturation

R 135 of 255 = 53%
G 133 of 255 = 52%
B 137 of 255 = 54%

135
133
137

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

Portions of RGB colors in percentages

R + G + B =
135 + 133 + 137 = 405 (100%)
R 135 of 405 ~ 33.33%
G 133 of 405 ~ 32.84%
B 137 of 405 ~ 33.83%

%33.33
%32.84
%33.83

CMYK color model

#878589 color CMYK value is (1,3,0,46).

  • cyan value is 1.46%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(1,3,0,46)
C1M3Y0K46 
(1%,3%,0%,46%)
(0.01/0.03/0.00/0.46)	

CMYK percentages

%1.46
%2.92
%0
%46.27

Codes

Color #878589 in popluar color models

878589
RGB135133137
HSL270°1.67%52.94%
HSB/HSV270°2.92%53.73%
CMYK1.46%2.92%0.00%
46.27%

Color #878589 in popluar number systems.

HEX878589
Decimal135133137
Binary100001111000010110001001
Octal207205211

Shades and tints

Shades of #878589

#878589
(135,133,137)
#7B797D
(123,121,125)
#6F6D71
(111,109,113)
#636165
(99,97,101)
#575559
(87,85,89)
#4B494D
(75,73,77)
#3F3D41
(63,61,65)
#333135
(51,49,53)
#272529
(39,37,41)
#1B191D
(27,25,29)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #878589

#878589
(135,133,137)
#919093
(145,144,147)
#9B9B9D
(155,155,157)
#A5A6A7
(165,166,167)
#AFB1B1
(175,177,177)
#B9BCBB
(185,188,187)
#C3C7C5
(195,199,197)
#CDD2CF
(205,210,207)
#D7DDD9
(215,221,217)
#E1E8E3
(225,232,227)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878589; }

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

This text font color is #878589.


Background Color

.myBgColor { background-color: #878589; }

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

This div background color is #878589.


Border color

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

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

This div border color is #878589.


Opacity

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

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

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

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

This text has shadow with #878589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878589 on black background.


Color preview on white background

This text has color #878589 on white background.



Black color preview on #878589 background

This text has black color on #878589 background.


White color preview on #878589 background

This text has white color on #878589 background.