COLOR #98448A

HEX: #98448A
RGB: (152,68,138)

Color info

#98448A contains mainly red and blue colors. Web safe color of #98448A is #993399 (or #939).

RGB color model

#98448A color RGB value is (152,68,138).

  • red value is 152;
  • green value is 68;
  • blue value is 138.
RGB:
(152,68,138)
(60%,27%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 68 of 255 = 27%
B 138 of 255 = 54%

152
68
138

R + G + B ~ 47%. #98448A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 68 + 138 = 358 (100%)
R 152 of 358 ~ 42.46%
G 68 of 358 ~ 18.99%
B 138 of 358 ~ 38.55%

%42.46
%18.99
%38.55

CMYK color model

#98448A color CMYK value is (0,55,9,40).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(0,55,9,40)
C0M55Y9K40 
(0%,55%,9%,40%)
(0.00/0.55/0.09/0.40)	

CMYK percentages

%0
%55.26
%9.21
%40.39

Codes

Color #98448A in popluar color models

98448A
RGB15268138
HSL310°38.18%43.14%
HSB/HSV310°55.26%59.61%
CMYK0.00%55.26%9.21%
40.39%

Color #98448A in popluar number systems.

HEX98448A
Decimal15268138
Binary10011000100010010001010
Octal230104212

Shades and tints

Shades of #98448A

#98448A
(152,68,138)
#8B3E7E
(139,62,126)
#7E3872
(126,56,114)
#713266
(113,50,102)
#642C5A
(100,44,90)
#57264E
(87,38,78)
#4A2042
(74,32,66)
#3D1A36
(61,26,54)
#30142A
(48,20,42)
#230E1E
(35,14,30)
#160812
(22,8,18)
#000000
(0,0,0)

Tints of #98448A

#98448A
(152,68,138)
#A15594
(161,85,148)
#AA669E
(170,102,158)
#B377A8
(179,119,168)
#BC88B2
(188,136,178)
#C599BC
(197,153,188)
#CEAAC6
(206,170,198)
#D7BBD0
(215,187,208)
#E0CCDA
(224,204,218)
#E9DDE4
(233,221,228)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98448A color. Also use rgb(152,68,138) instead hex code.

Text Font Color

.myTextColor { color: #98448A; }

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

This text font color is #98448A.


Background Color

.myBgColor { background-color: #98448A; }

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

This div background color is #98448A.


Border color

.myBorderColor { border: 1px solid #98448A; }

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

This div border color is #98448A.


Opacity

.myOpacity80 { color: #98448A; opacity: 0.8; }

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

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

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

This text has shadow with #98448A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98448A on black background.


Color preview on white background

This text has color #98448A on white background.



Black color preview on #98448A background

This text has black color on #98448A background.


White color preview on #98448A background

This text has white color on #98448A background.