COLOR #983C57

HEX: #983C57
RGB: (152,60,87)

Color info

#983C57 contains mainly red color. Web safe color of #983C57 is #993366 (or #936).

RGB color model

#983C57 color RGB value is (152,60,87).

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

RGB channels and saturation

R 152 of 255 = 60%
G 60 of 255 = 24%
B 87 of 255 = 34%

152
60
87

R + G + B ~ 39%. #983C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 60 + 87 = 299 (100%)
R 152 of 299 ~ 50.84%
G 60 of 299 ~ 20.07%
B 87 of 299 ~ 29.1%

%50.84
%20.07
%29.1

CMYK color model

#983C57 color CMYK value is (0,61,43,40).

  • cyan value is 0.00%
  • magenta value is 60.53%
  • yellow value is 42.76%
  • key color value is 40.39%
CMYK:
(0,61,43,40)
C0M61Y43K40 
(0%,61%,43%,40%)
(0.00/0.61/0.43/0.40)	

CMYK percentages

%0
%60.53
%42.76
%40.39

Codes

Color #983C57 in popluar color models

983C57
RGB1526087
HSL342°43.40%41.57%
HSB/HSV342°60.53%59.61%
CMYK0.00%60.53%42.76%
40.39%

Color #983C57 in popluar number systems.

HEX983C57
Decimal1526087
Binary100110001111001010111
Octal23074127

Shades and tints

Shades of #983C57

#983C57
(152,60,87)
#8B3750
(139,55,80)
#7E3249
(126,50,73)
#712D42
(113,45,66)
#64283B
(100,40,59)
#572334
(87,35,52)
#4A1E2D
(74,30,45)
#3D1926
(61,25,38)
#30141F
(48,20,31)
#230F18
(35,15,24)
#160A11
(22,10,17)
#000000
(0,0,0)

Tints of #983C57

#983C57
(152,60,87)
#A14D66
(161,77,102)
#AA5E75
(170,94,117)
#B36F84
(179,111,132)
#BC8093
(188,128,147)
#C591A2
(197,145,162)
#CEA2B1
(206,162,177)
#D7B3C0
(215,179,192)
#E0C4CF
(224,196,207)
#E9D5DE
(233,213,222)
#F2E6ED
(242,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #983C57; }

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

This text font color is #983C57.


Background Color

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

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

This div background color is #983C57.


Border color

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

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

This div border color is #983C57.


Opacity

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

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

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

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

This text has shadow with #983C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #983C57 on black background.


Color preview on white background

This text has color #983C57 on white background.



Black color preview on #983C57 background

This text has black color on #983C57 background.


White color preview on #983C57 background

This text has white color on #983C57 background.