COLOR #887267

HEX: #887267
RGB: (136,114,103)

Color info

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

RGB color model

#887267 color RGB value is (136,114,103).

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

RGB channels and saturation

R 136 of 255 = 53%
G 114 of 255 = 45%
B 103 of 255 = 40%

136
114
103

R + G + B ~ 46%. #887267 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 114 + 103 = 353 (100%)
R 136 of 353 ~ 38.53%
G 114 of 353 ~ 32.29%
B 103 of 353 ~ 29.18%

%38.53
%32.29
%29.18

CMYK color model

#887267 color CMYK value is (0,16,24,47).

  • cyan value is 0.00%
  • magenta value is 16.18%
  • yellow value is 24.26%
  • key color value is 46.67%
CMYK:
(0,16,24,47)
C0M16Y24K47 
(0%,16%,24%,47%)
(0.00/0.16/0.24/0.47)	

CMYK percentages

%0
%16.18
%24.26
%46.67

Codes

Color #887267 in popluar color models

887267
RGB136114103
HSL20°13.81%46.86%
HSB/HSV20°24.26%53.33%
CMYK0.00%16.18%24.26%
46.67%

Color #887267 in popluar number systems.

HEX887267
Decimal136114103
Binary1000100011100101100111
Octal210162147

Shades and tints

Shades of #887267

#887267
(136,114,103)
#7C685E
(124,104,94)
#705E55
(112,94,85)
#64544C
(100,84,76)
#584A43
(88,74,67)
#4C403A
(76,64,58)
#403631
(64,54,49)
#342C28
(52,44,40)
#28221F
(40,34,31)
#1C1816
(28,24,22)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #887267

#887267
(136,114,103)
#927E74
(146,126,116)
#9C8A81
(156,138,129)
#A6968E
(166,150,142)
#B0A29B
(176,162,155)
#BAAEA8
(186,174,168)
#C4BAB5
(196,186,181)
#CEC6C2
(206,198,194)
#D8D2CF
(216,210,207)
#E2DEDC
(226,222,220)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887267; }

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

This text font color is #887267.


Background Color

.myBgColor { background-color: #887267; }

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

This div background color is #887267.


Border color

.myBorderColor { border: 1px solid #887267; }

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

This div border color is #887267.


Opacity

.myOpacity80 { color: #887267; opacity: 0.8; }

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

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

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

This text has shadow with #887267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887267 on black background.


Color preview on white background

This text has color #887267 on white background.



Black color preview on #887267 background

This text has black color on #887267 background.


White color preview on #887267 background

This text has white color on #887267 background.