COLOR #965377

HEX: #965377
RGB: (150,83,119)

Color info

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

RGB color model

#965377 color RGB value is (150,83,119).

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

RGB channels and saturation

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

150
83
119

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

Portions of RGB colors in percentages

R + G + B =
150 + 83 + 119 = 352 (100%)
R 150 of 352 ~ 42.61%
G 83 of 352 ~ 23.58%
B 119 of 352 ~ 33.81%

%42.61
%23.58
%33.81

CMYK color model

#965377 color CMYK value is (0,45,21,41).

  • cyan value is 0.00%
  • magenta value is 44.67%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,45,21,41)
C0M45Y21K41 
(0%,45%,21%,41%)
(0.00/0.45/0.21/0.41)	

CMYK percentages

%0
%44.67
%20.67
%41.18

Codes

Color #965377 in popluar color models

965377
RGB15083119
HSL328°28.76%45.69%
HSB/HSV328°44.67%58.82%
CMYK0.00%44.67%20.67%
41.18%

Color #965377 in popluar number systems.

HEX965377
Decimal15083119
Binary1001011010100111110111
Octal226123167

Shades and tints

Shades of #965377

#965377
(150,83,119)
#894C6D
(137,76,109)
#7C4563
(124,69,99)
#6F3E59
(111,62,89)
#62374F
(98,55,79)
#553045
(85,48,69)
#48293B
(72,41,59)
#3B2231
(59,34,49)
#2E1B27
(46,27,39)
#21141D
(33,20,29)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #965377

#965377
(150,83,119)
#9F6283
(159,98,131)
#A8718F
(168,113,143)
#B1809B
(177,128,155)
#BA8FA7
(186,143,167)
#C39EB3
(195,158,179)
#CCADBF
(204,173,191)
#D5BCCB
(213,188,203)
#DECBD7
(222,203,215)
#E7DAE3
(231,218,227)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965377; }

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

This text font color is #965377.


Background Color

.myBgColor { background-color: #965377; }

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

This div background color is #965377.


Border color

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

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

This div border color is #965377.


Opacity

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

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

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

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

This text has shadow with #965377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965377 on black background.


Color preview on white background

This text has color #965377 on white background.



Black color preview on #965377 background

This text has black color on #965377 background.


White color preview on #965377 background

This text has white color on #965377 background.