COLOR #887E65

HEX: #887E65
RGB: (136,126,101)

Color info

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

RGB color model

#887E65 color RGB value is (136,126,101).

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

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 101 of 255 = 40%

136
126
101

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

Portions of RGB colors in percentages

R + G + B =
136 + 126 + 101 = 363 (100%)
R 136 of 363 ~ 37.47%
G 126 of 363 ~ 34.71%
B 101 of 363 ~ 27.82%

%37.47
%34.71
%27.82

CMYK color model

#887E65 color CMYK value is (0,7,26,47).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 25.74%
  • key color value is 46.67%
CMYK:
(0,7,26,47)
C0M7Y26K47 
(0%,7%,26%,47%)
(0.00/0.07/0.26/0.47)	

CMYK percentages

%0
%7.35
%25.74
%46.67

Codes

Color #887E65 in popluar color models

887E65
RGB136126101
HSL43°14.77%46.47%
HSB/HSV43°25.74%53.33%
CMYK0.00%7.35%25.74%
46.67%

Color #887E65 in popluar number systems.

HEX887E65
Decimal136126101
Binary1000100011111101100101
Octal210176145

Shades and tints

Shades of #887E65

#887E65
(136,126,101)
#7C735C
(124,115,92)
#706853
(112,104,83)
#645D4A
(100,93,74)
#585241
(88,82,65)
#4C4738
(76,71,56)
#403C2F
(64,60,47)
#343126
(52,49,38)
#28261D
(40,38,29)
#1C1B14
(28,27,20)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #887E65

#887E65
(136,126,101)
#928973
(146,137,115)
#9C9481
(156,148,129)
#A69F8F
(166,159,143)
#B0AA9D
(176,170,157)
#BAB5AB
(186,181,171)
#C4C0B9
(196,192,185)
#CECBC7
(206,203,199)
#D8D6D5
(216,214,213)
#E2E1E3
(226,225,227)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887E65; }

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

This text font color is #887E65.


Background Color

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

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

This div background color is #887E65.


Border color

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

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

This div border color is #887E65.


Opacity

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

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

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

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

This text has shadow with #887E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E65 on black background.


Color preview on white background

This text has color #887E65 on white background.



Black color preview on #887E65 background

This text has black color on #887E65 background.


White color preview on #887E65 background

This text has white color on #887E65 background.