COLOR #96325E

HEX: #96325E
RGB: (150,50,94)

Color info

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

RGB color model

#96325E color RGB value is (150,50,94).

  • red value is 150;
  • green value is 50;
  • blue value is 94.
RGB:
(150,50,94)
(59%,20%,37%)

RGB channels and saturation

R 150 of 255 = 59%
G 50 of 255 = 20%
B 94 of 255 = 37%

150
50
94

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

Portions of RGB colors in percentages

R + G + B =
150 + 50 + 94 = 294 (100%)
R 150 of 294 ~ 51.02%
G 50 of 294 ~ 17.01%
B 94 of 294 ~ 31.97%

%51.02
%17.01
%31.97

CMYK color model

#96325E color CMYK value is (0,67,37,41).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 37.33%
  • key color value is 41.18%
CMYK:
(0,67,37,41)
C0M67Y37K41 
(0%,67%,37%,41%)
(0.00/0.67/0.37/0.41)	

CMYK percentages

%0
%66.67
%37.33
%41.18

Codes

Color #96325E in popluar color models

96325E
RGB1505094
HSL334°50.00%39.22%
HSB/HSV334°66.67%58.82%
CMYK0.00%66.67%37.33%
41.18%

Color #96325E in popluar number systems.

HEX96325E
Decimal1505094
Binary100101101100101011110
Octal22662136

Shades and tints

Shades of #96325E

#96325E
(150,50,94)
#892E56
(137,46,86)
#7C2A4E
(124,42,78)
#6F2646
(111,38,70)
#62223E
(98,34,62)
#551E36
(85,30,54)
#481A2E
(72,26,46)
#3B1626
(59,22,38)
#2E121E
(46,18,30)
#210E16
(33,14,22)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #96325E

#96325E
(150,50,94)
#9F446C
(159,68,108)
#A8567A
(168,86,122)
#B16888
(177,104,136)
#BA7A96
(186,122,150)
#C38CA4
(195,140,164)
#CC9EB2
(204,158,178)
#D5B0C0
(213,176,192)
#DEC2CE
(222,194,206)
#E7D4DC
(231,212,220)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96325E color. Also use rgb(150,50,94) instead hex code.

Text Font Color

.myTextColor { color: #96325E; }

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

This text font color is #96325E.


Background Color

.myBgColor { background-color: #96325E; }

<div style="background-color:#96325E">Inner text</div>

This div background color is #96325E.


Border color

.myBorderColor { border: 1px solid #96325E; }

<div style="border:3px solid #96325E">Div</div>

This div border color is #96325E.


Opacity

.myOpacity80 { color: #96325E; opacity: 0.8; }

<p style="color:#96325E;opacity:0.8;">80%</p>

Text with #96325E 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 #96325E;}

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

This text has shadow with #96325E color.

.textShadow {text-shadow: 3px 3px 1px #96325E, 3px 3px 1px red;}

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

This text has shadow with #96325E primary color and red secondary color.


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

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

This text has shadow with #96325E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96325E on black background.


Color preview on white background

This text has color #96325E on white background.



Black color preview on #96325E background

This text has black color on #96325E background.


White color preview on #96325E background

This text has white color on #96325E background.