COLOR #885482

HEX: #885482
RGB: (136,84,130)

Color info

#885482 contains red, green and blue colors in about the same proportion. Web safe color of #885482 is #996699 (or #969).

RGB color model

#885482 color RGB value is (136,84,130).

  • red value is 136;
  • green value is 84;
  • blue value is 130.
RGB:
(136,84,130)
(53%,33%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 84 of 255 = 33%
B 130 of 255 = 51%

136
84
130

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

Portions of RGB colors in percentages

R + G + B =
136 + 84 + 130 = 350 (100%)
R 136 of 350 ~ 38.86%
G 84 of 350 ~ 24%
B 130 of 350 ~ 37.14%

%38.86
%24
%37.14

CMYK color model

#885482 color CMYK value is (0,38,4,47).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,38,4,47)
C0M38Y4K47 
(0%,38%,4%,47%)
(0.00/0.38/0.04/0.47)	

CMYK percentages

%0
%38.24
%4.41
%46.67

Codes

Color #885482 in popluar color models

885482
RGB13684130
HSL307°23.64%43.14%
HSB/HSV307°38.24%53.33%
CMYK0.00%38.24%4.41%
46.67%

Color #885482 in popluar number systems.

HEX885482
Decimal13684130
Binary10001000101010010000010
Octal210124202

Shades and tints

Shades of #885482

#885482
(136,84,130)
#7C4D77
(124,77,119)
#70466C
(112,70,108)
#643F61
(100,63,97)
#583856
(88,56,86)
#4C314B
(76,49,75)
#402A40
(64,42,64)
#342335
(52,35,53)
#281C2A
(40,28,42)
#1C151F
(28,21,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #885482

#885482
(136,84,130)
#92638D
(146,99,141)
#9C7298
(156,114,152)
#A681A3
(166,129,163)
#B090AE
(176,144,174)
#BA9FB9
(186,159,185)
#C4AEC4
(196,174,196)
#CEBDCF
(206,189,207)
#D8CCDA
(216,204,218)
#E2DBE5
(226,219,229)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885482 color. Also use rgb(136,84,130) instead hex code.

Text Font Color

.myTextColor { color: #885482; }

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

This text font color is #885482.


Background Color

.myBgColor { background-color: #885482; }

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

This div background color is #885482.


Border color

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

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

This div border color is #885482.


Opacity

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

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

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

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

This text has shadow with #885482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885482 on black background.


Color preview on white background

This text has color #885482 on white background.



Black color preview on #885482 background

This text has black color on #885482 background.


White color preview on #885482 background

This text has white color on #885482 background.