COLOR #965577

HEX: #965577
RGB: (150,85,119)

Color info

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

RGB color model

#965577 color RGB value is (150,85,119).

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

RGB channels and saturation

R 150 of 255 = 59%
G 85 of 255 = 33%
B 119 of 255 = 47%

150
85
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 85 + 119 = 354 (100%)
R 150 of 354 ~ 42.37%
G 85 of 354 ~ 24.01%
B 119 of 354 ~ 33.62%

%42.37
%24.01
%33.62

CMYK color model

#965577 color CMYK value is (0,43,21,41).

  • cyan value is 0.00%
  • magenta value is 43.33%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,43,21,41)
C0M43Y21K41 
(0%,43%,21%,41%)
(0.00/0.43/0.21/0.41)	

CMYK percentages

%0
%43.33
%20.67
%41.18

Codes

Color #965577 in popluar color models

965577
RGB15085119
HSL329°27.66%46.08%
HSB/HSV329°43.33%58.82%
CMYK0.00%43.33%20.67%
41.18%

Color #965577 in popluar number systems.

HEX965577
Decimal15085119
Binary1001011010101011110111
Octal226125167

Shades and tints

Shades of #965577

#965577
(150,85,119)
#894E6D
(137,78,109)
#7C4763
(124,71,99)
#6F4059
(111,64,89)
#62394F
(98,57,79)
#553245
(85,50,69)
#482B3B
(72,43,59)
#3B2431
(59,36,49)
#2E1D27
(46,29,39)
#21161D
(33,22,29)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #965577

#965577
(150,85,119)
#9F6483
(159,100,131)
#A8738F
(168,115,143)
#B1829B
(177,130,155)
#BA91A7
(186,145,167)
#C3A0B3
(195,160,179)
#CCAFBF
(204,175,191)
#D5BECB
(213,190,203)
#DECDD7
(222,205,215)
#E7DCE3
(231,220,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965577 color. Also use rgb(150,85,119) instead hex code.

Text Font Color

.myTextColor { color: #965577; }

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

This text font color is #965577.


Background Color

.myBgColor { background-color: #965577; }

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

This div background color is #965577.


Border color

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

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

This div border color is #965577.


Opacity

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

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

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

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

This text has shadow with #965577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965577 on black background.


Color preview on white background

This text has color #965577 on white background.



Black color preview on #965577 background

This text has black color on #965577 background.


White color preview on #965577 background

This text has white color on #965577 background.