COLOR #886C50

HEX: #886C50
RGB: (136,108,80)

Color info

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

RGB color model

#886C50 color RGB value is (136,108,80).

  • red value is 136;
  • green value is 108;
  • blue value is 80.
RGB:
(136,108,80)
(53%,42%,31%)

RGB channels and saturation

R 136 of 255 = 53%
G 108 of 255 = 42%
B 80 of 255 = 31%

136
108
80

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

Portions of RGB colors in percentages

R + G + B =
136 + 108 + 80 = 324 (100%)
R 136 of 324 ~ 41.98%
G 108 of 324 ~ 33.33%
B 80 of 324 ~ 24.69%

%41.98
%33.33
%24.69

CMYK color model

#886C50 color CMYK value is (0,21,41,47).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 41.18%
  • key color value is 46.67%
CMYK:
(0,21,41,47)
C0M21Y41K47 
(0%,21%,41%,47%)
(0.00/0.21/0.41/0.47)	

CMYK percentages

%0
%20.59
%41.18
%46.67

Codes

Color #886C50 in popluar color models

886C50
RGB13610880
HSL30°25.93%42.35%
HSB/HSV30°41.18%53.33%
CMYK0.00%20.59%41.18%
46.67%

Color #886C50 in popluar number systems.

HEX886C50
Decimal13610880
Binary1000100011011001010000
Octal210154120

Shades and tints

Shades of #886C50

#886C50
(136,108,80)
#7C6349
(124,99,73)
#705A42
(112,90,66)
#64513B
(100,81,59)
#584834
(88,72,52)
#4C3F2D
(76,63,45)
#403626
(64,54,38)
#342D1F
(52,45,31)
#282418
(40,36,24)
#1C1B11
(28,27,17)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #886C50

#886C50
(136,108,80)
#92795F
(146,121,95)
#9C866E
(156,134,110)
#A6937D
(166,147,125)
#B0A08C
(176,160,140)
#BAAD9B
(186,173,155)
#C4BAAA
(196,186,170)
#CEC7B9
(206,199,185)
#D8D4C8
(216,212,200)
#E2E1D7
(226,225,215)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886C50; }

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

This text font color is #886C50.


Background Color

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

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

This div background color is #886C50.


Border color

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

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

This div border color is #886C50.


Opacity

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

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

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

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

This text has shadow with #886C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886C50 on black background.


Color preview on white background

This text has color #886C50 on white background.



Black color preview on #886C50 background

This text has black color on #886C50 background.


White color preview on #886C50 background

This text has white color on #886C50 background.