COLOR #9C2320

HEX: #9C2320
RGB: (156,35,32)

Color info

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

RGB color model

#9C2320 color RGB value is (156,35,32).

  • red value is 156;
  • green value is 35;
  • blue value is 32.
RGB:
(156,35,32)
(61%,14%,13%)

RGB channels and saturation

R 156 of 255 = 61%
G 35 of 255 = 14%
B 32 of 255 = 13%

156
35
32

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

Portions of RGB colors in percentages

R + G + B =
156 + 35 + 32 = 223 (100%)
R 156 of 223 ~ 69.96%
G 35 of 223 ~ 15.7%
B 32 of 223 ~ 14.35%

%69.96
%15.7
%14.35

CMYK color model

#9C2320 color CMYK value is (0,78,79,39).

  • cyan value is 0.00%
  • magenta value is 77.56%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(0,78,79,39)
C0M78Y79K39 
(0%,78%,79%,39%)
(0.00/0.78/0.79/0.39)	

CMYK percentages

%0
%77.56
%79.49
%38.82

Codes

Color #9C2320 in popluar color models

9C2320
RGB1563532
HSL65.96%36.86%
HSB/HSV79.49%61.18%
CMYK0.00%77.56%79.49%
38.82%

Color #9C2320 in popluar number systems.

HEX9C2320
Decimal1563532
Binary10011100100011100000
Octal2344340

Shades and tints

Shades of #9C2320

#9C2320
(156,35,32)
#8E201E
(142,32,30)
#801D1C
(128,29,28)
#721A1A
(114,26,26)
#641718
(100,23,24)
#561416
(86,20,22)
#481114
(72,17,20)
#3A0E12
(58,14,18)
#2C0B10
(44,11,16)
#1E080E
(30,8,14)
#10050C
(16,5,12)
#000000
(0,0,0)

Tints of #9C2320

#9C2320
(156,35,32)
#A53734
(165,55,52)
#AE4B48
(174,75,72)
#B75F5C
(183,95,92)
#C07370
(192,115,112)
#C98784
(201,135,132)
#D29B98
(210,155,152)
#DBAFAC
(219,175,172)
#E4C3C0
(228,195,192)
#EDD7D4
(237,215,212)
#F6EBE8
(246,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C2320 color. Also use rgb(156,35,32) instead hex code.

Text Font Color

.myTextColor { color: #9C2320; }

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

This text font color is #9C2320.


Background Color

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

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

This div background color is #9C2320.


Border color

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

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

This div border color is #9C2320.


Opacity

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

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

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

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

This text has shadow with #9C2320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C2320 on black background.


Color preview on white background

This text has color #9C2320 on white background.



Black color preview on #9C2320 background

This text has black color on #9C2320 background.


White color preview on #9C2320 background

This text has white color on #9C2320 background.