COLOR #982E5A

HEX: #982E5A
RGB: (152,46,90)

Color info

#982E5A contains mainly red color. Web safe color of #982E5A is #993366 (or #936).

RGB color model

#982E5A color RGB value is (152,46,90).

  • red value is 152;
  • green value is 46;
  • blue value is 90.
RGB:
(152,46,90)
(60%,18%,35%)

RGB channels and saturation

R 152 of 255 = 60%
G 46 of 255 = 18%
B 90 of 255 = 35%

152
46
90

R + G + B ~ 38%. #982E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 46 + 90 = 288 (100%)
R 152 of 288 ~ 52.78%
G 46 of 288 ~ 15.97%
B 90 of 288 ~ 31.25%

%52.78
%15.97
%31.25

CMYK color model

#982E5A color CMYK value is (0,70,41,40).

  • cyan value is 0.00%
  • magenta value is 69.74%
  • yellow value is 40.79%
  • key color value is 40.39%
CMYK:
(0,70,41,40)
C0M70Y41K40 
(0%,70%,41%,40%)
(0.00/0.70/0.41/0.40)	

CMYK percentages

%0
%69.74
%40.79
%40.39

Codes

Color #982E5A in popluar color models

982E5A
RGB1524690
HSL335°53.54%38.82%
HSB/HSV335°69.74%59.61%
CMYK0.00%69.74%40.79%
40.39%

Color #982E5A in popluar number systems.

HEX982E5A
Decimal1524690
Binary100110001011101011010
Octal23056132

Shades and tints

Shades of #982E5A

#982E5A
(152,46,90)
#8B2A52
(139,42,82)
#7E264A
(126,38,74)
#712242
(113,34,66)
#641E3A
(100,30,58)
#571A32
(87,26,50)
#4A162A
(74,22,42)
#3D1222
(61,18,34)
#300E1A
(48,14,26)
#230A12
(35,10,18)
#16060A
(22,6,10)
#000000
(0,0,0)

Tints of #982E5A

#982E5A
(152,46,90)
#A14169
(161,65,105)
#AA5478
(170,84,120)
#B36787
(179,103,135)
#BC7A96
(188,122,150)
#C58DA5
(197,141,165)
#CEA0B4
(206,160,180)
#D7B3C3
(215,179,195)
#E0C6D2
(224,198,210)
#E9D9E1
(233,217,225)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982E5A color. Also use rgb(152,46,90) instead hex code.

Text Font Color

.myTextColor { color: #982E5A; }

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

This text font color is #982E5A.


Background Color

.myBgColor { background-color: #982E5A; }

<div style="background-color:#982E5A">Inner text</div>

This div background color is #982E5A.


Border color

.myBorderColor { border: 1px solid #982E5A; }

<div style="border:3px solid #982E5A">Div</div>

This div border color is #982E5A.


Opacity

.myOpacity80 { color: #982E5A; opacity: 0.8; }

<p style="color:#982E5A;opacity:0.8;">80%</p>

Text with #982E5A 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 #982E5A;}

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

This text has shadow with #982E5A color.

.textShadow {text-shadow: 3px 3px 1px #982E5A, 3px 3px 1px red;}

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

This text has shadow with #982E5A primary color and red secondary color.


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

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

This text has shadow with #982E5A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982E5A on black background.


Color preview on white background

This text has color #982E5A on white background.



Black color preview on #982E5A background

This text has black color on #982E5A background.


White color preview on #982E5A background

This text has white color on #982E5A background.