COLOR #965077

HEX: #965077
RGB: (150,80,119)

Color info

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

RGB color model

#965077 color RGB value is (150,80,119).

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

RGB channels and saturation

R 150 of 255 = 59%
G 80 of 255 = 31%
B 119 of 255 = 47%

150
80
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 80 + 119 = 349 (100%)
R 150 of 349 ~ 42.98%
G 80 of 349 ~ 22.92%
B 119 of 349 ~ 34.1%

%42.98
%22.92
%34.1

CMYK color model

#965077 color CMYK value is (0,47,21,41).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,47,21,41)
C0M47Y21K41 
(0%,47%,21%,41%)
(0.00/0.47/0.21/0.41)	

CMYK percentages

%0
%46.67
%20.67
%41.18

Codes

Color #965077 in popluar color models

965077
RGB15080119
HSL327°30.43%45.10%
HSB/HSV327°46.67%58.82%
CMYK0.00%46.67%20.67%
41.18%

Color #965077 in popluar number systems.

HEX965077
Decimal15080119
Binary1001011010100001110111
Octal226120167

Shades and tints

Shades of #965077

#965077
(150,80,119)
#89496D
(137,73,109)
#7C4263
(124,66,99)
#6F3B59
(111,59,89)
#62344F
(98,52,79)
#552D45
(85,45,69)
#48263B
(72,38,59)
#3B1F31
(59,31,49)
#2E1827
(46,24,39)
#21111D
(33,17,29)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #965077

#965077
(150,80,119)
#9F5F83
(159,95,131)
#A86E8F
(168,110,143)
#B17D9B
(177,125,155)
#BA8CA7
(186,140,167)
#C39BB3
(195,155,179)
#CCAABF
(204,170,191)
#D5B9CB
(213,185,203)
#DEC8D7
(222,200,215)
#E7D7E3
(231,215,227)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965077; }

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

This text font color is #965077.


Background Color

.myBgColor { background-color: #965077; }

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

This div background color is #965077.


Border color

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

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

This div border color is #965077.


Opacity

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

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

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

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

This text has shadow with #965077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965077 on black background.


Color preview on white background

This text has color #965077 on white background.



Black color preview on #965077 background

This text has black color on #965077 background.


White color preview on #965077 background

This text has white color on #965077 background.