COLOR #886472

HEX: #886472
RGB: (136,100,114)

Color info

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

RGB color model

#886472 color RGB value is (136,100,114).

  • red value is 136;
  • green value is 100;
  • blue value is 114.
RGB:
(136,100,114)
(53%,39%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 100 of 255 = 39%
B 114 of 255 = 45%

136
100
114

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

Portions of RGB colors in percentages

R + G + B =
136 + 100 + 114 = 350 (100%)
R 136 of 350 ~ 38.86%
G 100 of 350 ~ 28.57%
B 114 of 350 ~ 32.57%

%38.86
%28.57
%32.57

CMYK color model

#886472 color CMYK value is (0,26,16,47).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(0,26,16,47)
C0M26Y16K47 
(0%,26%,16%,47%)
(0.00/0.26/0.16/0.47)	

CMYK percentages

%0
%26.47
%16.18
%46.67

Codes

Color #886472 in popluar color models

886472
RGB136100114
HSL337°15.25%46.27%
HSB/HSV337°26.47%53.33%
CMYK0.00%26.47%16.18%
46.67%

Color #886472 in popluar number systems.

HEX886472
Decimal136100114
Binary1000100011001001110010
Octal210144162

Shades and tints

Shades of #886472

#886472
(136,100,114)
#7C5B68
(124,91,104)
#70525E
(112,82,94)
#644954
(100,73,84)
#58404A
(88,64,74)
#4C3740
(76,55,64)
#402E36
(64,46,54)
#34252C
(52,37,44)
#281C22
(40,28,34)
#1C1318
(28,19,24)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #886472

#886472
(136,100,114)
#92727E
(146,114,126)
#9C808A
(156,128,138)
#A68E96
(166,142,150)
#B09CA2
(176,156,162)
#BAAAAE
(186,170,174)
#C4B8BA
(196,184,186)
#CEC6C6
(206,198,198)
#D8D4D2
(216,212,210)
#E2E2DE
(226,226,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886472 color. Also use rgb(136,100,114) instead hex code.

Text Font Color

.myTextColor { color: #886472; }

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

This text font color is #886472.


Background Color

.myBgColor { background-color: #886472; }

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

This div background color is #886472.


Border color

.myBorderColor { border: 1px solid #886472; }

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

This div border color is #886472.


Opacity

.myOpacity80 { color: #886472; opacity: 0.8; }

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

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

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

This text has shadow with #886472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886472 on black background.


Color preview on white background

This text has color #886472 on white background.



Black color preview on #886472 background

This text has black color on #886472 background.


White color preview on #886472 background

This text has white color on #886472 background.