COLOR #886056

HEX: #886056
RGB: (136,96,86)

Color info

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

RGB color model

#886056 color RGB value is (136,96,86).

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

RGB channels and saturation

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

136
96
86

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

Portions of RGB colors in percentages

R + G + B =
136 + 96 + 86 = 318 (100%)
R 136 of 318 ~ 42.77%
G 96 of 318 ~ 30.19%
B 86 of 318 ~ 27.04%

%42.77
%30.19
%27.04

CMYK color model

#886056 color CMYK value is (0,29,37,47).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 36.76%
  • key color value is 46.67%
CMYK:
(0,29,37,47)
C0M29Y37K47 
(0%,29%,37%,47%)
(0.00/0.29/0.37/0.47)	

CMYK percentages

%0
%29.41
%36.76
%46.67

Codes

Color #886056 in popluar color models

886056
RGB1369686
HSL12°22.52%43.53%
HSB/HSV12°36.76%53.33%
CMYK0.00%29.41%36.76%
46.67%

Color #886056 in popluar number systems.

HEX886056
Decimal1369686
Binary1000100011000001010110
Octal210140126

Shades and tints

Shades of #886056

#886056
(136,96,86)
#7C584F
(124,88,79)
#705048
(112,80,72)
#644841
(100,72,65)
#58403A
(88,64,58)
#4C3833
(76,56,51)
#40302C
(64,48,44)
#342825
(52,40,37)
#28201E
(40,32,30)
#1C1817
(28,24,23)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #886056

#886056
(136,96,86)
#926E65
(146,110,101)
#9C7C74
(156,124,116)
#A68A83
(166,138,131)
#B09892
(176,152,146)
#BAA6A1
(186,166,161)
#C4B4B0
(196,180,176)
#CEC2BF
(206,194,191)
#D8D0CE
(216,208,206)
#E2DEDD
(226,222,221)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886056; }

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

This text font color is #886056.


Background Color

.myBgColor { background-color: #886056; }

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

This div background color is #886056.


Border color

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

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

This div border color is #886056.


Opacity

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

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

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

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

This text has shadow with #886056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886056 on black background.


Color preview on white background

This text has color #886056 on white background.



Black color preview on #886056 background

This text has black color on #886056 background.


White color preview on #886056 background

This text has white color on #886056 background.