COLOR #983C72

HEX: #983C72
RGB: (152,60,114)

Color info

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

RGB color model

#983C72 color RGB value is (152,60,114).

  • red value is 152;
  • green value is 60;
  • blue value is 114.
RGB:
(152,60,114)
(60%,24%,45%)

RGB channels and saturation

R 152 of 255 = 60%
G 60 of 255 = 24%
B 114 of 255 = 45%

152
60
114

R + G + B ~ 43%. #983C72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 60 + 114 = 326 (100%)
R 152 of 326 ~ 46.63%
G 60 of 326 ~ 18.4%
B 114 of 326 ~ 34.97%

%46.63
%18.4
%34.97

CMYK color model

#983C72 color CMYK value is (0,61,25,40).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(0,61,25,40)
C0M61Y25K40 
(0%,61%,25%,40%)
(0.00/0.61/0.25/0.40)	

CMYK percentages

%0
%60.53
%25
%40.39

Codes

Color #983C72 in popluar color models

983C72
RGB15260114
HSL325°43.40%41.57%
HSB/HSV325°60.53%59.61%
CMYK0.00%60.53%25.00%
40.39%

Color #983C72 in popluar number systems.

HEX983C72
Decimal15260114
Binary100110001111001110010
Octal23074162

Shades and tints

Shades of #983C72

#983C72
(152,60,114)
#8B3768
(139,55,104)
#7E325E
(126,50,94)
#712D54
(113,45,84)
#64284A
(100,40,74)
#572340
(87,35,64)
#4A1E36
(74,30,54)
#3D192C
(61,25,44)
#301422
(48,20,34)
#230F18
(35,15,24)
#160A0E
(22,10,14)
#000000
(0,0,0)

Tints of #983C72

#983C72
(152,60,114)
#A14D7E
(161,77,126)
#AA5E8A
(170,94,138)
#B36F96
(179,111,150)
#BC80A2
(188,128,162)
#C591AE
(197,145,174)
#CEA2BA
(206,162,186)
#D7B3C6
(215,179,198)
#E0C4D2
(224,196,210)
#E9D5DE
(233,213,222)
#F2E6EA
(242,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #983C72 color. Also use rgb(152,60,114) instead hex code.

Text Font Color

.myTextColor { color: #983C72; }

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

This text font color is #983C72.


Background Color

.myBgColor { background-color: #983C72; }

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

This div background color is #983C72.


Border color

.myBorderColor { border: 1px solid #983C72; }

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

This div border color is #983C72.


Opacity

.myOpacity80 { color: #983C72; opacity: 0.8; }

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

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

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

This text has shadow with #983C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983C72 on black background.


Color preview on white background

This text has color #983C72 on white background.



Black color preview on #983C72 background

This text has black color on #983C72 background.


White color preview on #983C72 background

This text has white color on #983C72 background.