COLOR #879584

HEX: #879584
RGB: (135,149,132)

Color info

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

RGB color model

#879584 color RGB value is (135,149,132).

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

RGB channels and saturation

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

135
149
132

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

Portions of RGB colors in percentages

R + G + B =
135 + 149 + 132 = 416 (100%)
R 135 of 416 ~ 32.45%
G 149 of 416 ~ 35.82%
B 132 of 416 ~ 31.73%

%32.45
%35.82
%31.73

CMYK color model

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

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • 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
%11.41
%41.57

Codes

Color #879584 in popluar color models

879584
RGB135149132
HSL109°7.42%55.10%
HSB/HSV109°11.41%58.43%
CMYK9.40%0.00%11.41%
41.57%

Color #879584 in popluar number systems.

HEX879584
Decimal135149132
Binary100001111001010110000100
Octal207225204

Shades and tints

Shades of #879584

#879584
(135,149,132)
#7B8878
(123,136,120)
#6F7B6C
(111,123,108)
#636E60
(99,110,96)
#576154
(87,97,84)
#4B5448
(75,84,72)
#3F473C
(63,71,60)
#333A30
(51,58,48)
#272D24
(39,45,36)
#1B2018
(27,32,24)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #879584

#879584
(135,149,132)
#919E8F
(145,158,143)
#9BA79A
(155,167,154)
#A5B0A5
(165,176,165)
#AFB9B0
(175,185,176)
#B9C2BB
(185,194,187)
#C3CBC6
(195,203,198)
#CDD4D1
(205,212,209)
#D7DDDC
(215,221,220)
#E1E6E7
(225,230,231)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879584; }

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

This text font color is #879584.


Background Color

.myBgColor { background-color: #879584; }

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

This div background color is #879584.


Border color

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

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

This div border color is #879584.


Opacity

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

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

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

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

This text has shadow with #879584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879584 on black background.


Color preview on white background

This text has color #879584 on white background.



Black color preview on #879584 background

This text has black color on #879584 background.


White color preview on #879584 background

This text has white color on #879584 background.