COLOR #886057

HEX: #886057
RGB: (136,96,87)

Color info

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

RGB color model

#886057 color RGB value is (136,96,87).

  • red value is 136;
  • green value is 96;
  • blue value is 87.
RGB:
(136,96,87)
(53%,38%,34%)

RGB channels and saturation

R 136 of 255 = 53%
G 96 of 255 = 38%
B 87 of 255 = 34%

136
96
87

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

Portions of RGB colors in percentages

R + G + B =
136 + 96 + 87 = 319 (100%)
R 136 of 319 ~ 42.63%
G 96 of 319 ~ 30.09%
B 87 of 319 ~ 27.27%

%42.63
%30.09
%27.27

CMYK color model

#886057 color CMYK value is (0,29,36,47).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 36.03%
  • key color value is 46.67%
CMYK:
(0,29,36,47)
C0M29Y36K47 
(0%,29%,36%,47%)
(0.00/0.29/0.36/0.47)	

CMYK percentages

%0
%29.41
%36.03
%46.67

Codes

Color #886057 in popluar color models

886057
RGB1369687
HSL11°21.97%43.73%
HSB/HSV11°36.03%53.33%
CMYK0.00%29.41%36.03%
46.67%

Color #886057 in popluar number systems.

HEX886057
Decimal1369687
Binary1000100011000001010111
Octal210140127

Shades and tints

Shades of #886057

#886057
(136,96,87)
#7C5850
(124,88,80)
#705049
(112,80,73)
#644842
(100,72,66)
#58403B
(88,64,59)
#4C3834
(76,56,52)
#40302D
(64,48,45)
#342826
(52,40,38)
#28201F
(40,32,31)
#1C1818
(28,24,24)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #886057

#886057
(136,96,87)
#926E66
(146,110,102)
#9C7C75
(156,124,117)
#A68A84
(166,138,132)
#B09893
(176,152,147)
#BAA6A2
(186,166,162)
#C4B4B1
(196,180,177)
#CEC2C0
(206,194,192)
#D8D0CF
(216,208,207)
#E2DEDE
(226,222,222)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886057 color. Also use rgb(136,96,87) instead hex code.

Text Font Color

.myTextColor { color: #886057; }

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

This text font color is #886057.


Background Color

.myBgColor { background-color: #886057; }

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

This div background color is #886057.


Border color

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

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

This div border color is #886057.


Opacity

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

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

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

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

This text has shadow with #886057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886057 on black background.


Color preview on white background

This text has color #886057 on white background.



Black color preview on #886057 background

This text has black color on #886057 background.


White color preview on #886057 background

This text has white color on #886057 background.