COLOR #96375B

HEX: #96375B
RGB: (150,55,91)

Color info

#96375B contains mainly red and blue colors. Web safe color of #96375B is #993366 (or #936).

RGB color model

#96375B color RGB value is (150,55,91).

  • red value is 150;
  • green value is 55;
  • blue value is 91.
RGB:
(150,55,91)
(59%,22%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 55 of 255 = 22%
B 91 of 255 = 36%

150
55
91

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

Portions of RGB colors in percentages

R + G + B =
150 + 55 + 91 = 296 (100%)
R 150 of 296 ~ 50.68%
G 55 of 296 ~ 18.58%
B 91 of 296 ~ 30.74%

%50.68
%18.58
%30.74

CMYK color model

#96375B color CMYK value is (0,63,39,41).

  • cyan value is 0.00%
  • magenta value is 63.33%
  • yellow value is 39.33%
  • key color value is 41.18%
CMYK:
(0,63,39,41)
C0M63Y39K41 
(0%,63%,39%,41%)
(0.00/0.63/0.39/0.41)	

CMYK percentages

%0
%63.33
%39.33
%41.18

Codes

Color #96375B in popluar color models

96375B
RGB1505591
HSL337°46.34%40.20%
HSB/HSV337°63.33%58.82%
CMYK0.00%63.33%39.33%
41.18%

Color #96375B in popluar number systems.

HEX96375B
Decimal1505591
Binary100101101101111011011
Octal22667133

Shades and tints

Shades of #96375B

#96375B
(150,55,91)
#893253
(137,50,83)
#7C2D4B
(124,45,75)
#6F2843
(111,40,67)
#62233B
(98,35,59)
#551E33
(85,30,51)
#48192B
(72,25,43)
#3B1423
(59,20,35)
#2E0F1B
(46,15,27)
#210A13
(33,10,19)
#14050B
(20,5,11)
#000000
(0,0,0)

Tints of #96375B

#96375B
(150,55,91)
#9F4969
(159,73,105)
#A85B77
(168,91,119)
#B16D85
(177,109,133)
#BA7F93
(186,127,147)
#C391A1
(195,145,161)
#CCA3AF
(204,163,175)
#D5B5BD
(213,181,189)
#DEC7CB
(222,199,203)
#E7D9D9
(231,217,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96375B color. Also use rgb(150,55,91) instead hex code.

Text Font Color

.myTextColor { color: #96375B; }

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

This text font color is #96375B.


Background Color

.myBgColor { background-color: #96375B; }

<div style="background-color:#96375B">Inner text</div>

This div background color is #96375B.


Border color

.myBorderColor { border: 1px solid #96375B; }

<div style="border:3px solid #96375B">Div</div>

This div border color is #96375B.


Opacity

.myOpacity80 { color: #96375B; opacity: 0.8; }

<p style="color:#96375B;opacity:0.8;">80%</p>

Text with #96375B 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 #96375B;}

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

This text has shadow with #96375B color.

.textShadow {text-shadow: 3px 3px 1px #96375B, 3px 3px 1px red;}

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

This text has shadow with #96375B primary color and red secondary color.


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

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

This text has shadow with #96375B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96375B on black background.


Color preview on white background

This text has color #96375B on white background.



Black color preview on #96375B background

This text has black color on #96375B background.


White color preview on #96375B background

This text has white color on #96375B background.