COLOR #96445D

HEX: #96445D
RGB: (150,68,93)

Color info

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

RGB color model

#96445D color RGB value is (150,68,93).

  • red value is 150;
  • green value is 68;
  • blue value is 93.
RGB:
(150,68,93)
(59%,27%,36%)

RGB channels and saturation

R 150 of 255 = 59%
G 68 of 255 = 27%
B 93 of 255 = 36%

150
68
93

R + G + B ~ 41%. #96445D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 93 = 311 (100%)
R 150 of 311 ~ 48.23%
G 68 of 311 ~ 21.86%
B 93 of 311 ~ 29.9%

%48.23
%21.86
%29.9

CMYK color model

#96445D color CMYK value is (0,55,38,41).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 38.00%
  • key color value is 41.18%
CMYK:
(0,55,38,41)
C0M55Y38K41 
(0%,55%,38%,41%)
(0.00/0.55/0.38/0.41)	

CMYK percentages

%0
%54.67
%38
%41.18

Codes

Color #96445D in popluar color models

96445D
RGB1506893
HSL342°37.61%42.75%
HSB/HSV342°54.67%58.82%
CMYK0.00%54.67%38.00%
41.18%

Color #96445D in popluar number systems.

HEX96445D
Decimal1506893
Binary1001011010001001011101
Octal226104135

Shades and tints

Shades of #96445D

#96445D
(150,68,93)
#893E55
(137,62,85)
#7C384D
(124,56,77)
#6F3245
(111,50,69)
#622C3D
(98,44,61)
#552635
(85,38,53)
#48202D
(72,32,45)
#3B1A25
(59,26,37)
#2E141D
(46,20,29)
#210E15
(33,14,21)
#14080D
(20,8,13)
#000000
(0,0,0)

Tints of #96445D

#96445D
(150,68,93)
#9F556B
(159,85,107)
#A86679
(168,102,121)
#B17787
(177,119,135)
#BA8895
(186,136,149)
#C399A3
(195,153,163)
#CCAAB1
(204,170,177)
#D5BBBF
(213,187,191)
#DECCCD
(222,204,205)
#E7DDDB
(231,221,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96445D color. Also use rgb(150,68,93) instead hex code.

Text Font Color

.myTextColor { color: #96445D; }

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

This text font color is #96445D.


Background Color

.myBgColor { background-color: #96445D; }

<div style="background-color:#96445D">Inner text</div>

This div background color is #96445D.


Border color

.myBorderColor { border: 1px solid #96445D; }

<div style="border:3px solid #96445D">Div</div>

This div border color is #96445D.


Opacity

.myOpacity80 { color: #96445D; opacity: 0.8; }

<p style="color:#96445D;opacity:0.8;">80%</p>

Text with #96445D 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 #96445D;}

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

This text has shadow with #96445D color.

.textShadow {text-shadow: 3px 3px 1px #96445D, 3px 3px 1px red;}

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

This text has shadow with #96445D primary color and red secondary color.


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

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

This text has shadow with #96445D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96445D on black background.


Color preview on white background

This text has color #96445D on white background.



Black color preview on #96445D background

This text has black color on #96445D background.


White color preview on #96445D background

This text has white color on #96445D background.