COLOR #960649

HEX: #960649
RGB: (150,6,73)

Color info

#960649 contains mainly red color. Web safe color of #960649 is #990033 (or #903).

RGB color model

#960649 color RGB value is (150,6,73).

  • red value is 150;
  • green value is 6;
  • blue value is 73.
RGB:
(150,6,73)
(59%,2%,29%)

RGB channels and saturation

R 150 of 255 = 59%
G 6 of 255 = 2%
B 73 of 255 = 29%

150
6
73

R + G + B ~ 30%. #960649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 6 + 73 = 229 (100%)
R 150 of 229 ~ 65.5%
G 6 of 229 ~ 2.62%
B 73 of 229 ~ 31.88%

%65.5
%31.88

CMYK color model

#960649 color CMYK value is (0,96,51,41).

  • cyan value is 0.00%
  • magenta value is 96.00%
  • yellow value is 51.33%
  • key color value is 41.18%
CMYK:
(0,96,51,41)
C0M96Y51K41 
(0%,96%,51%,41%)
(0.00/0.96/0.51/0.41)	

CMYK percentages

%0
%96
%51.33
%41.18

Codes

Color #960649 in popluar color models

960649
RGB150673
HSL332°92.31%30.59%
HSB/HSV332°96.00%58.82%
CMYK0.00%96.00%51.33%
41.18%

Color #960649 in popluar number systems.

HEX960649
Decimal150673
Binary100101101101001001
Octal2266111

Shades and tints

Shades of #960649

#960649
(150,6,73)
#890643
(137,6,67)
#7C063D
(124,6,61)
#6F0637
(111,6,55)
#620631
(98,6,49)
#55062B
(85,6,43)
#480625
(72,6,37)
#3B061F
(59,6,31)
#2E0619
(46,6,25)
#210613
(33,6,19)
#14060D
(20,6,13)
#000000
(0,0,0)

Tints of #960649

#960649
(150,6,73)
#9F1C59
(159,28,89)
#A83269
(168,50,105)
#B14879
(177,72,121)
#BA5E89
(186,94,137)
#C37499
(195,116,153)
#CC8AA9
(204,138,169)
#D5A0B9
(213,160,185)
#DEB6C9
(222,182,201)
#E7CCD9
(231,204,217)
#F0E2E9
(240,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960649 color. Also use rgb(150,6,73) instead hex code.

Text Font Color

.myTextColor { color: #960649; }

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

This text font color is #960649.


Background Color

.myBgColor { background-color: #960649; }

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

This div background color is #960649.


Border color

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

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

This div border color is #960649.


Opacity

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

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

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

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

This text has shadow with #960649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960649 on black background.


Color preview on white background

This text has color #960649 on white background.



Black color preview on #960649 background

This text has black color on #960649 background.


White color preview on #960649 background

This text has white color on #960649 background.