COLOR #96477E

HEX: #96477E
RGB: (150,71,126)

Color info

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

RGB color model

#96477E color RGB value is (150,71,126).

  • red value is 150;
  • green value is 71;
  • blue value is 126.
RGB:
(150,71,126)
(59%,28%,49%)

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 126 of 255 = 49%

150
71
126

R + G + B ~ 45%. #96477E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 71 + 126 = 347 (100%)
R 150 of 347 ~ 43.23%
G 71 of 347 ~ 20.46%
B 126 of 347 ~ 36.31%

%43.23
%20.46
%36.31

CMYK color model

#96477E color CMYK value is (0,53,16,41).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 16.00%
  • key color value is 41.18%
CMYK:
(0,53,16,41)
C0M53Y16K41 
(0%,53%,16%,41%)
(0.00/0.53/0.16/0.41)	

CMYK percentages

%0
%52.67
%16
%41.18

Codes

Color #96477E in popluar color models

96477E
RGB15071126
HSL318°35.75%43.33%
HSB/HSV318°52.67%58.82%
CMYK0.00%52.67%16.00%
41.18%

Color #96477E in popluar number systems.

HEX96477E
Decimal15071126
Binary1001011010001111111110
Octal226107176

Shades and tints

Shades of #96477E

#96477E
(150,71,126)
#894173
(137,65,115)
#7C3B68
(124,59,104)
#6F355D
(111,53,93)
#622F52
(98,47,82)
#552947
(85,41,71)
#48233C
(72,35,60)
#3B1D31
(59,29,49)
#2E1726
(46,23,38)
#21111B
(33,17,27)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #96477E

#96477E
(150,71,126)
#9F5789
(159,87,137)
#A86794
(168,103,148)
#B1779F
(177,119,159)
#BA87AA
(186,135,170)
#C397B5
(195,151,181)
#CCA7C0
(204,167,192)
#D5B7CB
(213,183,203)
#DEC7D6
(222,199,214)
#E7D7E1
(231,215,225)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96477E color. Also use rgb(150,71,126) instead hex code.

Text Font Color

.myTextColor { color: #96477E; }

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

This text font color is #96477E.


Background Color

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

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

This div background color is #96477E.


Border color

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

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

This div border color is #96477E.


Opacity

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

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

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

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

This text has shadow with #96477E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96477E on black background.


Color preview on white background

This text has color #96477E on white background.



Black color preview on #96477E background

This text has black color on #96477E background.


White color preview on #96477E background

This text has white color on #96477E background.