COLOR #886F4F

HEX: #886F4F
RGB: (136,111,79)

Color info

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

RGB color model

#886F4F color RGB value is (136,111,79).

  • red value is 136;
  • green value is 111;
  • blue value is 79.
RGB:
(136,111,79)
(53%,44%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 79 of 255 = 31%

136
111
79

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 79 = 326 (100%)
R 136 of 326 ~ 41.72%
G 111 of 326 ~ 34.05%
B 79 of 326 ~ 24.23%

%41.72
%34.05
%24.23

CMYK color model

#886F4F color CMYK value is (0,18,42,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 41.91%
  • key color value is 46.67%
CMYK:
(0,18,42,47)
C0M18Y42K47 
(0%,18%,42%,47%)
(0.00/0.18/0.42/0.47)	

CMYK percentages

%0
%18.38
%41.91
%46.67

Codes

Color #886F4F in popluar color models

886F4F
RGB13611179
HSL34°26.51%42.16%
HSB/HSV34°41.91%53.33%
CMYK0.00%18.38%41.91%
46.67%

Color #886F4F in popluar number systems.

HEX886F4F
Decimal13611179
Binary1000100011011111001111
Octal210157117

Shades and tints

Shades of #886F4F

#886F4F
(136,111,79)
#7C6548
(124,101,72)
#705B41
(112,91,65)
#64513A
(100,81,58)
#584733
(88,71,51)
#4C3D2C
(76,61,44)
#403325
(64,51,37)
#34291E
(52,41,30)
#281F17
(40,31,23)
#1C1510
(28,21,16)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #886F4F

#886F4F
(136,111,79)
#927C5F
(146,124,95)
#9C896F
(156,137,111)
#A6967F
(166,150,127)
#B0A38F
(176,163,143)
#BAB09F
(186,176,159)
#C4BDAF
(196,189,175)
#CECABF
(206,202,191)
#D8D7CF
(216,215,207)
#E2E4DF
(226,228,223)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F4F; }

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

This text font color is #886F4F.


Background Color

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

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

This div background color is #886F4F.


Border color

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

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

This div border color is #886F4F.


Opacity

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

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

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

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

This text has shadow with #886F4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F4F on black background.


Color preview on white background

This text has color #886F4F on white background.



Black color preview on #886F4F background

This text has black color on #886F4F background.


White color preview on #886F4F background

This text has white color on #886F4F background.