COLOR #887E64

HEX: #887E64
RGB: (136,126,100)

Color info

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

RGB color model

#887E64 color RGB value is (136,126,100).

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

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 100 of 255 = 39%

136
126
100

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

Portions of RGB colors in percentages

R + G + B =
136 + 126 + 100 = 362 (100%)
R 136 of 362 ~ 37.57%
G 126 of 362 ~ 34.81%
B 100 of 362 ~ 27.62%

%37.57
%34.81
%27.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 26.47%
  • 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
%26.47
%46.67

Codes

Color #887E64 in popluar color models

887E64
RGB136126100
HSL43°15.25%46.27%
HSB/HSV43°26.47%53.33%
CMYK0.00%7.35%26.47%
46.67%

Color #887E64 in popluar number systems.

HEX887E64
Decimal136126100
Binary1000100011111101100100
Octal210176144

Shades and tints

Shades of #887E64

#887E64
(136,126,100)
#7C735B
(124,115,91)
#706852
(112,104,82)
#645D49
(100,93,73)
#585240
(88,82,64)
#4C4737
(76,71,55)
#403C2E
(64,60,46)
#343125
(52,49,37)
#28261C
(40,38,28)
#1C1B13
(28,27,19)
#10100A
(16,16,10)
#000000
(0,0,0)

Tints of #887E64

#887E64
(136,126,100)
#928972
(146,137,114)
#9C9480
(156,148,128)
#A69F8E
(166,159,142)
#B0AA9C
(176,170,156)
#BAB5AA
(186,181,170)
#C4C0B8
(196,192,184)
#CECBC6
(206,203,198)
#D8D6D4
(216,214,212)
#E2E1E2
(226,225,226)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887E64; }

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

This text font color is #887E64.


Background Color

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

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

This div background color is #887E64.


Border color

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

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

This div border color is #887E64.


Opacity

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

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

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

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

This text has shadow with #887E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887E64 on black background.


Color preview on white background

This text has color #887E64 on white background.



Black color preview on #887E64 background

This text has black color on #887E64 background.


White color preview on #887E64 background

This text has white color on #887E64 background.