COLOR #887069

HEX: #887069
RGB: (136,112,105)

Color info

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

RGB color model

#887069 color RGB value is (136,112,105).

  • red value is 136;
  • green value is 112;
  • blue value is 105.
RGB:
(136,112,105)
(53%,44%,41%)

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 105 of 255 = 41%

136
112
105

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 105 = 353 (100%)
R 136 of 353 ~ 38.53%
G 112 of 353 ~ 31.73%
B 105 of 353 ~ 29.75%

%38.53
%31.73
%29.75

CMYK color model

#887069 color CMYK value is (0,18,23,47).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 22.79%
  • key color value is 46.67%
CMYK:
(0,18,23,47)
C0M18Y23K47 
(0%,18%,23%,47%)
(0.00/0.18/0.23/0.47)	

CMYK percentages

%0
%17.65
%22.79
%46.67

Codes

Color #887069 in popluar color models

887069
RGB136112105
HSL14°12.86%47.25%
HSB/HSV14°22.79%53.33%
CMYK0.00%17.65%22.79%
46.67%

Color #887069 in popluar number systems.

HEX887069
Decimal136112105
Binary1000100011100001101001
Octal210160151

Shades and tints

Shades of #887069

#887069
(136,112,105)
#7C6660
(124,102,96)
#705C57
(112,92,87)
#64524E
(100,82,78)
#584845
(88,72,69)
#4C3E3C
(76,62,60)
#403433
(64,52,51)
#342A2A
(52,42,42)
#282021
(40,32,33)
#1C1618
(28,22,24)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #887069

#887069
(136,112,105)
#927D76
(146,125,118)
#9C8A83
(156,138,131)
#A69790
(166,151,144)
#B0A49D
(176,164,157)
#BAB1AA
(186,177,170)
#C4BEB7
(196,190,183)
#CECBC4
(206,203,196)
#D8D8D1
(216,216,209)
#E2E5DE
(226,229,222)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887069 color. Also use rgb(136,112,105) instead hex code.

Text Font Color

.myTextColor { color: #887069; }

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

This text font color is #887069.


Background Color

.myBgColor { background-color: #887069; }

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

This div background color is #887069.


Border color

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

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

This div border color is #887069.


Opacity

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

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

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

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

This text has shadow with #887069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887069 on black background.


Color preview on white background

This text has color #887069 on white background.



Black color preview on #887069 background

This text has black color on #887069 background.


White color preview on #887069 background

This text has white color on #887069 background.