COLOR #879491

HEX: #879491
RGB: (135,148,145)

Color info

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

RGB color model

#879491 color RGB value is (135,148,145).

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

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 145 of 255 = 57%

135
148
145

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

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 145 = 428 (100%)
R 135 of 428 ~ 31.54%
G 148 of 428 ~ 34.58%
B 145 of 428 ~ 33.88%

%31.54
%34.58
%33.88

CMYK color model

#879491 color CMYK value is (9,0,2,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 41.96%
CMYK:
(9,0,2,42)
C9M0Y2K42 
(9%,0%,2%,42%)
(0.09/0.00/0.02/0.42)	

CMYK percentages

%8.78
%0
%2.03
%41.96

Codes

Color #879491 in popluar color models

879491
RGB135148145
HSL166°5.73%55.49%
HSB/HSV166°8.78%58.04%
CMYK8.78%0.00%2.03%
41.96%

Color #879491 in popluar number systems.

HEX879491
Decimal135148145
Binary100001111001010010010001
Octal207224221

Shades and tints

Shades of #879491

#879491
(135,148,145)
#7B8784
(123,135,132)
#6F7A77
(111,122,119)
#636D6A
(99,109,106)
#57605D
(87,96,93)
#4B5350
(75,83,80)
#3F4643
(63,70,67)
#333936
(51,57,54)
#272C29
(39,44,41)
#1B1F1C
(27,31,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #879491

#879491
(135,148,145)
#919D9B
(145,157,155)
#9BA6A5
(155,166,165)
#A5AFAF
(165,175,175)
#AFB8B9
(175,184,185)
#B9C1C3
(185,193,195)
#C3CACD
(195,202,205)
#CDD3D7
(205,211,215)
#D7DCE1
(215,220,225)
#E1E5EB
(225,229,235)
#EBEEF5
(235,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879491; }

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

This text font color is #879491.


Background Color

.myBgColor { background-color: #879491; }

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

This div background color is #879491.


Border color

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

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

This div border color is #879491.


Opacity

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

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

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

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

This text has shadow with #879491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879491 on black background.


Color preview on white background

This text has color #879491 on white background.



Black color preview on #879491 background

This text has black color on #879491 background.


White color preview on #879491 background

This text has white color on #879491 background.