COLOR #886D6D

HEX: #886D6D
RGB: (136,109,109)

Color info

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

RGB color model

#886D6D color RGB value is (136,109,109).

  • red value is 136;
  • green value is 109;
  • blue value is 109.
RGB:
(136,109,109)
(53%,43%,43%)

RGB channels and saturation

R 136 of 255 = 53%
G 109 of 255 = 43%
B 109 of 255 = 43%

136
109
109

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

Portions of RGB colors in percentages

R + G + B =
136 + 109 + 109 = 354 (100%)
R 136 of 354 ~ 38.42%
G 109 of 354 ~ 30.79%
B 109 of 354 ~ 30.79%

%38.42
%30.79
%30.79

CMYK color model

#886D6D color CMYK value is (0,20,20,47).

  • cyan value is 0.00%
  • magenta value is 19.85%
  • yellow value is 19.85%
  • key color value is 46.67%
CMYK:
(0,20,20,47)
C0M20Y20K47 
(0%,20%,20%,47%)
(0.00/0.20/0.20/0.47)	

CMYK percentages

%0
%19.85
%19.85
%46.67

Codes

Color #886D6D in popluar color models

886D6D
RGB136109109
HSL11.02%48.04%
HSB/HSV19.85%53.33%
CMYK0.00%19.85%19.85%
46.67%

Color #886D6D in popluar number systems.

HEX886D6D
Decimal136109109
Binary1000100011011011101101
Octal210155155

Shades and tints

Shades of #886D6D

#886D6D
(136,109,109)
#7C6464
(124,100,100)
#705B5B
(112,91,91)
#645252
(100,82,82)
#584949
(88,73,73)
#4C4040
(76,64,64)
#403737
(64,55,55)
#342E2E
(52,46,46)
#282525
(40,37,37)
#1C1C1C
(28,28,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #886D6D

#886D6D
(136,109,109)
#927A7A
(146,122,122)
#9C8787
(156,135,135)
#A69494
(166,148,148)
#B0A1A1
(176,161,161)
#BAAEAE
(186,174,174)
#C4BBBB
(196,187,187)
#CEC8C8
(206,200,200)
#D8D5D5
(216,213,213)
#E2E2E2
(226,226,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886D6D color. Also use rgb(136,109,109) instead hex code.

Text Font Color

.myTextColor { color: #886D6D; }

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

This text font color is #886D6D.


Background Color

.myBgColor { background-color: #886D6D; }

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

This div background color is #886D6D.


Border color

.myBorderColor { border: 1px solid #886D6D; }

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

This div border color is #886D6D.


Opacity

.myOpacity80 { color: #886D6D; opacity: 0.8; }

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

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

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

This text has shadow with #886D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886D6D on black background.


Color preview on white background

This text has color #886D6D on white background.



Black color preview on #886D6D background

This text has black color on #886D6D background.


White color preview on #886D6D background

This text has white color on #886D6D background.