COLOR #879873

HEX: #879873
RGB: (135,152,115)

Color info

#879873 contains red, green and blue colors in about the same proportion. Web safe color of #879873 is #999966 (or #996).

RGB color model

#879873 color RGB value is (135,152,115).

  • red value is 135;
  • green value is 152;
  • blue value is 115.
RGB:
(135,152,115)
(53%,60%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 152 of 255 = 60%
B 115 of 255 = 45%

135
152
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 152 + 115 = 402 (100%)
R 135 of 402 ~ 33.58%
G 152 of 402 ~ 37.81%
B 115 of 402 ~ 28.61%

%33.58
%37.81
%28.61

CMYK color model

#879873 color CMYK value is (11,0,24,40).

  • cyan value is 11.18%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(11,0,24,40)
C11M0Y24K40 
(11%,0%,24%,40%)
(0.11/0.00/0.24/0.40)	

CMYK percentages

%11.18
%0
%24.34
%40.39

Codes

Color #879873 in popluar color models

879873
RGB135152115
HSL88°15.23%52.35%
HSB/HSV88°24.34%59.61%
CMYK11.18%0.00%24.34%
40.39%

Color #879873 in popluar number systems.

HEX879873
Decimal135152115
Binary10000111100110001110011
Octal207230163

Shades and tints

Shades of #879873

#879873
(135,152,115)
#7B8B69
(123,139,105)
#6F7E5F
(111,126,95)
#637155
(99,113,85)
#57644B
(87,100,75)
#4B5741
(75,87,65)
#3F4A37
(63,74,55)
#333D2D
(51,61,45)
#273023
(39,48,35)
#1B2319
(27,35,25)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #879873

#879873
(135,152,115)
#91A17F
(145,161,127)
#9BAA8B
(155,170,139)
#A5B397
(165,179,151)
#AFBCA3
(175,188,163)
#B9C5AF
(185,197,175)
#C3CEBB
(195,206,187)
#CDD7C7
(205,215,199)
#D7E0D3
(215,224,211)
#E1E9DF
(225,233,223)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879873 color. Also use rgb(135,152,115) instead hex code.

Text Font Color

.myTextColor { color: #879873; }

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

This text font color is #879873.


Background Color

.myBgColor { background-color: #879873; }

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

This div background color is #879873.


Border color

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

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

This div border color is #879873.


Opacity

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

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

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

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

This text has shadow with #879873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879873 on black background.


Color preview on white background

This text has color #879873 on white background.



Black color preview on #879873 background

This text has black color on #879873 background.


White color preview on #879873 background

This text has white color on #879873 background.