COLOR #9C2648

HEX: #9C2648
RGB: (156,38,72)

Color info

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

RGB color model

#9C2648 color RGB value is (156,38,72).

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

RGB channels and saturation

R 156 of 255 = 61%
G 38 of 255 = 15%
B 72 of 255 = 28%

156
38
72

R + G + B ~ 35%. #9C2648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
156 + 38 + 72 = 266 (100%)
R 156 of 266 ~ 58.65%
G 38 of 266 ~ 14.29%
B 72 of 266 ~ 27.07%

%58.65
%14.29
%27.07

CMYK color model

#9C2648 color CMYK value is (0,76,54,39).

  • cyan value is 0.00%
  • magenta value is 75.64%
  • yellow value is 53.85%
  • key color value is 38.82%
CMYK:
(0,76,54,39)
C0M76Y54K39 
(0%,76%,54%,39%)
(0.00/0.76/0.54/0.39)	

CMYK percentages

%0
%75.64
%53.85
%38.82

Codes

Color #9C2648 in popluar color models

9C2648
RGB1563872
HSL343°60.82%38.04%
HSB/HSV343°75.64%61.18%
CMYK0.00%75.64%53.85%
38.82%

Color #9C2648 in popluar number systems.

HEX9C2648
Decimal1563872
Binary100111001001101001000
Octal23446110

Shades and tints

Shades of #9C2648

#9C2648
(156,38,72)
#8E2342
(142,35,66)
#80203C
(128,32,60)
#721D36
(114,29,54)
#641A30
(100,26,48)
#56172A
(86,23,42)
#481424
(72,20,36)
#3A111E
(58,17,30)
#2C0E18
(44,14,24)
#1E0B12
(30,11,18)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #9C2648

#9C2648
(156,38,72)
#A53958
(165,57,88)
#AE4C68
(174,76,104)
#B75F78
(183,95,120)
#C07288
(192,114,136)
#C98598
(201,133,152)
#D298A8
(210,152,168)
#DBABB8
(219,171,184)
#E4BEC8
(228,190,200)
#EDD1D8
(237,209,216)
#F6E4E8
(246,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C2648; }

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

This text font color is #9C2648.


Background Color

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

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

This div background color is #9C2648.


Border color

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

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

This div border color is #9C2648.


Opacity

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

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

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

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

This text has shadow with #9C2648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2648 on black background.


Color preview on white background

This text has color #9C2648 on white background.



Black color preview on #9C2648 background

This text has black color on #9C2648 background.


White color preview on #9C2648 background

This text has white color on #9C2648 background.