COLOR #992424

HEX: #992424
RGB: (153,36,36)

Color info

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

RGB color model

#992424 color RGB value is (153,36,36).

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

RGB channels and saturation

R 153 of 255 = 60%
G 36 of 255 = 14%
B 36 of 255 = 14%

153
36
36

R + G + B ~ 29%. #992424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 36 + 36 = 225 (100%)
R 153 of 225 ~ 68%
G 36 of 225 ~ 16%
B 36 of 225 ~ 16%

%68
%16
%16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 76.47%
  • yellow value is 76.47%
  • key color value is 40.00%
CMYK:
(0,76,76,40)
C0M76Y76K40 
(0%,76%,76%,40%)
(0.00/0.76/0.76/0.40)	

CMYK percentages

%0
%76.47
%76.47
%40

Codes

Color #992424 in popluar color models

992424
RGB1533636
HSL61.90%37.06%
HSB/HSV76.47%60.00%
CMYK0.00%76.47%76.47%
40.00%

Color #992424 in popluar number systems.

HEX992424
Decimal1533636
Binary10011001100100100100
Octal2314444

Shades and tints

Shades of #992424

#992424
(153,36,36)
#8C2121
(140,33,33)
#7F1E1E
(127,30,30)
#721B1B
(114,27,27)
#651818
(101,24,24)
#581515
(88,21,21)
#4B1212
(75,18,18)
#3E0F0F
(62,15,15)
#310C0C
(49,12,12)
#240909
(36,9,9)
#170606
(23,6,6)
#000000
(0,0,0)

Tints of #992424

#992424
(153,36,36)
#A23737
(162,55,55)
#AB4A4A
(171,74,74)
#B45D5D
(180,93,93)
#BD7070
(189,112,112)
#C68383
(198,131,131)
#CF9696
(207,150,150)
#D8A9A9
(216,169,169)
#E1BCBC
(225,188,188)
#EACFCF
(234,207,207)
#F3E2E2
(243,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992424 color. Also use rgb(153,36,36) instead hex code.

Text Font Color

.myTextColor { color: #992424; }

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

This text font color is #992424.


Background Color

.myBgColor { background-color: #992424; }

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

This div background color is #992424.


Border color

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

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

This div border color is #992424.


Opacity

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

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

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

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

This text has shadow with #992424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992424 on black background.


Color preview on white background

This text has color #992424 on white background.



Black color preview on #992424 background

This text has black color on #992424 background.


White color preview on #992424 background

This text has white color on #992424 background.