COLOR #886A4D

HEX: #886A4D
RGB: (136,106,77)

Color info

#886A4D contains red, green and blue colors in about the same proportion. Web safe color of #886A4D is #996633 (or #963).

RGB color model

#886A4D color RGB value is (136,106,77).

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

RGB channels and saturation

R 136 of 255 = 53%
G 106 of 255 = 42%
B 77 of 255 = 30%

136
106
77

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

Portions of RGB colors in percentages

R + G + B =
136 + 106 + 77 = 319 (100%)
R 136 of 319 ~ 42.63%
G 106 of 319 ~ 33.23%
B 77 of 319 ~ 24.14%

%42.63
%33.23
%24.14

CMYK color model

#886A4D color CMYK value is (0,22,43,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 43.38%
  • key color value is 46.67%
CMYK:
(0,22,43,47)
C0M22Y43K47 
(0%,22%,43%,47%)
(0.00/0.22/0.43/0.47)	

CMYK percentages

%0
%22.06
%43.38
%46.67

Codes

Color #886A4D in popluar color models

886A4D
RGB13610677
HSL29°27.70%41.76%
HSB/HSV29°43.38%53.33%
CMYK0.00%22.06%43.38%
46.67%

Color #886A4D in popluar number systems.

HEX886A4D
Decimal13610677
Binary1000100011010101001101
Octal210152115

Shades and tints

Shades of #886A4D

#886A4D
(136,106,77)
#7C6146
(124,97,70)
#70583F
(112,88,63)
#644F38
(100,79,56)
#584631
(88,70,49)
#4C3D2A
(76,61,42)
#403423
(64,52,35)
#342B1C
(52,43,28)
#282215
(40,34,21)
#1C190E
(28,25,14)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #886A4D

#886A4D
(136,106,77)
#92775D
(146,119,93)
#9C846D
(156,132,109)
#A6917D
(166,145,125)
#B09E8D
(176,158,141)
#BAAB9D
(186,171,157)
#C4B8AD
(196,184,173)
#CEC5BD
(206,197,189)
#D8D2CD
(216,210,205)
#E2DFDD
(226,223,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A4D; }

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

This text font color is #886A4D.


Background Color

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

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

This div background color is #886A4D.


Border color

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

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

This div border color is #886A4D.


Opacity

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

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

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

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

This text has shadow with #886A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886A4D on black background.


Color preview on white background

This text has color #886A4D on white background.



Black color preview on #886A4D background

This text has black color on #886A4D background.


White color preview on #886A4D background

This text has white color on #886A4D background.