COLOR #879585

HEX: #879585
RGB: (135,149,133)

Color info

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

RGB color model

#879585 color RGB value is (135,149,133).

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

RGB channels and saturation

R 135 of 255 = 53%
G 149 of 255 = 58%
B 133 of 255 = 52%

135
149
133

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

Portions of RGB colors in percentages

R + G + B =
135 + 149 + 133 = 417 (100%)
R 135 of 417 ~ 32.37%
G 149 of 417 ~ 35.73%
B 133 of 417 ~ 31.89%

%32.37
%35.73
%31.89

CMYK color model

#879585 color CMYK value is (9,0,11,42).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 41.57%
CMYK:
(9,0,11,42)
C9M0Y11K42 
(9%,0%,11%,42%)
(0.09/0.00/0.11/0.42)	

CMYK percentages

%9.4
%0
%10.74
%41.57

Codes

Color #879585 in popluar color models

879585
RGB135149133
HSL113°7.02%55.29%
HSB/HSV113°10.74%58.43%
CMYK9.40%0.00%10.74%
41.57%

Color #879585 in popluar number systems.

HEX879585
Decimal135149133
Binary100001111001010110000101
Octal207225205

Shades and tints

Shades of #879585

#879585
(135,149,133)
#7B8879
(123,136,121)
#6F7B6D
(111,123,109)
#636E61
(99,110,97)
#576155
(87,97,85)
#4B5449
(75,84,73)
#3F473D
(63,71,61)
#333A31
(51,58,49)
#272D25
(39,45,37)
#1B2019
(27,32,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #879585

#879585
(135,149,133)
#919E90
(145,158,144)
#9BA79B
(155,167,155)
#A5B0A6
(165,176,166)
#AFB9B1
(175,185,177)
#B9C2BC
(185,194,188)
#C3CBC7
(195,203,199)
#CDD4D2
(205,212,210)
#D7DDDD
(215,221,221)
#E1E6E8
(225,230,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879585; }

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

This text font color is #879585.


Background Color

.myBgColor { background-color: #879585; }

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

This div background color is #879585.


Border color

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

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

This div border color is #879585.


Opacity

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

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

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

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

This text has shadow with #879585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879585 on black background.


Color preview on white background

This text has color #879585 on white background.



Black color preview on #879585 background

This text has black color on #879585 background.


White color preview on #879585 background

This text has white color on #879585 background.