COLOR #886574

HEX: #886574
RGB: (136,101,116)

Color info

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

RGB color model

#886574 color RGB value is (136,101,116).

  • red value is 136;
  • green value is 101;
  • blue value is 116.
RGB:
(136,101,116)
(53%,40%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 101 of 255 = 40%
B 116 of 255 = 45%

136
101
116

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

Portions of RGB colors in percentages

R + G + B =
136 + 101 + 116 = 353 (100%)
R 136 of 353 ~ 38.53%
G 101 of 353 ~ 28.61%
B 116 of 353 ~ 32.86%

%38.53
%28.61
%32.86

CMYK color model

#886574 color CMYK value is (0,26,15,47).

  • cyan value is 0.00%
  • magenta value is 25.74%
  • yellow value is 14.71%
  • key color value is 46.67%
CMYK:
(0,26,15,47)
C0M26Y15K47 
(0%,26%,15%,47%)
(0.00/0.26/0.15/0.47)	

CMYK percentages

%0
%25.74
%14.71
%46.67

Codes

Color #886574 in popluar color models

886574
RGB136101116
HSL334°14.77%46.47%
HSB/HSV334°25.74%53.33%
CMYK0.00%25.74%14.71%
46.67%

Color #886574 in popluar number systems.

HEX886574
Decimal136101116
Binary1000100011001011110100
Octal210145164

Shades and tints

Shades of #886574

#886574
(136,101,116)
#7C5C6A
(124,92,106)
#705360
(112,83,96)
#644A56
(100,74,86)
#58414C
(88,65,76)
#4C3842
(76,56,66)
#402F38
(64,47,56)
#34262E
(52,38,46)
#281D24
(40,29,36)
#1C141A
(28,20,26)
#100B10
(16,11,16)
#000000
(0,0,0)

Tints of #886574

#886574
(136,101,116)
#927380
(146,115,128)
#9C818C
(156,129,140)
#A68F98
(166,143,152)
#B09DA4
(176,157,164)
#BAABB0
(186,171,176)
#C4B9BC
(196,185,188)
#CEC7C8
(206,199,200)
#D8D5D4
(216,213,212)
#E2E3E0
(226,227,224)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886574 color. Also use rgb(136,101,116) instead hex code.

Text Font Color

.myTextColor { color: #886574; }

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

This text font color is #886574.


Background Color

.myBgColor { background-color: #886574; }

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

This div background color is #886574.


Border color

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

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

This div border color is #886574.


Opacity

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

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

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

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

This text has shadow with #886574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886574 on black background.


Color preview on white background

This text has color #886574 on white background.



Black color preview on #886574 background

This text has black color on #886574 background.


White color preview on #886574 background

This text has white color on #886574 background.