COLOR #98496E

HEX: #98496E
RGB: (152,73,110)

Color info

#98496E contains mainly red and blue colors. Web safe color of #98496E is #993366 (or #936).

RGB color model

#98496E color RGB value is (152,73,110).

  • red value is 152;
  • green value is 73;
  • blue value is 110.
RGB:
(152,73,110)
(60%,29%,43%)

RGB channels and saturation

R 152 of 255 = 60%
G 73 of 255 = 29%
B 110 of 255 = 43%

152
73
110

R + G + B ~ 44%. #98496E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 73 + 110 = 335 (100%)
R 152 of 335 ~ 45.37%
G 73 of 335 ~ 21.79%
B 110 of 335 ~ 32.84%

%45.37
%21.79
%32.84

CMYK color model

#98496E color CMYK value is (0,52,28,40).

  • cyan value is 0.00%
  • magenta value is 51.97%
  • yellow value is 27.63%
  • key color value is 40.39%
CMYK:
(0,52,28,40)
C0M52Y28K40 
(0%,52%,28%,40%)
(0.00/0.52/0.28/0.40)	

CMYK percentages

%0
%51.97
%27.63
%40.39

Codes

Color #98496E in popluar color models

98496E
RGB15273110
HSL332°35.11%44.12%
HSB/HSV332°51.97%59.61%
CMYK0.00%51.97%27.63%
40.39%

Color #98496E in popluar number systems.

HEX98496E
Decimal15273110
Binary1001100010010011101110
Octal230111156

Shades and tints

Shades of #98496E

#98496E
(152,73,110)
#8B4364
(139,67,100)
#7E3D5A
(126,61,90)
#713750
(113,55,80)
#643146
(100,49,70)
#572B3C
(87,43,60)
#4A2532
(74,37,50)
#3D1F28
(61,31,40)
#30191E
(48,25,30)
#231314
(35,19,20)
#160D0A
(22,13,10)
#000000
(0,0,0)

Tints of #98496E

#98496E
(152,73,110)
#A1597B
(161,89,123)
#AA6988
(170,105,136)
#B37995
(179,121,149)
#BC89A2
(188,137,162)
#C599AF
(197,153,175)
#CEA9BC
(206,169,188)
#D7B9C9
(215,185,201)
#E0C9D6
(224,201,214)
#E9D9E3
(233,217,227)
#F2E9F0
(242,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98496E color. Also use rgb(152,73,110) instead hex code.

Text Font Color

.myTextColor { color: #98496E; }

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

This text font color is #98496E.


Background Color

.myBgColor { background-color: #98496E; }

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

This div background color is #98496E.


Border color

.myBorderColor { border: 1px solid #98496E; }

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

This div border color is #98496E.


Opacity

.myOpacity80 { color: #98496E; opacity: 0.8; }

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

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

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

This text has shadow with #98496E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98496E on black background.


Color preview on white background

This text has color #98496E on white background.



Black color preview on #98496E background

This text has black color on #98496E background.


White color preview on #98496E background

This text has white color on #98496E background.