COLOR #878457

HEX: #878457
RGB: (135,132,87)

Color info

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

RGB color model

#878457 color RGB value is (135,132,87).

  • red value is 135;
  • green value is 132;
  • blue value is 87.
RGB:
(135,132,87)
(53%,52%,34%)

RGB channels and saturation

R 135 of 255 = 53%
G 132 of 255 = 52%
B 87 of 255 = 34%

135
132
87

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

Portions of RGB colors in percentages

R + G + B =
135 + 132 + 87 = 354 (100%)
R 135 of 354 ~ 38.14%
G 132 of 354 ~ 37.29%
B 87 of 354 ~ 24.58%

%38.14
%37.29
%24.58

CMYK color model

#878457 color CMYK value is (0,2,36,47).

  • cyan value is 0.00%
  • magenta value is 2.22%
  • yellow value is 35.56%
  • key color value is 47.06%
CMYK:
(0,2,36,47)
C0M2Y36K47 
(0%,2%,36%,47%)
(0.00/0.02/0.36/0.47)	

CMYK percentages

%0
%2.22
%35.56
%47.06

Codes

Color #878457 in popluar color models

878457
RGB13513287
HSL56°21.62%43.53%
HSB/HSV56°35.56%52.94%
CMYK0.00%2.22%35.56%
47.06%

Color #878457 in popluar number systems.

HEX878457
Decimal13513287
Binary10000111100001001010111
Octal207204127

Shades and tints

Shades of #878457

#878457
(135,132,87)
#7B7850
(123,120,80)
#6F6C49
(111,108,73)
#636042
(99,96,66)
#57543B
(87,84,59)
#4B4834
(75,72,52)
#3F3C2D
(63,60,45)
#333026
(51,48,38)
#27241F
(39,36,31)
#1B1818
(27,24,24)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #878457

#878457
(135,132,87)
#918F66
(145,143,102)
#9B9A75
(155,154,117)
#A5A584
(165,165,132)
#AFB093
(175,176,147)
#B9BBA2
(185,187,162)
#C3C6B1
(195,198,177)
#CDD1C0
(205,209,192)
#D7DCCF
(215,220,207)
#E1E7DE
(225,231,222)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878457 color. Also use rgb(135,132,87) instead hex code.

Text Font Color

.myTextColor { color: #878457; }

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

This text font color is #878457.


Background Color

.myBgColor { background-color: #878457; }

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

This div background color is #878457.


Border color

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

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

This div border color is #878457.


Opacity

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

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

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

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

This text has shadow with #878457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878457 on black background.


Color preview on white background

This text has color #878457 on white background.



Black color preview on #878457 background

This text has black color on #878457 background.


White color preview on #878457 background

This text has white color on #878457 background.