COLOR #9B2C32

HEX: #9B2C32
RGB: (155,44,50)

Color info

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

RGB color model

#9B2C32 color RGB value is (155,44,50).

  • red value is 155;
  • green value is 44;
  • blue value is 50.
RGB:
(155,44,50)
(61%,17%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 44 of 255 = 17%
B 50 of 255 = 20%

155
44
50

R + G + B ~ 33%. #9B2C32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 44 + 50 = 249 (100%)
R 155 of 249 ~ 62.25%
G 44 of 249 ~ 17.67%
B 50 of 249 ~ 20.08%

%62.25
%17.67
%20.08

CMYK color model

#9B2C32 color CMYK value is (0,72,68,39).

  • cyan value is 0.00%
  • magenta value is 71.61%
  • yellow value is 67.74%
  • key color value is 39.22%
CMYK:
(0,72,68,39)
C0M72Y68K39 
(0%,72%,68%,39%)
(0.00/0.72/0.68/0.39)	

CMYK percentages

%0
%71.61
%67.74
%39.22

Codes

Color #9B2C32 in popluar color models

9B2C32
RGB1554450
HSL357°55.78%39.02%
HSB/HSV357°71.61%60.78%
CMYK0.00%71.61%67.74%
39.22%

Color #9B2C32 in popluar number systems.

HEX9B2C32
Decimal1554450
Binary10011011101100110010
Octal2335462

Shades and tints

Shades of #9B2C32

#9B2C32
(155,44,50)
#8D282E
(141,40,46)
#7F242A
(127,36,42)
#712026
(113,32,38)
#631C22
(99,28,34)
#55181E
(85,24,30)
#47141A
(71,20,26)
#391016
(57,16,22)
#2B0C12
(43,12,18)
#1D080E
(29,8,14)
#0F040A
(15,4,10)
#000000
(0,0,0)

Tints of #9B2C32

#9B2C32
(155,44,50)
#A43F44
(164,63,68)
#AD5256
(173,82,86)
#B66568
(182,101,104)
#BF787A
(191,120,122)
#C88B8C
(200,139,140)
#D19E9E
(209,158,158)
#DAB1B0
(218,177,176)
#E3C4C2
(227,196,194)
#ECD7D4
(236,215,212)
#F5EAE6
(245,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B2C32 color. Also use rgb(155,44,50) instead hex code.

Text Font Color

.myTextColor { color: #9B2C32; }

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

This text font color is #9B2C32.


Background Color

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

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

This div background color is #9B2C32.


Border color

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

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

This div border color is #9B2C32.


Opacity

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

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

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

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

This text has shadow with #9B2C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B2C32 on black background.


Color preview on white background

This text has color #9B2C32 on white background.



Black color preview on #9B2C32 background

This text has black color on #9B2C32 background.


White color preview on #9B2C32 background

This text has white color on #9B2C32 background.