COLOR #879592

HEX: #879592
RGB: (135,149,146)

Color info

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

RGB color model

#879592 color RGB value is (135,149,146).

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

RGB channels and saturation

R 135 of 255 = 53%
G 149 of 255 = 58%
B 146 of 255 = 57%

135
149
146

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

Portions of RGB colors in percentages

R + G + B =
135 + 149 + 146 = 430 (100%)
R 135 of 430 ~ 31.4%
G 149 of 430 ~ 34.65%
B 146 of 430 ~ 33.95%

%31.4
%34.65
%33.95

CMYK color model

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

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

CMYK percentages

%9.4
%0
%2.01
%41.57

Codes

Color #879592 in popluar color models

879592
RGB135149146
HSL167°6.19%55.69%
HSB/HSV167°9.40%58.43%
CMYK9.40%0.00%2.01%
41.57%

Color #879592 in popluar number systems.

HEX879592
Decimal135149146
Binary100001111001010110010010
Octal207225222

Shades and tints

Shades of #879592

#879592
(135,149,146)
#7B8885
(123,136,133)
#6F7B78
(111,123,120)
#636E6B
(99,110,107)
#57615E
(87,97,94)
#4B5451
(75,84,81)
#3F4744
(63,71,68)
#333A37
(51,58,55)
#272D2A
(39,45,42)
#1B201D
(27,32,29)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #879592

#879592
(135,149,146)
#919E9B
(145,158,155)
#9BA7A4
(155,167,164)
#A5B0AD
(165,176,173)
#AFB9B6
(175,185,182)
#B9C2BF
(185,194,191)
#C3CBC8
(195,203,200)
#CDD4D1
(205,212,209)
#D7DDDA
(215,221,218)
#E1E6E3
(225,230,227)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879592; }

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

This text font color is #879592.


Background Color

.myBgColor { background-color: #879592; }

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

This div background color is #879592.


Border color

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

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

This div border color is #879592.


Opacity

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

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

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

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

This text has shadow with #879592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879592 on black background.


Color preview on white background

This text has color #879592 on white background.



Black color preview on #879592 background

This text has black color on #879592 background.


White color preview on #879592 background

This text has white color on #879592 background.