COLOR #9C3333

HEX: #9C3333
RGB: (156,51,51)

Color info

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

RGB color model

#9C3333 color RGB value is (156,51,51).

  • red value is 156;
  • green value is 51;
  • blue value is 51.
RGB:
(156,51,51)
(61%,20%,20%)

RGB channels and saturation

R 156 of 255 = 61%
G 51 of 255 = 20%
B 51 of 255 = 20%

156
51
51

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

Portions of RGB colors in percentages

R + G + B =
156 + 51 + 51 = 258 (100%)
R 156 of 258 ~ 60.47%
G 51 of 258 ~ 19.77%
B 51 of 258 ~ 19.77%

%60.47
%19.77
%19.77

CMYK color model

#9C3333 color CMYK value is (0,67,67,39).

  • cyan value is 0.00%
  • magenta value is 67.31%
  • yellow value is 67.31%
  • key color value is 38.82%
CMYK:
(0,67,67,39)
C0M67Y67K39 
(0%,67%,67%,39%)
(0.00/0.67/0.67/0.39)	

CMYK percentages

%0
%67.31
%67.31
%38.82

Codes

Color #9C3333 in popluar color models

9C3333
RGB1565151
HSL50.72%40.59%
HSB/HSV67.31%61.18%
CMYK0.00%67.31%67.31%
38.82%

Color #9C3333 in popluar number systems.

HEX9C3333
Decimal1565151
Binary10011100110011110011
Octal2346363

Shades and tints

Shades of #9C3333

#9C3333
(156,51,51)
#8E2F2F
(142,47,47)
#802B2B
(128,43,43)
#722727
(114,39,39)
#642323
(100,35,35)
#561F1F
(86,31,31)
#481B1B
(72,27,27)
#3A1717
(58,23,23)
#2C1313
(44,19,19)
#1E0F0F
(30,15,15)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #9C3333

#9C3333
(156,51,51)
#A54545
(165,69,69)
#AE5757
(174,87,87)
#B76969
(183,105,105)
#C07B7B
(192,123,123)
#C98D8D
(201,141,141)
#D29F9F
(210,159,159)
#DBB1B1
(219,177,177)
#E4C3C3
(228,195,195)
#EDD5D5
(237,213,213)
#F6E7E7
(246,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C3333; }

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

This text font color is #9C3333.


Background Color

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

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

This div background color is #9C3333.


Border color

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

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

This div border color is #9C3333.


Opacity

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

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

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

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

This text has shadow with #9C3333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C3333 on black background.


Color preview on white background

This text has color #9C3333 on white background.



Black color preview on #9C3333 background

This text has black color on #9C3333 background.


White color preview on #9C3333 background

This text has white color on #9C3333 background.