COLOR #887D68

HEX: #887D68
RGB: (136,125,104)

Color info

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

RGB color model

#887D68 color RGB value is (136,125,104).

  • red value is 136;
  • green value is 125;
  • blue value is 104.
RGB:
(136,125,104)
(53%,49%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 104 of 255 = 41%

136
125
104

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 104 = 365 (100%)
R 136 of 365 ~ 37.26%
G 125 of 365 ~ 34.25%
B 104 of 365 ~ 28.49%

%37.26
%34.25
%28.49

CMYK color model

#887D68 color CMYK value is (0,8,24,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(0,8,24,47)
C0M8Y24K47 
(0%,8%,24%,47%)
(0.00/0.08/0.24/0.47)	

CMYK percentages

%0
%8.09
%23.53
%46.67

Codes

Color #887D68 in popluar color models

887D68
RGB136125104
HSL39°13.33%47.06%
HSB/HSV39°23.53%53.33%
CMYK0.00%8.09%23.53%
46.67%

Color #887D68 in popluar number systems.

HEX887D68
Decimal136125104
Binary1000100011111011101000
Octal210175150

Shades and tints

Shades of #887D68

#887D68
(136,125,104)
#7C725F
(124,114,95)
#706756
(112,103,86)
#645C4D
(100,92,77)
#585144
(88,81,68)
#4C463B
(76,70,59)
#403B32
(64,59,50)
#343029
(52,48,41)
#282520
(40,37,32)
#1C1A17
(28,26,23)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #887D68

#887D68
(136,125,104)
#928875
(146,136,117)
#9C9382
(156,147,130)
#A69E8F
(166,158,143)
#B0A99C
(176,169,156)
#BAB4A9
(186,180,169)
#C4BFB6
(196,191,182)
#CECAC3
(206,202,195)
#D8D5D0
(216,213,208)
#E2E0DD
(226,224,221)
#ECEBEA
(236,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D68 color. Also use rgb(136,125,104) instead hex code.

Text Font Color

.myTextColor { color: #887D68; }

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

This text font color is #887D68.


Background Color

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

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

This div background color is #887D68.


Border color

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

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

This div border color is #887D68.


Opacity

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

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

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

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

This text has shadow with #887D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D68 on black background.


Color preview on white background

This text has color #887D68 on white background.



Black color preview on #887D68 background

This text has black color on #887D68 background.


White color preview on #887D68 background

This text has white color on #887D68 background.