COLOR #986573

HEX: #986573
RGB: (152,101,115)

Color info

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

RGB color model

#986573 color RGB value is (152,101,115).

  • red value is 152;
  • green value is 101;
  • blue value is 115.
RGB:
(152,101,115)
(60%,40%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 101 of 255 = 40%
B 115 of 255 = 45%

152
101
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 101 + 115 = 368 (100%)
R 152 of 368 ~ 41.3%
G 101 of 368 ~ 27.45%
B 115 of 368 ~ 31.25%

%41.3
%27.45
%31.25

CMYK color model

#986573 color CMYK value is (0,34,24,40).

  • cyan value is 0.00%
  • magenta value is 33.55%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,34,24,40)
C0M34Y24K40 
(0%,34%,24%,40%)
(0.00/0.34/0.24/0.40)	

CMYK percentages

%0
%33.55
%24.34
%40.39

Codes

Color #986573 in popluar color models

986573
RGB152101115
HSL344°20.16%49.61%
HSB/HSV344°33.55%59.61%
CMYK0.00%33.55%24.34%
40.39%

Color #986573 in popluar number systems.

HEX986573
Decimal152101115
Binary1001100011001011110011
Octal230145163

Shades and tints

Shades of #986573

#986573
(152,101,115)
#8B5C69
(139,92,105)
#7E535F
(126,83,95)
#714A55
(113,74,85)
#64414B
(100,65,75)
#573841
(87,56,65)
#4A2F37
(74,47,55)
#3D262D
(61,38,45)
#301D23
(48,29,35)
#231419
(35,20,25)
#160B0F
(22,11,15)
#000000
(0,0,0)

Tints of #986573

#986573
(152,101,115)
#A1737F
(161,115,127)
#AA818B
(170,129,139)
#B38F97
(179,143,151)
#BC9DA3
(188,157,163)
#C5ABAF
(197,171,175)
#CEB9BB
(206,185,187)
#D7C7C7
(215,199,199)
#E0D5D3
(224,213,211)
#E9E3DF
(233,227,223)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #986573 color. Also use rgb(152,101,115) instead hex code.

Text Font Color

.myTextColor { color: #986573; }

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

This text font color is #986573.


Background Color

.myBgColor { background-color: #986573; }

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

This div background color is #986573.


Border color

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

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

This div border color is #986573.


Opacity

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

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

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

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

This text has shadow with #986573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #986573 on black background.


Color preview on white background

This text has color #986573 on white background.



Black color preview on #986573 background

This text has black color on #986573 background.


White color preview on #986573 background

This text has white color on #986573 background.