COLOR #878D62

HEX: #878D62
RGB: (135,141,98)

Color info

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

RGB color model

#878D62 color RGB value is (135,141,98).

  • red value is 135;
  • green value is 141;
  • blue value is 98.
RGB:
(135,141,98)
(53%,55%,38%)

RGB channels and saturation

R 135 of 255 = 53%
G 141 of 255 = 55%
B 98 of 255 = 38%

135
141
98

R + G + B ~ 49%. #878D62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 141 + 98 = 374 (100%)
R 135 of 374 ~ 36.1%
G 141 of 374 ~ 37.7%
B 98 of 374 ~ 26.2%

%36.1
%37.7
%26.2

CMYK color model

#878D62 color CMYK value is (4,0,30,45).

  • cyan value is 4.26%
  • magenta value is 0.00%
  • yellow value is 30.50%
  • key color value is 44.71%
CMYK:
(4,0,30,45)
C4M0Y30K45 
(4%,0%,30%,45%)
(0.04/0.00/0.30/0.45)	

CMYK percentages

%4.26
%0
%30.5
%44.71

Codes

Color #878D62 in popluar color models

878D62
RGB13514198
HSL68°17.99%46.86%
HSB/HSV68°30.50%55.29%
CMYK4.26%0.00%30.50%
44.71%

Color #878D62 in popluar number systems.

HEX878D62
Decimal13514198
Binary10000111100011011100010
Octal207215142

Shades and tints

Shades of #878D62

#878D62
(135,141,98)
#7B815A
(123,129,90)
#6F7552
(111,117,82)
#63694A
(99,105,74)
#575D42
(87,93,66)
#4B513A
(75,81,58)
#3F4532
(63,69,50)
#33392A
(51,57,42)
#272D22
(39,45,34)
#1B211A
(27,33,26)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #878D62

#878D62
(135,141,98)
#919770
(145,151,112)
#9BA17E
(155,161,126)
#A5AB8C
(165,171,140)
#AFB59A
(175,181,154)
#B9BFA8
(185,191,168)
#C3C9B6
(195,201,182)
#CDD3C4
(205,211,196)
#D7DDD2
(215,221,210)
#E1E7E0
(225,231,224)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878D62 color. Also use rgb(135,141,98) instead hex code.

Text Font Color

.myTextColor { color: #878D62; }

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

This text font color is #878D62.


Background Color

.myBgColor { background-color: #878D62; }

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

This div background color is #878D62.


Border color

.myBorderColor { border: 1px solid #878D62; }

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

This div border color is #878D62.


Opacity

.myOpacity80 { color: #878D62; opacity: 0.8; }

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

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

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

This text has shadow with #878D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878D62 on black background.


Color preview on white background

This text has color #878D62 on white background.



Black color preview on #878D62 background

This text has black color on #878D62 background.


White color preview on #878D62 background

This text has white color on #878D62 background.