COLOR #887D67

HEX: #887D67
RGB: (136,125,103)

Color info

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

RGB color model

#887D67 color RGB value is (136,125,103).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 103 of 255 = 40%

136
125
103

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 103 = 364 (100%)
R 136 of 364 ~ 37.36%
G 125 of 364 ~ 34.34%
B 103 of 364 ~ 28.3%

%37.36
%34.34
%28.3

CMYK color model

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

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

Codes

Color #887D67 in popluar color models

887D67
RGB136125103
HSL40°13.81%46.86%
HSB/HSV40°24.26%53.33%
CMYK0.00%8.09%24.26%
46.67%

Color #887D67 in popluar number systems.

HEX887D67
Decimal136125103
Binary1000100011111011100111
Octal210175147

Shades and tints

Shades of #887D67

#887D67
(136,125,103)
#7C725E
(124,114,94)
#706755
(112,103,85)
#645C4C
(100,92,76)
#585143
(88,81,67)
#4C463A
(76,70,58)
#403B31
(64,59,49)
#343028
(52,48,40)
#28251F
(40,37,31)
#1C1A16
(28,26,22)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #887D67

#887D67
(136,125,103)
#928874
(146,136,116)
#9C9381
(156,147,129)
#A69E8E
(166,158,142)
#B0A99B
(176,169,155)
#BAB4A8
(186,180,168)
#C4BFB5
(196,191,181)
#CECAC2
(206,202,194)
#D8D5CF
(216,213,207)
#E2E0DC
(226,224,220)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D67; }

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

This text font color is #887D67.


Background Color

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

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

This div background color is #887D67.


Border color

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

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

This div border color is #887D67.


Opacity

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

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

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

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

This text has shadow with #887D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D67 on black background.


Color preview on white background

This text has color #887D67 on white background.



Black color preview on #887D67 background

This text has black color on #887D67 background.


White color preview on #887D67 background

This text has white color on #887D67 background.