COLOR #9D242C

HEX: #9D242C
RGB: (157,36,44)

Color info

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

RGB color model

#9D242C color RGB value is (157,36,44).

  • red value is 157;
  • green value is 36;
  • blue value is 44.
RGB:
(157,36,44)
(62%,14%,17%)

RGB channels and saturation

R 157 of 255 = 62%
G 36 of 255 = 14%
B 44 of 255 = 17%

157
36
44

R + G + B ~ 31%. #9D242C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 36 + 44 = 237 (100%)
R 157 of 237 ~ 66.24%
G 36 of 237 ~ 15.19%
B 44 of 237 ~ 18.57%

%66.24
%15.19
%18.57

CMYK color model

#9D242C color CMYK value is (0,77,72,38).

  • cyan value is 0.00%
  • magenta value is 77.07%
  • yellow value is 71.97%
  • key color value is 38.43%
CMYK:
(0,77,72,38)
C0M77Y72K38 
(0%,77%,72%,38%)
(0.00/0.77/0.72/0.38)	

CMYK percentages

%0
%77.07
%71.97
%38.43

Codes

Color #9D242C in popluar color models

9D242C
RGB1573644
HSL356°62.69%37.84%
HSB/HSV356°77.07%61.57%
CMYK0.00%77.07%71.97%
38.43%

Color #9D242C in popluar number systems.

HEX9D242C
Decimal1573644
Binary10011101100100101100
Octal2354454

Shades and tints

Shades of #9D242C

#9D242C
(157,36,44)
#8F2128
(143,33,40)
#811E24
(129,30,36)
#731B20
(115,27,32)
#65181C
(101,24,28)
#571518
(87,21,24)
#491214
(73,18,20)
#3B0F10
(59,15,16)
#2D0C0C
(45,12,12)
#1F0908
(31,9,8)
#110604
(17,6,4)
#000000
(0,0,0)

Tints of #9D242C

#9D242C
(157,36,44)
#A5373F
(165,55,63)
#AD4A52
(173,74,82)
#B55D65
(181,93,101)
#BD7078
(189,112,120)
#C5838B
(197,131,139)
#CD969E
(205,150,158)
#D5A9B1
(213,169,177)
#DDBCC4
(221,188,196)
#E5CFD7
(229,207,215)
#EDE2EA
(237,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D242C color. Also use rgb(157,36,44) instead hex code.

Text Font Color

.myTextColor { color: #9D242C; }

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

This text font color is #9D242C.


Background Color

.myBgColor { background-color: #9D242C; }

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

This div background color is #9D242C.


Border color

.myBorderColor { border: 1px solid #9D242C; }

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

This div border color is #9D242C.


Opacity

.myOpacity80 { color: #9D242C; opacity: 0.8; }

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

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

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

This text has shadow with #9D242C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D242C on black background.


Color preview on white background

This text has color #9D242C on white background.



Black color preview on #9D242C background

This text has black color on #9D242C background.


White color preview on #9D242C background

This text has white color on #9D242C background.