COLOR #9B2439

HEX: #9B2439
RGB: (155,36,57)

Color info

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

RGB color model

#9B2439 color RGB value is (155,36,57).

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

RGB channels and saturation

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

155
36
57

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

Portions of RGB colors in percentages

R + G + B =
155 + 36 + 57 = 248 (100%)
R 155 of 248 ~ 62.5%
G 36 of 248 ~ 14.52%
B 57 of 248 ~ 22.98%

%62.5
%14.52
%22.98

CMYK color model

#9B2439 color CMYK value is (0,77,63,39).

  • cyan value is 0.00%
  • magenta value is 76.77%
  • yellow value is 63.23%
  • key color value is 39.22%
CMYK:
(0,77,63,39)
C0M77Y63K39 
(0%,77%,63%,39%)
(0.00/0.77/0.63/0.39)	

CMYK percentages

%0
%76.77
%63.23
%39.22

Codes

Color #9B2439 in popluar color models

9B2439
RGB1553657
HSL349°62.30%37.45%
HSB/HSV349°76.77%60.78%
CMYK0.00%76.77%63.23%
39.22%

Color #9B2439 in popluar number systems.

HEX9B2439
Decimal1553657
Binary10011011100100111001
Octal2334471

Shades and tints

Shades of #9B2439

#9B2439
(155,36,57)
#8D2134
(141,33,52)
#7F1E2F
(127,30,47)
#711B2A
(113,27,42)
#631825
(99,24,37)
#551520
(85,21,32)
#47121B
(71,18,27)
#390F16
(57,15,22)
#2B0C11
(43,12,17)
#1D090C
(29,9,12)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #9B2439

#9B2439
(155,36,57)
#A4374B
(164,55,75)
#AD4A5D
(173,74,93)
#B65D6F
(182,93,111)
#BF7081
(191,112,129)
#C88393
(200,131,147)
#D196A5
(209,150,165)
#DAA9B7
(218,169,183)
#E3BCC9
(227,188,201)
#ECCFDB
(236,207,219)
#F5E2ED
(245,226,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B2439; }

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

This text font color is #9B2439.


Background Color

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

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

This div background color is #9B2439.


Border color

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

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

This div border color is #9B2439.


Opacity

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

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

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

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

This text has shadow with #9B2439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B2439 on black background.


Color preview on white background

This text has color #9B2439 on white background.



Black color preview on #9B2439 background

This text has black color on #9B2439 background.


White color preview on #9B2439 background

This text has white color on #9B2439 background.