COLOR #878B62

HEX: #878B62
RGB: (135,139,98)

Color info

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

RGB color model

#878B62 color RGB value is (135,139,98).

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

RGB channels and saturation

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

135
139
98

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

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 98 = 372 (100%)
R 135 of 372 ~ 36.29%
G 139 of 372 ~ 37.37%
B 98 of 372 ~ 26.34%

%36.29
%37.37
%26.34

CMYK color model

#878B62 color CMYK value is (3,0,29,45).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(3,0,29,45)
C3M0Y29K45 
(3%,0%,29%,45%)
(0.03/0.00/0.29/0.45)	

CMYK percentages

%2.88
%0
%29.5
%45.49

Codes

Color #878B62 in popluar color models

878B62
RGB13513998
HSL66°17.30%46.47%
HSB/HSV66°29.50%54.51%
CMYK2.88%0.00%29.50%
45.49%

Color #878B62 in popluar number systems.

HEX878B62
Decimal13513998
Binary10000111100010111100010
Octal207213142

Shades and tints

Shades of #878B62

#878B62
(135,139,98)
#7B7F5A
(123,127,90)
#6F7352
(111,115,82)
#63674A
(99,103,74)
#575B42
(87,91,66)
#4B4F3A
(75,79,58)
#3F4332
(63,67,50)
#33372A
(51,55,42)
#272B22
(39,43,34)
#1B1F1A
(27,31,26)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #878B62

#878B62
(135,139,98)
#919570
(145,149,112)
#9B9F7E
(155,159,126)
#A5A98C
(165,169,140)
#AFB39A
(175,179,154)
#B9BDA8
(185,189,168)
#C3C7B6
(195,199,182)
#CDD1C4
(205,209,196)
#D7DBD2
(215,219,210)
#E1E5E0
(225,229,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878B62; }

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

This text font color is #878B62.


Background Color

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

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

This div background color is #878B62.


Border color

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

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

This div border color is #878B62.


Opacity

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

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

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

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

This text has shadow with #878B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B62 on black background.


Color preview on white background

This text has color #878B62 on white background.



Black color preview on #878B62 background

This text has black color on #878B62 background.


White color preview on #878B62 background

This text has white color on #878B62 background.