COLOR #981D49

HEX: #981D49
RGB: (152,29,73)

Color info

#981D49 contains mainly red color. Web safe color of #981D49 is #993333 (or #933).

RGB color model

#981D49 color RGB value is (152,29,73).

  • red value is 152;
  • green value is 29;
  • blue value is 73.
RGB:
(152,29,73)
(60%,11%,29%)

RGB channels and saturation

R 152 of 255 = 60%
G 29 of 255 = 11%
B 73 of 255 = 29%

152
29
73

R + G + B ~ 33%. #981D49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 29 + 73 = 254 (100%)
R 152 of 254 ~ 59.84%
G 29 of 254 ~ 11.42%
B 73 of 254 ~ 28.74%

%59.84
%11.42
%28.74

CMYK color model

#981D49 color CMYK value is (0,81,52,40).

  • cyan value is 0.00%
  • magenta value is 80.92%
  • yellow value is 51.97%
  • key color value is 40.39%
CMYK:
(0,81,52,40)
C0M81Y52K40 
(0%,81%,52%,40%)
(0.00/0.81/0.52/0.40)	

CMYK percentages

%0
%80.92
%51.97
%40.39

Codes

Color #981D49 in popluar color models

981D49
RGB1522973
HSL339°67.96%35.49%
HSB/HSV339°80.92%59.61%
CMYK0.00%80.92%51.97%
40.39%

Color #981D49 in popluar number systems.

HEX981D49
Decimal1522973
Binary10011000111011001001
Octal23035111

Shades and tints

Shades of #981D49

#981D49
(152,29,73)
#8B1B43
(139,27,67)
#7E193D
(126,25,61)
#711737
(113,23,55)
#641531
(100,21,49)
#57132B
(87,19,43)
#4A1125
(74,17,37)
#3D0F1F
(61,15,31)
#300D19
(48,13,25)
#230B13
(35,11,19)
#16090D
(22,9,13)
#000000
(0,0,0)

Tints of #981D49

#981D49
(152,29,73)
#A13159
(161,49,89)
#AA4569
(170,69,105)
#B35979
(179,89,121)
#BC6D89
(188,109,137)
#C58199
(197,129,153)
#CE95A9
(206,149,169)
#D7A9B9
(215,169,185)
#E0BDC9
(224,189,201)
#E9D1D9
(233,209,217)
#F2E5E9
(242,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #981D49 color. Also use rgb(152,29,73) instead hex code.

Text Font Color

.myTextColor { color: #981D49; }

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

This text font color is #981D49.


Background Color

.myBgColor { background-color: #981D49; }

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

This div background color is #981D49.


Border color

.myBorderColor { border: 1px solid #981D49; }

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

This div border color is #981D49.


Opacity

.myOpacity80 { color: #981D49; opacity: 0.8; }

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

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

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

This text has shadow with #981D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #981D49 on black background.


Color preview on white background

This text has color #981D49 on white background.



Black color preview on #981D49 background

This text has black color on #981D49 background.


White color preview on #981D49 background

This text has white color on #981D49 background.