COLOR #878485

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
132
133

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

Portions of RGB colors in percentages

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

%33.75
%33
%33.25

CMYK color model

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

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

CMYK percentages

%0
%2.22
%1.48
%47.06

Codes

Color #878485 in popluar color models

878485
RGB135132133
HSL340°1.23%52.35%
HSB/HSV340°2.22%52.94%
CMYK0.00%2.22%1.48%
47.06%

Color #878485 in popluar number systems.

HEX878485
Decimal135132133
Binary100001111000010010000101
Octal207204205

Shades and tints

Shades of #878485

#878485
(135,132,133)
#7B7879
(123,120,121)
#6F6C6D
(111,108,109)
#636061
(99,96,97)
#575455
(87,84,85)
#4B4849
(75,72,73)
#3F3C3D
(63,60,61)
#333031
(51,48,49)
#272425
(39,36,37)
#1B1819
(27,24,25)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #878485

#878485
(135,132,133)
#918F90
(145,143,144)
#9B9A9B
(155,154,155)
#A5A5A6
(165,165,166)
#AFB0B1
(175,176,177)
#B9BBBC
(185,187,188)
#C3C6C7
(195,198,199)
#CDD1D2
(205,209,210)
#D7DCDD
(215,220,221)
#E1E7E8
(225,231,232)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878485; }

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

This text font color is #878485.


Background Color

.myBgColor { background-color: #878485; }

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

This div background color is #878485.


Border color

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

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

This div border color is #878485.


Opacity

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

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

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

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

This text has shadow with #878485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878485 on black background.


Color preview on white background

This text has color #878485 on white background.



Black color preview on #878485 background

This text has black color on #878485 background.


White color preview on #878485 background

This text has white color on #878485 background.