COLOR #982552

HEX: #982552
RGB: (152,37,82)

Color info

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

RGB color model

#982552 color RGB value is (152,37,82).

  • red value is 152;
  • green value is 37;
  • blue value is 82.
RGB:
(152,37,82)
(60%,15%,32%)

RGB channels and saturation

R 152 of 255 = 60%
G 37 of 255 = 15%
B 82 of 255 = 32%

152
37
82

R + G + B ~ 36%. #982552 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 37 + 82 = 271 (100%)
R 152 of 271 ~ 56.09%
G 37 of 271 ~ 13.65%
B 82 of 271 ~ 30.26%

%56.09
%13.65
%30.26

CMYK color model

#982552 color CMYK value is (0,76,46,40).

  • cyan value is 0.00%
  • magenta value is 75.66%
  • yellow value is 46.05%
  • key color value is 40.39%
CMYK:
(0,76,46,40)
C0M76Y46K40 
(0%,76%,46%,40%)
(0.00/0.76/0.46/0.40)	

CMYK percentages

%0
%75.66
%46.05
%40.39

Codes

Color #982552 in popluar color models

982552
RGB1523782
HSL337°60.85%37.06%
HSB/HSV337°75.66%59.61%
CMYK0.00%75.66%46.05%
40.39%

Color #982552 in popluar number systems.

HEX982552
Decimal1523782
Binary100110001001011010010
Octal23045122

Shades and tints

Shades of #982552

#982552
(152,37,82)
#8B224B
(139,34,75)
#7E1F44
(126,31,68)
#711C3D
(113,28,61)
#641936
(100,25,54)
#57162F
(87,22,47)
#4A1328
(74,19,40)
#3D1021
(61,16,33)
#300D1A
(48,13,26)
#230A13
(35,10,19)
#16070C
(22,7,12)
#000000
(0,0,0)

Tints of #982552

#982552
(152,37,82)
#A13861
(161,56,97)
#AA4B70
(170,75,112)
#B35E7F
(179,94,127)
#BC718E
(188,113,142)
#C5849D
(197,132,157)
#CE97AC
(206,151,172)
#D7AABB
(215,170,187)
#E0BDCA
(224,189,202)
#E9D0D9
(233,208,217)
#F2E3E8
(242,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #982552 color. Also use rgb(152,37,82) instead hex code.

Text Font Color

.myTextColor { color: #982552; }

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

This text font color is #982552.


Background Color

.myBgColor { background-color: #982552; }

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

This div background color is #982552.


Border color

.myBorderColor { border: 1px solid #982552; }

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

This div border color is #982552.


Opacity

.myOpacity80 { color: #982552; opacity: 0.8; }

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

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

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

This text has shadow with #982552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #982552 on black background.


Color preview on white background

This text has color #982552 on white background.



Black color preview on #982552 background

This text has black color on #982552 background.


White color preview on #982552 background

This text has white color on #982552 background.