COLOR #9B3259

HEX: #9B3259
RGB: (155,50,89)

Color info

#9B3259 contains mainly red color. Web safe color of #9B3259 is #993366 (or #936).

RGB color model

#9B3259 color RGB value is (155,50,89).

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

RGB channels and saturation

R 155 of 255 = 61%
G 50 of 255 = 20%
B 89 of 255 = 35%

155
50
89

R + G + B ~ 39%. #9B3259 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 50 + 89 = 294 (100%)
R 155 of 294 ~ 52.72%
G 50 of 294 ~ 17.01%
B 89 of 294 ~ 30.27%

%52.72
%17.01
%30.27

CMYK color model

#9B3259 color CMYK value is (0,68,43,39).

  • cyan value is 0.00%
  • magenta value is 67.74%
  • yellow value is 42.58%
  • key color value is 39.22%
CMYK:
(0,68,43,39)
C0M68Y43K39 
(0%,68%,43%,39%)
(0.00/0.68/0.43/0.39)	

CMYK percentages

%0
%67.74
%42.58
%39.22

Codes

Color #9B3259 in popluar color models

9B3259
RGB1555089
HSL338°51.22%40.20%
HSB/HSV338°67.74%60.78%
CMYK0.00%67.74%42.58%
39.22%

Color #9B3259 in popluar number systems.

HEX9B3259
Decimal1555089
Binary100110111100101011001
Octal23362131

Shades and tints

Shades of #9B3259

#9B3259
(155,50,89)
#8D2E51
(141,46,81)
#7F2A49
(127,42,73)
#712641
(113,38,65)
#632239
(99,34,57)
#551E31
(85,30,49)
#471A29
(71,26,41)
#391621
(57,22,33)
#2B1219
(43,18,25)
#1D0E11
(29,14,17)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #9B3259

#9B3259
(155,50,89)
#A44468
(164,68,104)
#AD5677
(173,86,119)
#B66886
(182,104,134)
#BF7A95
(191,122,149)
#C88CA4
(200,140,164)
#D19EB3
(209,158,179)
#DAB0C2
(218,176,194)
#E3C2D1
(227,194,209)
#ECD4E0
(236,212,224)
#F5E6EF
(245,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B3259; }

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

This text font color is #9B3259.


Background Color

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

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

This div background color is #9B3259.


Border color

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

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

This div border color is #9B3259.


Opacity

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

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

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

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

This text has shadow with #9B3259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B3259 on black background.


Color preview on white background

This text has color #9B3259 on white background.



Black color preview on #9B3259 background

This text has black color on #9B3259 background.


White color preview on #9B3259 background

This text has white color on #9B3259 background.