COLOR #9C2448

HEX: #9C2448
RGB: (156,36,72)

Color info

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

RGB color model

#9C2448 color RGB value is (156,36,72).

  • red value is 156;
  • green value is 36;
  • blue value is 72.
RGB:
(156,36,72)
(61%,14%,28%)

RGB channels and saturation

R 156 of 255 = 61%
G 36 of 255 = 14%
B 72 of 255 = 28%

156
36
72

R + G + B ~ 34%. #9C2448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 36 + 72 = 264 (100%)
R 156 of 264 ~ 59.09%
G 36 of 264 ~ 13.64%
B 72 of 264 ~ 27.27%

%59.09
%13.64
%27.27

CMYK color model

#9C2448 color CMYK value is (0,77,54,39).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 53.85%
  • key color value is 38.82%
CMYK:
(0,77,54,39)
C0M77Y54K39 
(0%,77%,54%,39%)
(0.00/0.77/0.54/0.39)	

CMYK percentages

%0
%76.92
%53.85
%38.82

Codes

Color #9C2448 in popluar color models

9C2448
RGB1563672
HSL342°62.50%37.65%
HSB/HSV342°76.92%61.18%
CMYK0.00%76.92%53.85%
38.82%

Color #9C2448 in popluar number systems.

HEX9C2448
Decimal1563672
Binary100111001001001001000
Octal23444110

Shades and tints

Shades of #9C2448

#9C2448
(156,36,72)
#8E2142
(142,33,66)
#801E3C
(128,30,60)
#721B36
(114,27,54)
#641830
(100,24,48)
#56152A
(86,21,42)
#481224
(72,18,36)
#3A0F1E
(58,15,30)
#2C0C18
(44,12,24)
#1E0912
(30,9,18)
#10060C
(16,6,12)
#000000
(0,0,0)

Tints of #9C2448

#9C2448
(156,36,72)
#A53758
(165,55,88)
#AE4A68
(174,74,104)
#B75D78
(183,93,120)
#C07088
(192,112,136)
#C98398
(201,131,152)
#D296A8
(210,150,168)
#DBA9B8
(219,169,184)
#E4BCC8
(228,188,200)
#EDCFD8
(237,207,216)
#F6E2E8
(246,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C2448 color. Also use rgb(156,36,72) instead hex code.

Text Font Color

.myTextColor { color: #9C2448; }

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

This text font color is #9C2448.


Background Color

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

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

This div background color is #9C2448.


Border color

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

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

This div border color is #9C2448.


Opacity

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

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

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

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

This text has shadow with #9C2448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2448 on black background.


Color preview on white background

This text has color #9C2448 on white background.



Black color preview on #9C2448 background

This text has black color on #9C2448 background.


White color preview on #9C2448 background

This text has white color on #9C2448 background.