COLOR #878B4E

HEX: #878B4E
RGB: (135,139,78)

Color info

#878B4E contains mainly red and green colors. Web safe color of #878B4E is #999966 (or #996).

RGB color model

#878B4E color RGB value is (135,139,78).

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

RGB channels and saturation

R 135 of 255 = 53%
G 139 of 255 = 55%
B 78 of 255 = 31%

135
139
78

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

Portions of RGB colors in percentages

R + G + B =
135 + 139 + 78 = 352 (100%)
R 135 of 352 ~ 38.35%
G 139 of 352 ~ 39.49%
B 78 of 352 ~ 22.16%

%38.35
%39.49
%22.16

CMYK color model

#878B4E color CMYK value is (3,0,44,45).

  • cyan value is 2.88%
  • magenta value is 0.00%
  • yellow value is 43.88%
  • key color value is 45.49%
CMYK:
(3,0,44,45)
C3M0Y44K45 
(3%,0%,44%,45%)
(0.03/0.00/0.44/0.45)	

CMYK percentages

%2.88
%0
%43.88
%45.49

Codes

Color #878B4E in popluar color models

878B4E
RGB13513978
HSL64°28.11%42.55%
HSB/HSV64°43.88%54.51%
CMYK2.88%0.00%43.88%
45.49%

Color #878B4E in popluar number systems.

HEX878B4E
Decimal13513978
Binary10000111100010111001110
Octal207213116

Shades and tints

Shades of #878B4E

#878B4E
(135,139,78)
#7B7F47
(123,127,71)
#6F7340
(111,115,64)
#636739
(99,103,57)
#575B32
(87,91,50)
#4B4F2B
(75,79,43)
#3F4324
(63,67,36)
#33371D
(51,55,29)
#272B16
(39,43,22)
#1B1F0F
(27,31,15)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #878B4E

#878B4E
(135,139,78)
#91955E
(145,149,94)
#9B9F6E
(155,159,110)
#A5A97E
(165,169,126)
#AFB38E
(175,179,142)
#B9BD9E
(185,189,158)
#C3C7AE
(195,199,174)
#CDD1BE
(205,209,190)
#D7DBCE
(215,219,206)
#E1E5DE
(225,229,222)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878B4E; }

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

This text font color is #878B4E.


Background Color

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

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

This div background color is #878B4E.


Border color

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

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

This div border color is #878B4E.


Opacity

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

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

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

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

This text has shadow with #878B4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878B4E on black background.


Color preview on white background

This text has color #878B4E on white background.



Black color preview on #878B4E background

This text has black color on #878B4E background.


White color preview on #878B4E background

This text has white color on #878B4E background.