COLOR #96335B

HEX: #96335B
RGB: (150,51,91)

Color info

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

RGB color model

#96335B color RGB value is (150,51,91).

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

RGB channels and saturation

R 150 of 255 = 59%
G 51 of 255 = 20%
B 91 of 255 = 36%

150
51
91

R + G + B ~ 38%. #96335B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 51 + 91 = 292 (100%)
R 150 of 292 ~ 51.37%
G 51 of 292 ~ 17.47%
B 91 of 292 ~ 31.16%

%51.37
%17.47
%31.16

CMYK color model

#96335B color CMYK value is (0,66,39,41).

  • cyan value is 0.00%
  • magenta value is 66.00%
  • yellow value is 39.33%
  • key color value is 41.18%
CMYK:
(0,66,39,41)
C0M66Y39K41 
(0%,66%,39%,41%)
(0.00/0.66/0.39/0.41)	

CMYK percentages

%0
%66
%39.33
%41.18

Codes

Color #96335B in popluar color models

96335B
RGB1505191
HSL336°49.25%39.41%
HSB/HSV336°66.00%58.82%
CMYK0.00%66.00%39.33%
41.18%

Color #96335B in popluar number systems.

HEX96335B
Decimal1505191
Binary100101101100111011011
Octal22663133

Shades and tints

Shades of #96335B

#96335B
(150,51,91)
#892F53
(137,47,83)
#7C2B4B
(124,43,75)
#6F2743
(111,39,67)
#62233B
(98,35,59)
#551F33
(85,31,51)
#481B2B
(72,27,43)
#3B1723
(59,23,35)
#2E131B
(46,19,27)
#210F13
(33,15,19)
#140B0B
(20,11,11)
#000000
(0,0,0)

Tints of #96335B

#96335B
(150,51,91)
#9F4569
(159,69,105)
#A85777
(168,87,119)
#B16985
(177,105,133)
#BA7B93
(186,123,147)
#C38DA1
(195,141,161)
#CC9FAF
(204,159,175)
#D5B1BD
(213,177,189)
#DEC3CB
(222,195,203)
#E7D5D9
(231,213,217)
#F0E7E7
(240,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96335B; }

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

This text font color is #96335B.


Background Color

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

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

This div background color is #96335B.


Border color

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

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

This div border color is #96335B.


Opacity

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

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

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

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

This text has shadow with #96335B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96335B on black background.


Color preview on white background

This text has color #96335B on white background.



Black color preview on #96335B background

This text has black color on #96335B background.


White color preview on #96335B background

This text has white color on #96335B background.