COLOR #886A4C

HEX: #886A4C RGB: (136,106,76)

Color info

#886A4C contains mainly red and green colors. Web safe color of #886A4C is #996633 (or #963).

RGB color model

#886A4C color RGB value is (136,106,76).

RGB: (136,106,76) (53%, 42%, 30%)

RGB channels and saturation

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

136
106
76

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

Portions of RGB colors in percentages

R + G + B = 136 + 106 + 76 = 318 (100%)
R 136 of 318 ~ 42.77%
G 106 of 318 ~ 33.33%
B 76 of 318 ~ 23.9'%

%42.77
%33.33
%23.9

CMYK color model

#886A4C color CMYK value is (0,22,44,47).

  • cyan value is 0.00%
  • magenta value is 22.06%
  • yellow value is 44.12%
  • key color value is 46.67%

CMYK: (0,22,44,47)
C0M22Y44K47 (0%, 22%, 44%, 47%)
(0.00 / 0.22 / 0.44 / 0.47)

CMYK percentages

%0
%22.06
%44.12
%46.67

Codes

Color #886A4C in popluar color models

88 6A 4C
RGB 136 106 76
HSL 30° 28.30% 41.57%
HSB/HSV 30° 44.12% 53.33%
CMYK 0.00% 22.06% 44.12%
46.67%

Color #886A4C in popluar number systems.

HEX 88 6A 4C
Decimal 136 106 76
Binary 10001000 1101010 1001100
Octal 210 152 114

Shades and tints

Shades of #886A4C

#886A4C
(136,106,76)
#7C6146
(124,97,70)
#705840
(112,88,64)
#644F3A
(100,79,58)
#584634
(88,70,52)
#4C3D2E
(76,61,46)
#403428
(64,52,40)
#342B22
(52,43,34)
#28221C
(40,34,28)
#1C1916
(28,25,22)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #886A4C

#886A4C
(136,106,76)
#92775C
(146,119,92)
#9C846C
(156,132,108)
#A6917C
(166,145,124)
#B09E8C
(176,158,140)
#BAAB9C
(186,171,156)
#C4B8AC
(196,184,172)
#CEC5BC
(206,197,188)
#D8D2CC
(216,210,204)
#E2DFDC
(226,223,220)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886A4C; }

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

This text font color is #886A4C.

Background Color

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

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

This div background color is #886A4C.

Border color

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

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

This div border color is #886A4C.

Opacity

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

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

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

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

This text has shadow with #886A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #886A4C.

Preview

Color preview on black background

This text has color #886A4C on black background.


Color preview on white background

This text has color #886A4C on white background.


Black color preview on #886A4C background

This text has black color on #886A4C background.


White color preview on #886A4C background

This text has white color on #886A4C background.


Related colors

Complementary color

Complementary color for #hex is #7795B3.


I love getcolorcode.com

Triadic colors

1 #4C886A and #6A4C88 with #886A4C are triadic colors.

2 #4C6A88 and #6A884C with #886A4C are triadic colors.