COLOR #879561

HEX: #879561
RGB: (135,149,97)

Color info

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

RGB color model

#879561 color RGB value is (135,149,97).

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

RGB channels and saturation

R 135 of 255 = 53%
G 149 of 255 = 58%
B 97 of 255 = 38%

135
149
97

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

Portions of RGB colors in percentages

R + G + B =
135 + 149 + 97 = 381 (100%)
R 135 of 381 ~ 35.43%
G 149 of 381 ~ 39.11%
B 97 of 381 ~ 25.46%

%35.43
%39.11
%25.46

CMYK color model

#879561 color CMYK value is (9,0,35,42).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 34.90%
  • key color value is 41.57%
CMYK:
(9,0,35,42)
C9M0Y35K42 
(9%,0%,35%,42%)
(0.09/0.00/0.35/0.42)	

CMYK percentages

%9.4
%0
%34.9
%41.57

Codes

Color #879561 in popluar color models

879561
RGB13514997
HSL76°21.14%48.24%
HSB/HSV76°34.90%58.43%
CMYK9.40%0.00%34.90%
41.57%

Color #879561 in popluar number systems.

HEX879561
Decimal13514997
Binary10000111100101011100001
Octal207225141

Shades and tints

Shades of #879561

#879561
(135,149,97)
#7B8859
(123,136,89)
#6F7B51
(111,123,81)
#636E49
(99,110,73)
#576141
(87,97,65)
#4B5439
(75,84,57)
#3F4731
(63,71,49)
#333A29
(51,58,41)
#272D21
(39,45,33)
#1B2019
(27,32,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #879561

#879561
(135,149,97)
#919E6F
(145,158,111)
#9BA77D
(155,167,125)
#A5B08B
(165,176,139)
#AFB999
(175,185,153)
#B9C2A7
(185,194,167)
#C3CBB5
(195,203,181)
#CDD4C3
(205,212,195)
#D7DDD1
(215,221,209)
#E1E6DF
(225,230,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879561; }

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

This text font color is #879561.


Background Color

.myBgColor { background-color: #879561; }

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

This div background color is #879561.


Border color

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

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

This div border color is #879561.


Opacity

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

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

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

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

This text has shadow with #879561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879561 on black background.


Color preview on white background

This text has color #879561 on white background.



Black color preview on #879561 background

This text has black color on #879561 background.


White color preview on #879561 background

This text has white color on #879561 background.