COLOR #879961

HEX: #879961
RGB: (135,153,97)

Color info

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

RGB color model

#879961 color RGB value is (135,153,97).

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

RGB channels and saturation

R 135 of 255 = 53%
G 153 of 255 = 60%
B 97 of 255 = 38%

135
153
97

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

Portions of RGB colors in percentages

R + G + B =
135 + 153 + 97 = 385 (100%)
R 135 of 385 ~ 35.06%
G 153 of 385 ~ 39.74%
B 97 of 385 ~ 25.19%

%35.06
%39.74
%25.19

CMYK color model

#879961 color CMYK value is (12,0,37,40).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 36.60%
  • key color value is 40.00%
CMYK:
(12,0,37,40)
C12M0Y37K40 
(12%,0%,37%,40%)
(0.12/0.00/0.37/0.40)	

CMYK percentages

%11.76
%0
%36.6
%40

Codes

Color #879961 in popluar color models

879961
RGB13515397
HSL79°22.40%49.02%
HSB/HSV79°36.60%60.00%
CMYK11.76%0.00%36.60%
40.00%

Color #879961 in popluar number systems.

HEX879961
Decimal13515397
Binary10000111100110011100001
Octal207231141

Shades and tints

Shades of #879961

#879961
(135,153,97)
#7B8C59
(123,140,89)
#6F7F51
(111,127,81)
#637249
(99,114,73)
#576541
(87,101,65)
#4B5839
(75,88,57)
#3F4B31
(63,75,49)
#333E29
(51,62,41)
#273121
(39,49,33)
#1B2419
(27,36,25)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #879961

#879961
(135,153,97)
#91A26F
(145,162,111)
#9BAB7D
(155,171,125)
#A5B48B
(165,180,139)
#AFBD99
(175,189,153)
#B9C6A7
(185,198,167)
#C3CFB5
(195,207,181)
#CDD8C3
(205,216,195)
#D7E1D1
(215,225,209)
#E1EADF
(225,234,223)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #879961; }

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

This text font color is #879961.


Background Color

.myBgColor { background-color: #879961; }

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

This div background color is #879961.


Border color

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

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

This div border color is #879961.


Opacity

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

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

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

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

This text has shadow with #879961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #879961 on black background.


Color preview on white background

This text has color #879961 on white background.



Black color preview on #879961 background

This text has black color on #879961 background.


White color preview on #879961 background

This text has white color on #879961 background.