COLOR #879473

HEX: #879473
RGB: (135,148,115)

Color info

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

RGB color model

#879473 color RGB value is (135,148,115).

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

RGB channels and saturation

R 135 of 255 = 53%
G 148 of 255 = 58%
B 115 of 255 = 45%

135
148
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 148 + 115 = 398 (100%)
R 135 of 398 ~ 33.92%
G 148 of 398 ~ 37.19%
B 115 of 398 ~ 28.89%

%33.92
%37.19
%28.89

CMYK color model

#879473 color CMYK value is (9,0,22,42).

  • cyan value is 8.78%
  • magenta value is 0.00%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(9,0,22,42)
C9M0Y22K42 
(9%,0%,22%,42%)
(0.09/0.00/0.22/0.42)	

CMYK percentages

%8.78
%0
%22.3
%41.96

Codes

Color #879473 in popluar color models

879473
RGB135148115
HSL84°13.36%51.57%
HSB/HSV84°22.30%58.04%
CMYK8.78%0.00%22.30%
41.96%

Color #879473 in popluar number systems.

HEX879473
Decimal135148115
Binary10000111100101001110011
Octal207224163

Shades and tints

Shades of #879473

#879473
(135,148,115)
#7B8769
(123,135,105)
#6F7A5F
(111,122,95)
#636D55
(99,109,85)
#57604B
(87,96,75)
#4B5341
(75,83,65)
#3F4637
(63,70,55)
#33392D
(51,57,45)
#272C23
(39,44,35)
#1B1F19
(27,31,25)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #879473

#879473
(135,148,115)
#919D7F
(145,157,127)
#9BA68B
(155,166,139)
#A5AF97
(165,175,151)
#AFB8A3
(175,184,163)
#B9C1AF
(185,193,175)
#C3CABB
(195,202,187)
#CDD3C7
(205,211,199)
#D7DCD3
(215,220,211)
#E1E5DF
(225,229,223)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879473; }

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

This text font color is #879473.


Background Color

.myBgColor { background-color: #879473; }

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

This div background color is #879473.


Border color

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

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

This div border color is #879473.


Opacity

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

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

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

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

This text has shadow with #879473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879473 on black background.


Color preview on white background

This text has color #879473 on white background.



Black color preview on #879473 background

This text has black color on #879473 background.


White color preview on #879473 background

This text has white color on #879473 background.