COLOR #96385F

HEX: #96385F
RGB: (150,56,95)

Color info

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

RGB color model

#96385F color RGB value is (150,56,95).

  • red value is 150;
  • green value is 56;
  • blue value is 95.
RGB:
(150,56,95)
(59%,22%,37%)

RGB channels and saturation

R 150 of 255 = 59%
G 56 of 255 = 22%
B 95 of 255 = 37%

150
56
95

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

Portions of RGB colors in percentages

R + G + B =
150 + 56 + 95 = 301 (100%)
R 150 of 301 ~ 49.83%
G 56 of 301 ~ 18.6%
B 95 of 301 ~ 31.56%

%49.83
%18.6
%31.56

CMYK color model

#96385F color CMYK value is (0,63,37,41).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 36.67%
  • key color value is 41.18%
CMYK:
(0,63,37,41)
C0M63Y37K41 
(0%,63%,37%,41%)
(0.00/0.63/0.37/0.41)	

CMYK percentages

%0
%62.67
%36.67
%41.18

Codes

Color #96385F in popluar color models

96385F
RGB1505695
HSL335°45.63%40.39%
HSB/HSV335°62.67%58.82%
CMYK0.00%62.67%36.67%
41.18%

Color #96385F in popluar number systems.

HEX96385F
Decimal1505695
Binary100101101110001011111
Octal22670137

Shades and tints

Shades of #96385F

#96385F
(150,56,95)
#893357
(137,51,87)
#7C2E4F
(124,46,79)
#6F2947
(111,41,71)
#62243F
(98,36,63)
#551F37
(85,31,55)
#481A2F
(72,26,47)
#3B1527
(59,21,39)
#2E101F
(46,16,31)
#210B17
(33,11,23)
#14060F
(20,6,15)
#000000
(0,0,0)

Tints of #96385F

#96385F
(150,56,95)
#9F4A6D
(159,74,109)
#A85C7B
(168,92,123)
#B16E89
(177,110,137)
#BA8097
(186,128,151)
#C392A5
(195,146,165)
#CCA4B3
(204,164,179)
#D5B6C1
(213,182,193)
#DEC8CF
(222,200,207)
#E7DADD
(231,218,221)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96385F color. Also use rgb(150,56,95) instead hex code.

Text Font Color

.myTextColor { color: #96385F; }

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

This text font color is #96385F.


Background Color

.myBgColor { background-color: #96385F; }

<div style="background-color:#96385F">Inner text</div>

This div background color is #96385F.


Border color

.myBorderColor { border: 1px solid #96385F; }

<div style="border:3px solid #96385F">Div</div>

This div border color is #96385F.


Opacity

.myOpacity80 { color: #96385F; opacity: 0.8; }

<p style="color:#96385F;opacity:0.8;">80%</p>

Text with #96385F 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 #96385F;}

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

This text has shadow with #96385F color.

.textShadow {text-shadow: 3px 3px 1px #96385F, 3px 3px 1px red;}

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

This text has shadow with #96385F primary color and red secondary color.


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

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

This text has shadow with #96385F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96385F on black background.


Color preview on white background

This text has color #96385F on white background.



Black color preview on #96385F background

This text has black color on #96385F background.


White color preview on #96385F background

This text has white color on #96385F background.