COLOR #961977

HEX: #961977
RGB: (150,25,119)

Color info

#961977 contains mainly red and blue colors. Web safe color of #961977 is #990066 (or #906).

RGB color model

#961977 color RGB value is (150,25,119).

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

RGB channels and saturation

R 150 of 255 = 59%
G 25 of 255 = 10%
B 119 of 255 = 47%

150
25
119

R + G + B ~ 39%. #961977 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 25 + 119 = 294 (100%)
R 150 of 294 ~ 51.02%
G 25 of 294 ~ 8.5%
B 119 of 294 ~ 40.48%

%51.02
%40.48

CMYK color model

#961977 color CMYK value is (0,83,21,41).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(0,83,21,41)
C0M83Y21K41 
(0%,83%,21%,41%)
(0.00/0.83/0.21/0.41)	

CMYK percentages

%0
%83.33
%20.67
%41.18

Codes

Color #961977 in popluar color models

961977
RGB15025119
HSL315°71.43%34.31%
HSB/HSV315°83.33%58.82%
CMYK0.00%83.33%20.67%
41.18%

Color #961977 in popluar number systems.

HEX961977
Decimal15025119
Binary10010110110011110111
Octal22631167

Shades and tints

Shades of #961977

#961977
(150,25,119)
#89176D
(137,23,109)
#7C1563
(124,21,99)
#6F1359
(111,19,89)
#62114F
(98,17,79)
#550F45
(85,15,69)
#480D3B
(72,13,59)
#3B0B31
(59,11,49)
#2E0927
(46,9,39)
#21071D
(33,7,29)
#140513
(20,5,19)
#000000
(0,0,0)

Tints of #961977

#961977
(150,25,119)
#9F2D83
(159,45,131)
#A8418F
(168,65,143)
#B1559B
(177,85,155)
#BA69A7
(186,105,167)
#C37DB3
(195,125,179)
#CC91BF
(204,145,191)
#D5A5CB
(213,165,203)
#DEB9D7
(222,185,215)
#E7CDE3
(231,205,227)
#F0E1EF
(240,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #961977; }

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

This text font color is #961977.


Background Color

.myBgColor { background-color: #961977; }

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

This div background color is #961977.


Border color

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

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

This div border color is #961977.


Opacity

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

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

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

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

This text has shadow with #961977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961977 on black background.


Color preview on white background

This text has color #961977 on white background.



Black color preview on #961977 background

This text has black color on #961977 background.


White color preview on #961977 background

This text has white color on #961977 background.