COLOR #887E4E

HEX: #887E4E
RGB: (136,126,78)

Color info

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

RGB color model

#887E4E color RGB value is (136,126,78).

  • red value is 136;
  • green value is 126;
  • blue value is 78.
RGB:
(136,126,78)
(53%,49%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 78 of 255 = 31%

136
126
78

R + G + B ~ 44%. #887E4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 126 + 78 = 340 (100%)
R 136 of 340 ~ 40%
G 126 of 340 ~ 37.06%
B 78 of 340 ~ 22.94%

%40
%37.06
%22.94

CMYK color model

#887E4E color CMYK value is (0,7,43,47).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 42.65%
  • key color value is 46.67%
CMYK:
(0,7,43,47)
C0M7Y43K47 
(0%,7%,43%,47%)
(0.00/0.07/0.43/0.47)	

CMYK percentages

%0
%7.35
%42.65
%46.67

Codes

Color #887E4E in popluar color models

887E4E
RGB13612678
HSL50°27.10%41.96%
HSB/HSV50°42.65%53.33%
CMYK0.00%7.35%42.65%
46.67%

Color #887E4E in popluar number systems.

HEX887E4E
Decimal13612678
Binary1000100011111101001110
Octal210176116

Shades and tints

Shades of #887E4E

#887E4E
(136,126,78)
#7C7347
(124,115,71)
#706840
(112,104,64)
#645D39
(100,93,57)
#585232
(88,82,50)
#4C472B
(76,71,43)
#403C24
(64,60,36)
#34311D
(52,49,29)
#282616
(40,38,22)
#1C1B0F
(28,27,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #887E4E

#887E4E
(136,126,78)
#92895E
(146,137,94)
#9C946E
(156,148,110)
#A69F7E
(166,159,126)
#B0AA8E
(176,170,142)
#BAB59E
(186,181,158)
#C4C0AE
(196,192,174)
#CECBBE
(206,203,190)
#D8D6CE
(216,214,206)
#E2E1DE
(226,225,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887E4E color. Also use rgb(136,126,78) instead hex code.

Text Font Color

.myTextColor { color: #887E4E; }

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

This text font color is #887E4E.


Background Color

.myBgColor { background-color: #887E4E; }

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

This div background color is #887E4E.


Border color

.myBorderColor { border: 1px solid #887E4E; }

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

This div border color is #887E4E.


Opacity

.myOpacity80 { color: #887E4E; opacity: 0.8; }

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

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

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

This text has shadow with #887E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E4E on black background.


Color preview on white background

This text has color #887E4E on white background.



Black color preview on #887E4E background

This text has black color on #887E4E background.


White color preview on #887E4E background

This text has white color on #887E4E background.