COLOR #879495

HEX: #879495
RGB: (135,148,149)

Color info

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

RGB color model

#879495 color RGB value is (135,148,149).

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

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 149 of 255 = 58%

135
148
149

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

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 149 = 432 (100%)
R 135 of 432 ~ 31.25%
G 148 of 432 ~ 34.26%
B 149 of 432 ~ 34.49%

%31.25
%34.26
%34.49

CMYK color model

#879495 color CMYK value is (9,1,0,42).

  • cyan value is 9.40%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,1,0,42)
C9M1Y0K42 
(9%,1%,0%,42%)
(0.09/0.01/0.00/0.42)	

CMYK percentages

%9.4
%0.67
%0
%41.57

Codes

Color #879495 in popluar color models

879495
RGB135148149
HSL184°6.19%55.69%
HSB/HSV184°9.40%58.43%
CMYK9.40%0.67%0.00%
41.57%

Color #879495 in popluar number systems.

HEX879495
Decimal135148149
Binary100001111001010010010101
Octal207224225

Shades and tints

Shades of #879495

#879495
(135,148,149)
#7B8788
(123,135,136)
#6F7A7B
(111,122,123)
#636D6E
(99,109,110)
#576061
(87,96,97)
#4B5354
(75,83,84)
#3F4647
(63,70,71)
#33393A
(51,57,58)
#272C2D
(39,44,45)
#1B1F20
(27,31,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #879495

#879495
(135,148,149)
#919D9E
(145,157,158)
#9BA6A7
(155,166,167)
#A5AFB0
(165,175,176)
#AFB8B9
(175,184,185)
#B9C1C2
(185,193,194)
#C3CACB
(195,202,203)
#CDD3D4
(205,211,212)
#D7DCDD
(215,220,221)
#E1E5E6
(225,229,230)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879495; }

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

This text font color is #879495.


Background Color

.myBgColor { background-color: #879495; }

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

This div background color is #879495.


Border color

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

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

This div border color is #879495.


Opacity

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

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

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

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

This text has shadow with #879495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879495 on black background.


Color preview on white background

This text has color #879495 on white background.



Black color preview on #879495 background

This text has black color on #879495 background.


White color preview on #879495 background

This text has white color on #879495 background.