COLOR #985273

HEX: #985273
RGB: (152,82,115)

Color info

#985273 contains mainly red and blue colors. Web safe color of #985273 is #996666 (or #966).

RGB color model

#985273 color RGB value is (152,82,115).

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

RGB channels and saturation

R 152 of 255 = 60%
G 82 of 255 = 32%
B 115 of 255 = 45%

152
82
115

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

Portions of RGB colors in percentages

R + G + B =
152 + 82 + 115 = 349 (100%)
R 152 of 349 ~ 43.55%
G 82 of 349 ~ 23.5%
B 115 of 349 ~ 32.95%

%43.55
%23.5
%32.95

CMYK color model

#985273 color CMYK value is (0,46,24,40).

  • cyan value is 0.00%
  • magenta value is 46.05%
  • yellow value is 24.34%
  • key color value is 40.39%
CMYK:
(0,46,24,40)
C0M46Y24K40 
(0%,46%,24%,40%)
(0.00/0.46/0.24/0.40)	

CMYK percentages

%0
%46.05
%24.34
%40.39

Codes

Color #985273 in popluar color models

985273
RGB15282115
HSL332°29.91%45.88%
HSB/HSV332°46.05%59.61%
CMYK0.00%46.05%24.34%
40.39%

Color #985273 in popluar number systems.

HEX985273
Decimal15282115
Binary1001100010100101110011
Octal230122163

Shades and tints

Shades of #985273

#985273
(152,82,115)
#8B4B69
(139,75,105)
#7E445F
(126,68,95)
#713D55
(113,61,85)
#64364B
(100,54,75)
#572F41
(87,47,65)
#4A2837
(74,40,55)
#3D212D
(61,33,45)
#301A23
(48,26,35)
#231319
(35,19,25)
#160C0F
(22,12,15)
#000000
(0,0,0)

Tints of #985273

#985273
(152,82,115)
#A1617F
(161,97,127)
#AA708B
(170,112,139)
#B37F97
(179,127,151)
#BC8EA3
(188,142,163)
#C59DAF
(197,157,175)
#CEACBB
(206,172,187)
#D7BBC7
(215,187,199)
#E0CAD3
(224,202,211)
#E9D9DF
(233,217,223)
#F2E8EB
(242,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985273; }

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

This text font color is #985273.


Background Color

.myBgColor { background-color: #985273; }

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

This div background color is #985273.


Border color

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

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

This div border color is #985273.


Opacity

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

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

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

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

This text has shadow with #985273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #985273 on black background.


Color preview on white background

This text has color #985273 on white background.



Black color preview on #985273 background

This text has black color on #985273 background.


White color preview on #985273 background

This text has white color on #985273 background.