COLOR #878E4D

HEX: #878E4D
RGB: (135,142,77)

Color info

#878E4D contains mainly red and green colors. Web safe color of #878E4D is #999933 (or #993).

RGB color model

#878E4D color RGB value is (135,142,77).

  • red value is 135;
  • green value is 142;
  • blue value is 77.
RGB:
(135,142,77)
(53%,56%,30%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 77 of 255 = 30%

135
142
77

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

Portions of RGB colors in percentages

R + G + B =
135 + 142 + 77 = 354 (100%)
R 135 of 354 ~ 38.14%
G 142 of 354 ~ 40.11%
B 77 of 354 ~ 21.75%

%38.14
%40.11
%21.75

CMYK color model

#878E4D color CMYK value is (5,0,46,44).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 45.77%
  • key color value is 44.31%
CMYK:
(5,0,46,44)
C5M0Y46K44 
(5%,0%,46%,44%)
(0.05/0.00/0.46/0.44)	

CMYK percentages

%4.93
%0
%45.77
%44.31

Codes

Color #878E4D in popluar color models

878E4D
RGB13514277
HSL66°29.68%42.94%
HSB/HSV66°45.77%55.69%
CMYK4.93%0.00%45.77%
44.31%

Color #878E4D in popluar number systems.

HEX878E4D
Decimal13514277
Binary10000111100011101001101
Octal207216115

Shades and tints

Shades of #878E4D

#878E4D
(135,142,77)
#7B8246
(123,130,70)
#6F763F
(111,118,63)
#636A38
(99,106,56)
#575E31
(87,94,49)
#4B522A
(75,82,42)
#3F4623
(63,70,35)
#333A1C
(51,58,28)
#272E15
(39,46,21)
#1B220E
(27,34,14)
#0F1607
(15,22,7)
#000000
(0,0,0)

Tints of #878E4D

#878E4D
(135,142,77)
#91985D
(145,152,93)
#9BA26D
(155,162,109)
#A5AC7D
(165,172,125)
#AFB68D
(175,182,141)
#B9C09D
(185,192,157)
#C3CAAD
(195,202,173)
#CDD4BD
(205,212,189)
#D7DECD
(215,222,205)
#E1E8DD
(225,232,221)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878E4D color. Also use rgb(135,142,77) instead hex code.

Text Font Color

.myTextColor { color: #878E4D; }

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

This text font color is #878E4D.


Background Color

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

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

This div background color is #878E4D.


Border color

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

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

This div border color is #878E4D.


Opacity

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

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

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

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

This text has shadow with #878E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878E4D on black background.


Color preview on white background

This text has color #878E4D on white background.



Black color preview on #878E4D background

This text has black color on #878E4D background.


White color preview on #878E4D background

This text has white color on #878E4D background.