COLOR #965479

HEX: #965479
RGB: (150,84,121)

Color info

#965479 contains mainly red and blue colors. Web safe color of #965479 is #996666 (or #966).

RGB color model

#965479 color RGB value is (150,84,121).

  • red value is 150;
  • green value is 84;
  • blue value is 121.
RGB:
(150,84,121)
(59%,33%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 84 of 255 = 33%
B 121 of 255 = 47%

150
84
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 84 + 121 = 355 (100%)
R 150 of 355 ~ 42.25%
G 84 of 355 ~ 23.66%
B 121 of 355 ~ 34.08%

%42.25
%23.66
%34.08

CMYK color model

#965479 color CMYK value is (0,44,19,41).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(0,44,19,41)
C0M44Y19K41 
(0%,44%,19%,41%)
(0.00/0.44/0.19/0.41)	

CMYK percentages

%0
%44
%19.33
%41.18

Codes

Color #965479 in popluar color models

965479
RGB15084121
HSL326°28.21%45.88%
HSB/HSV326°44.00%58.82%
CMYK0.00%44.00%19.33%
41.18%

Color #965479 in popluar number systems.

HEX965479
Decimal15084121
Binary1001011010101001111001
Octal226124171

Shades and tints

Shades of #965479

#965479
(150,84,121)
#894D6E
(137,77,110)
#7C4663
(124,70,99)
#6F3F58
(111,63,88)
#62384D
(98,56,77)
#553142
(85,49,66)
#482A37
(72,42,55)
#3B232C
(59,35,44)
#2E1C21
(46,28,33)
#211516
(33,21,22)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #965479

#965479
(150,84,121)
#9F6385
(159,99,133)
#A87291
(168,114,145)
#B1819D
(177,129,157)
#BA90A9
(186,144,169)
#C39FB5
(195,159,181)
#CCAEC1
(204,174,193)
#D5BDCD
(213,189,205)
#DECCD9
(222,204,217)
#E7DBE5
(231,219,229)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965479 color. Also use rgb(150,84,121) instead hex code.

Text Font Color

.myTextColor { color: #965479; }

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

This text font color is #965479.


Background Color

.myBgColor { background-color: #965479; }

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

This div background color is #965479.


Border color

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

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

This div border color is #965479.


Opacity

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

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

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

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

This text has shadow with #965479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965479 on black background.


Color preview on white background

This text has color #965479 on white background.



Black color preview on #965479 background

This text has black color on #965479 background.


White color preview on #965479 background

This text has white color on #965479 background.