COLOR #886F6A

HEX: #886F6A
RGB: (136,111,106)

Color info

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

RGB color model

#886F6A color RGB value is (136,111,106).

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

RGB channels and saturation

R 136 of 255 = 53%
G 111 of 255 = 44%
B 106 of 255 = 42%

136
111
106

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

Portions of RGB colors in percentages

R + G + B =
136 + 111 + 106 = 353 (100%)
R 136 of 353 ~ 38.53%
G 111 of 353 ~ 31.44%
B 106 of 353 ~ 30.03%

%38.53
%31.44
%30.03

CMYK color model

#886F6A color CMYK value is (0,18,22,47).

  • cyan value is 0.00%
  • magenta value is 18.38%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(0,18,22,47)
C0M18Y22K47 
(0%,18%,22%,47%)
(0.00/0.18/0.22/0.47)	

CMYK percentages

%0
%18.38
%22.06
%46.67

Codes

Color #886F6A in popluar color models

886F6A
RGB136111106
HSL10°12.40%47.45%
HSB/HSV10°22.06%53.33%
CMYK0.00%18.38%22.06%
46.67%

Color #886F6A in popluar number systems.

HEX886F6A
Decimal136111106
Binary1000100011011111101010
Octal210157152

Shades and tints

Shades of #886F6A

#886F6A
(136,111,106)
#7C6561
(124,101,97)
#705B58
(112,91,88)
#64514F
(100,81,79)
#584746
(88,71,70)
#4C3D3D
(76,61,61)
#403334
(64,51,52)
#34292B
(52,41,43)
#281F22
(40,31,34)
#1C1519
(28,21,25)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #886F6A

#886F6A
(136,111,106)
#927C77
(146,124,119)
#9C8984
(156,137,132)
#A69691
(166,150,145)
#B0A39E
(176,163,158)
#BAB0AB
(186,176,171)
#C4BDB8
(196,189,184)
#CECAC5
(206,202,197)
#D8D7D2
(216,215,210)
#E2E4DF
(226,228,223)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886F6A; }

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

This text font color is #886F6A.


Background Color

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

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

This div background color is #886F6A.


Border color

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

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

This div border color is #886F6A.


Opacity

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

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

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

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

This text has shadow with #886F6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886F6A on black background.


Color preview on white background

This text has color #886F6A on white background.



Black color preview on #886F6A background

This text has black color on #886F6A background.


White color preview on #886F6A background

This text has white color on #886F6A background.