COLOR #981C20

HEX: #981C20
RGB: (152,28,32)

Color info

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

RGB color model

#981C20 color RGB value is (152,28,32).

  • red value is 152;
  • green value is 28;
  • blue value is 32.
RGB:
(152,28,32)
(60%,11%,13%)

RGB channels and saturation

R 152 of 255 = 60%
G 28 of 255 = 11%
B 32 of 255 = 13%

152
28
32

R + G + B ~ 28%. #981C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 28 + 32 = 212 (100%)
R 152 of 212 ~ 71.7%
G 28 of 212 ~ 13.21%
B 32 of 212 ~ 15.09%

%71.7
%13.21
%15.09

CMYK color model

#981C20 color CMYK value is (0,82,79,40).

  • cyan value is 0.00%
  • magenta value is 81.58%
  • yellow value is 78.95%
  • key color value is 40.39%
CMYK:
(0,82,79,40)
C0M82Y79K40 
(0%,82%,79%,40%)
(0.00/0.82/0.79/0.40)	

CMYK percentages

%0
%81.58
%78.95
%40.39

Codes

Color #981C20 in popluar color models

981C20
RGB1522832
HSL358°68.89%35.29%
HSB/HSV358°81.58%59.61%
CMYK0.00%81.58%78.95%
40.39%

Color #981C20 in popluar number systems.

HEX981C20
Decimal1522832
Binary1001100011100100000
Octal2303440

Shades and tints

Shades of #981C20

#981C20
(152,28,32)
#8B1A1E
(139,26,30)
#7E181C
(126,24,28)
#71161A
(113,22,26)
#641418
(100,20,24)
#571216
(87,18,22)
#4A1014
(74,16,20)
#3D0E12
(61,14,18)
#300C10
(48,12,16)
#230A0E
(35,10,14)
#16080C
(22,8,12)
#000000
(0,0,0)

Tints of #981C20

#981C20
(152,28,32)
#A13034
(161,48,52)
#AA4448
(170,68,72)
#B3585C
(179,88,92)
#BC6C70
(188,108,112)
#C58084
(197,128,132)
#CE9498
(206,148,152)
#D7A8AC
(215,168,172)
#E0BCC0
(224,188,192)
#E9D0D4
(233,208,212)
#F2E4E8
(242,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #981C20 color. Also use rgb(152,28,32) instead hex code.

Text Font Color

.myTextColor { color: #981C20; }

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

This text font color is #981C20.


Background Color

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

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

This div background color is #981C20.


Border color

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

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

This div border color is #981C20.


Opacity

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

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

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

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

This text has shadow with #981C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #981C20 on black background.


Color preview on white background

This text has color #981C20 on white background.



Black color preview on #981C20 background

This text has black color on #981C20 background.


White color preview on #981C20 background

This text has white color on #981C20 background.