COLOR #980F24

HEX: #980F24
RGB: (152,15,36)

Color info

#980F24 contains mainly red color. Web safe color of #980F24 is #990033 (or #903).

RGB color model

#980F24 color RGB value is (152,15,36).

  • red value is 152;
  • green value is 15;
  • blue value is 36.
RGB:
(152,15,36)
(60%,6%,14%)

RGB channels and saturation

R 152 of 255 = 60%
G 15 of 255 = 6%
B 36 of 255 = 14%

152
15
36

R + G + B ~ 27%. #980F24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
152 + 15 + 36 = 203 (100%)
R 152 of 203 ~ 74.88%
G 15 of 203 ~ 7.39%
B 36 of 203 ~ 17.73%

%74.88
%17.73

CMYK color model

#980F24 color CMYK value is (0,90,76,40).

  • cyan value is 0.00%
  • magenta value is 90.13%
  • yellow value is 76.32%
  • key color value is 40.39%
CMYK:
(0,90,76,40)
C0M90Y76K40 
(0%,90%,76%,40%)
(0.00/0.90/0.76/0.40)	

CMYK percentages

%0
%90.13
%76.32
%40.39

Codes

Color #980F24 in popluar color models

980F24
RGB1521536
HSL351°82.04%32.75%
HSB/HSV351°90.13%59.61%
CMYK0.00%90.13%76.32%
40.39%

Color #980F24 in popluar number systems.

HEX980F24
Decimal1521536
Binary100110001111100100
Octal2301744

Shades and tints

Shades of #980F24

#980F24
(152,15,36)
#8B0E21
(139,14,33)
#7E0D1E
(126,13,30)
#710C1B
(113,12,27)
#640B18
(100,11,24)
#570A15
(87,10,21)
#4A0912
(74,9,18)
#3D080F
(61,8,15)
#30070C
(48,7,12)
#230609
(35,6,9)
#160506
(22,5,6)
#000000
(0,0,0)

Tints of #980F24

#980F24
(152,15,36)
#A12437
(161,36,55)
#AA394A
(170,57,74)
#B34E5D
(179,78,93)
#BC6370
(188,99,112)
#C57883
(197,120,131)
#CE8D96
(206,141,150)
#D7A2A9
(215,162,169)
#E0B7BC
(224,183,188)
#E9CCCF
(233,204,207)
#F2E1E2
(242,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #980F24 color. Also use rgb(152,15,36) instead hex code.

Text Font Color

.myTextColor { color: #980F24; }

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

This text font color is #980F24.


Background Color

.myBgColor { background-color: #980F24; }

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

This div background color is #980F24.


Border color

.myBorderColor { border: 1px solid #980F24; }

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

This div border color is #980F24.


Opacity

.myOpacity80 { color: #980F24; opacity: 0.8; }

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

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

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

This text has shadow with #980F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #980F24 on black background.


Color preview on white background

This text has color #980F24 on white background.



Black color preview on #980F24 background

This text has black color on #980F24 background.


White color preview on #980F24 background

This text has white color on #980F24 background.