COLOR #9B2437

HEX: #9B2437
RGB: (155,36,55)

Color info

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

RGB color model

#9B2437 color RGB value is (155,36,55).

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

RGB channels and saturation

R 155 of 255 = 61%
G 36 of 255 = 14%
B 55 of 255 = 22%

155
36
55

R + G + B ~ 32%. #9B2437 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 36 + 55 = 246 (100%)
R 155 of 246 ~ 63.01%
G 36 of 246 ~ 14.63%
B 55 of 246 ~ 22.36%

%63.01
%14.63
%22.36

CMYK color model

#9B2437 color CMYK value is (0,77,65,39).

  • cyan value is 0.00%
  • magenta value is 76.77%
  • yellow value is 64.52%
  • key color value is 39.22%
CMYK:
(0,77,65,39)
C0M77Y65K39 
(0%,77%,65%,39%)
(0.00/0.77/0.65/0.39)	

CMYK percentages

%0
%76.77
%64.52
%39.22

Codes

Color #9B2437 in popluar color models

9B2437
RGB1553655
HSL350°62.30%37.45%
HSB/HSV350°76.77%60.78%
CMYK0.00%76.77%64.52%
39.22%

Color #9B2437 in popluar number systems.

HEX9B2437
Decimal1553655
Binary10011011100100110111
Octal2334467

Shades and tints

Shades of #9B2437

#9B2437
(155,36,55)
#8D2132
(141,33,50)
#7F1E2D
(127,30,45)
#711B28
(113,27,40)
#631823
(99,24,35)
#55151E
(85,21,30)
#471219
(71,18,25)
#390F14
(57,15,20)
#2B0C0F
(43,12,15)
#1D090A
(29,9,10)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #9B2437

#9B2437
(155,36,55)
#A43749
(164,55,73)
#AD4A5B
(173,74,91)
#B65D6D
(182,93,109)
#BF707F
(191,112,127)
#C88391
(200,131,145)
#D196A3
(209,150,163)
#DAA9B5
(218,169,181)
#E3BCC7
(227,188,199)
#ECCFD9
(236,207,217)
#F5E2EB
(245,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B2437; }

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

This text font color is #9B2437.


Background Color

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

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

This div background color is #9B2437.


Border color

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

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

This div border color is #9B2437.


Opacity

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

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

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

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

This text has shadow with #9B2437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B2437 on black background.


Color preview on white background

This text has color #9B2437 on white background.



Black color preview on #9B2437 background

This text has black color on #9B2437 background.


White color preview on #9B2437 background

This text has white color on #9B2437 background.