COLOR #877E48

HEX: #877E48
RGB: (135,126,72)

Color info

#877E48 contains mainly red and green colors. Web safe color of #877E48 is #996633 (or #963).

RGB color model

#877E48 color RGB value is (135,126,72).

  • red value is 135;
  • green value is 126;
  • blue value is 72.
RGB:
(135,126,72)
(53%,49%,28%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 72 of 255 = 28%

135
126
72

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 72 = 333 (100%)
R 135 of 333 ~ 40.54%
G 126 of 333 ~ 37.84%
B 72 of 333 ~ 21.62%

%40.54
%37.84
%21.62

CMYK color model

#877E48 color CMYK value is (0,7,47,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 46.67%
  • key color value is 47.06%
CMYK:
(0,7,47,47)
C0M7Y47K47 
(0%,7%,47%,47%)
(0.00/0.07/0.47/0.47)	

CMYK percentages

%0
%6.67
%46.67
%47.06

Codes

Color #877E48 in popluar color models

877E48
RGB13512672
HSL51°30.43%40.59%
HSB/HSV51°46.67%52.94%
CMYK0.00%6.67%46.67%
47.06%

Color #877E48 in popluar number systems.

HEX877E48
Decimal13512672
Binary1000011111111101001000
Octal207176110

Shades and tints

Shades of #877E48

#877E48
(135,126,72)
#7B7342
(123,115,66)
#6F683C
(111,104,60)
#635D36
(99,93,54)
#575230
(87,82,48)
#4B472A
(75,71,42)
#3F3C24
(63,60,36)
#33311E
(51,49,30)
#272618
(39,38,24)
#1B1B12
(27,27,18)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #877E48

#877E48
(135,126,72)
#918958
(145,137,88)
#9B9468
(155,148,104)
#A59F78
(165,159,120)
#AFAA88
(175,170,136)
#B9B598
(185,181,152)
#C3C0A8
(195,192,168)
#CDCBB8
(205,203,184)
#D7D6C8
(215,214,200)
#E1E1D8
(225,225,216)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877E48 color. Also use rgb(135,126,72) instead hex code.

Text Font Color

.myTextColor { color: #877E48; }

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

This text font color is #877E48.


Background Color

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

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

This div background color is #877E48.


Border color

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

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

This div border color is #877E48.


Opacity

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

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

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

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

This text has shadow with #877E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E48 on black background.


Color preview on white background

This text has color #877E48 on white background.



Black color preview on #877E48 background

This text has black color on #877E48 background.


White color preview on #877E48 background

This text has white color on #877E48 background.