COLOR #877C5E

HEX: #877C5E
RGB: (135,124,94)

Color info

#877C5E contains red, green and blue colors in about the same proportion. Web safe color of #877C5E is #996666 (or #966).

RGB color model

#877C5E color RGB value is (135,124,94).

  • red value is 135;
  • green value is 124;
  • blue value is 94.
RGB: (135,124,94) (53%,49%,37%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 94 of 255 = 37%

135
124
94

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

Portions of RGB colors in percentages

R + G + B =
135 + 124 + 94 = 353 (100%)
R 135 of 353 ~ 38.24%
G 124 of 353 ~ 35.13%
B 94 of 353 ~ 26.63%

%38.24
%35.13
%26.63

CMYK color model

#877C5E color CMYK value is (0,8,30,47).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 30.37%
  • key color value is 47.06%
CMYK: (0,8,30,47) C0M8Y30K47 (0%,8%,30%,47%) (0.00/0.08/0.30/0.47)

CMYK percentages

%0
%8.15
%30.37
%47.06

Codes

Color #877C5E in popluar color models

877C5E
RGB13512494
HSL44°17.90%44.90%
HSB/HSV44°30.37%52.94%
CMYK0.00%8.15%30.37%
47.06%

Color #877C5E in popluar number systems.

HEX877C5E
Decimal13512494
Binary1000011111111001011110
Octal207174136

Shades and tints

Shades of #877C5E

#877C5E
(135,124,94)
#7B7156
(123,113,86)
#6F664E
(111,102,78)
#635B46
(99,91,70)
#57503E
(87,80,62)
#4B4536
(75,69,54)
#3F3A2E
(63,58,46)
#332F26
(51,47,38)
#27241E
(39,36,30)
#1B1916
(27,25,22)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #877C5E

#877C5E
(135,124,94)
#91876C
(145,135,108)
#9B927A
(155,146,122)
#A59D88
(165,157,136)
#AFA896
(175,168,150)
#B9B3A4
(185,179,164)
#C3BEB2
(195,190,178)
#CDC9C0
(205,201,192)
#D7D4CE
(215,212,206)
#E1DFDC
(225,223,220)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C5E color. Also use rgb(135,124,94) instead hex code.

Text Font Color

.myTextColor { color: #877C5E; }

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

This text font color is #877C5E.


Background Color

.myBgColor { background-color: #877C5E; }

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

This div background color is #877C5E.


Border color

.myBorderColor { border: 1px solid #877C5E; }

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

This div border color is #877C5E.


Opacity

.myOpacity80 { color: #877C5E; opacity: 0.8; }

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

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

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

This text has shadow with #877C5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #877C5E on black background.


Color preview on white background

This text has color #877C5E on white background.



Black color preview on #877C5E background

This text has black color on #877C5E background.


White color preview on #877C5E background

This text has white color on #877C5E background.