COLOR #878757

HEX: #878757
RGB: (135,135,87)

Color info

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

RGB color model

#878757 color RGB value is (135,135,87).

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

RGB channels and saturation

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

135
135
87

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

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 87 = 357 (100%)
R 135 of 357 ~ 37.82%
G 135 of 357 ~ 37.82%
B 87 of 357 ~ 24.37%

%37.82
%37.82
%24.37

CMYK color model

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

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

CMYK percentages

%0
%0
%35.56
%47.06

Codes

Color #878757 in popluar color models

878757
RGB13513587
HSL60°21.62%43.53%
HSB/HSV60°35.56%52.94%
CMYK0.00%0.00%35.56%
47.06%

Color #878757 in popluar number systems.

HEX878757
Decimal13513587
Binary10000111100001111010111
Octal207207127

Shades and tints

Shades of #878757

#878757
(135,135,87)
#7B7B50
(123,123,80)
#6F6F49
(111,111,73)
#636342
(99,99,66)
#57573B
(87,87,59)
#4B4B34
(75,75,52)
#3F3F2D
(63,63,45)
#333326
(51,51,38)
#27271F
(39,39,31)
#1B1B18
(27,27,24)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #878757

#878757
(135,135,87)
#919166
(145,145,102)
#9B9B75
(155,155,117)
#A5A584
(165,165,132)
#AFAF93
(175,175,147)
#B9B9A2
(185,185,162)
#C3C3B1
(195,195,177)
#CDCDC0
(205,205,192)
#D7D7CF
(215,215,207)
#E1E1DE
(225,225,222)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878757; }

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

This text font color is #878757.


Background Color

.myBgColor { background-color: #878757; }

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

This div background color is #878757.


Border color

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

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

This div border color is #878757.


Opacity

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

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

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

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

This text has shadow with #878757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878757 on black background.


Color preview on white background

This text has color #878757 on white background.



Black color preview on #878757 background

This text has black color on #878757 background.


White color preview on #878757 background

This text has white color on #878757 background.