COLOR #9B373F

HEX: #9B373F
RGB: (155,55,63)

Color info

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

RGB color model

#9B373F color RGB value is (155,55,63).

  • red value is 155;
  • green value is 55;
  • blue value is 63.
RGB:
(155,55,63)
(61%,22%,25%)

RGB channels and saturation

R 155 of 255 = 61%
G 55 of 255 = 22%
B 63 of 255 = 25%

155
55
63

R + G + B ~ 36%. #9B373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 55 + 63 = 273 (100%)
R 155 of 273 ~ 56.78%
G 55 of 273 ~ 20.15%
B 63 of 273 ~ 23.08%

%56.78
%20.15
%23.08

CMYK color model

#9B373F color CMYK value is (0,65,59,39).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 59.35%
  • key color value is 39.22%
CMYK:
(0,65,59,39)
C0M65Y59K39 
(0%,65%,59%,39%)
(0.00/0.65/0.59/0.39)	

CMYK percentages

%0
%64.52
%59.35
%39.22

Codes

Color #9B373F in popluar color models

9B373F
RGB1555563
HSL355°47.62%41.18%
HSB/HSV355°64.52%60.78%
CMYK0.00%64.52%59.35%
39.22%

Color #9B373F in popluar number systems.

HEX9B373F
Decimal1555563
Binary10011011110111111111
Octal2336777

Shades and tints

Shades of #9B373F

#9B373F
(155,55,63)
#8D323A
(141,50,58)
#7F2D35
(127,45,53)
#712830
(113,40,48)
#63232B
(99,35,43)
#551E26
(85,30,38)
#471921
(71,25,33)
#39141C
(57,20,28)
#2B0F17
(43,15,23)
#1D0A12
(29,10,18)
#0F050D
(15,5,13)
#000000
(0,0,0)

Tints of #9B373F

#9B373F
(155,55,63)
#A44950
(164,73,80)
#AD5B61
(173,91,97)
#B66D72
(182,109,114)
#BF7F83
(191,127,131)
#C89194
(200,145,148)
#D1A3A5
(209,163,165)
#DAB5B6
(218,181,182)
#E3C7C7
(227,199,199)
#ECD9D8
(236,217,216)
#F5EBE9
(245,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B373F color. Also use rgb(155,55,63) instead hex code.

Text Font Color

.myTextColor { color: #9B373F; }

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

This text font color is #9B373F.


Background Color

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

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

This div background color is #9B373F.


Border color

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

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

This div border color is #9B373F.


Opacity

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

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

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

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

This text has shadow with #9B373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B373F on black background.


Color preview on white background

This text has color #9B373F on white background.



Black color preview on #9B373F background

This text has black color on #9B373F background.


White color preview on #9B373F background

This text has white color on #9B373F background.