COLOR #964773

HEX: #964773
RGB: (150,71,115)

Color info

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

RGB color model

#964773 color RGB value is (150,71,115).

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

RGB channels and saturation

R 150 of 255 = 59%
G 71 of 255 = 28%
B 115 of 255 = 45%

150
71
115

R + G + B ~ 44%. #964773 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 71 + 115 = 336 (100%)
R 150 of 336 ~ 44.64%
G 71 of 336 ~ 21.13%
B 115 of 336 ~ 34.23%

%44.64
%21.13
%34.23

CMYK color model

#964773 color CMYK value is (0,53,23,41).

  • cyan value is 0.00%
  • magenta value is 52.67%
  • yellow value is 23.33%
  • key color value is 41.18%
CMYK:
(0,53,23,41)
C0M53Y23K41 
(0%,53%,23%,41%)
(0.00/0.53/0.23/0.41)	

CMYK percentages

%0
%52.67
%23.33
%41.18

Codes

Color #964773 in popluar color models

964773
RGB15071115
HSL327°35.75%43.33%
HSB/HSV327°52.67%58.82%
CMYK0.00%52.67%23.33%
41.18%

Color #964773 in popluar number systems.

HEX964773
Decimal15071115
Binary1001011010001111110011
Octal226107163

Shades and tints

Shades of #964773

#964773
(150,71,115)
#894169
(137,65,105)
#7C3B5F
(124,59,95)
#6F3555
(111,53,85)
#622F4B
(98,47,75)
#552941
(85,41,65)
#482337
(72,35,55)
#3B1D2D
(59,29,45)
#2E1723
(46,23,35)
#211119
(33,17,25)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #964773

#964773
(150,71,115)
#9F577F
(159,87,127)
#A8678B
(168,103,139)
#B17797
(177,119,151)
#BA87A3
(186,135,163)
#C397AF
(195,151,175)
#CCA7BB
(204,167,187)
#D5B7C7
(213,183,199)
#DEC7D3
(222,199,211)
#E7D7DF
(231,215,223)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964773; }

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

This text font color is #964773.


Background Color

.myBgColor { background-color: #964773; }

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

This div background color is #964773.


Border color

.myBorderColor { border: 1px solid #964773; }

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

This div border color is #964773.


Opacity

.myOpacity80 { color: #964773; opacity: 0.8; }

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

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

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

This text has shadow with #964773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964773 on black background.


Color preview on white background

This text has color #964773 on white background.



Black color preview on #964773 background

This text has black color on #964773 background.


White color preview on #964773 background

This text has white color on #964773 background.