COLOR #98315D

HEX: #98315D
RGB: (152,49,93)

Color info

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

RGB color model

#98315D color RGB value is (152,49,93).

  • red value is 152;
  • green value is 49;
  • blue value is 93.
RGB:
(152,49,93)
(60%,19%,36%)

RGB channels and saturation

R 152 of 255 = 60%
G 49 of 255 = 19%
B 93 of 255 = 36%

152
49
93

R + G + B ~ 38%. #98315D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 49 + 93 = 294 (100%)
R 152 of 294 ~ 51.7%
G 49 of 294 ~ 16.67%
B 93 of 294 ~ 31.63%

%51.7
%16.67
%31.63

CMYK color model

#98315D color CMYK value is (0,68,39,40).

  • cyan value is 0.00%
  • magenta value is 67.76%
  • yellow value is 38.82%
  • key color value is 40.39%
CMYK:
(0,68,39,40)
C0M68Y39K40 
(0%,68%,39%,40%)
(0.00/0.68/0.39/0.40)	

CMYK percentages

%0
%67.76
%38.82
%40.39

Codes

Color #98315D in popluar color models

98315D
RGB1524993
HSL334°51.24%39.41%
HSB/HSV334°67.76%59.61%
CMYK0.00%67.76%38.82%
40.39%

Color #98315D in popluar number systems.

HEX98315D
Decimal1524993
Binary100110001100011011101
Octal23061135

Shades and tints

Shades of #98315D

#98315D
(152,49,93)
#8B2D55
(139,45,85)
#7E294D
(126,41,77)
#712545
(113,37,69)
#64213D
(100,33,61)
#571D35
(87,29,53)
#4A192D
(74,25,45)
#3D1525
(61,21,37)
#30111D
(48,17,29)
#230D15
(35,13,21)
#16090D
(22,9,13)
#000000
(0,0,0)

Tints of #98315D

#98315D
(152,49,93)
#A1436B
(161,67,107)
#AA5579
(170,85,121)
#B36787
(179,103,135)
#BC7995
(188,121,149)
#C58BA3
(197,139,163)
#CE9DB1
(206,157,177)
#D7AFBF
(215,175,191)
#E0C1CD
(224,193,205)
#E9D3DB
(233,211,219)
#F2E5E9
(242,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98315D color. Also use rgb(152,49,93) instead hex code.

Text Font Color

.myTextColor { color: #98315D; }

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

This text font color is #98315D.


Background Color

.myBgColor { background-color: #98315D; }

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

This div background color is #98315D.


Border color

.myBorderColor { border: 1px solid #98315D; }

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

This div border color is #98315D.


Opacity

.myOpacity80 { color: #98315D; opacity: 0.8; }

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

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

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

This text has shadow with #98315D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98315D on black background.


Color preview on white background

This text has color #98315D on white background.



Black color preview on #98315D background

This text has black color on #98315D background.


White color preview on #98315D background

This text has white color on #98315D background.