COLOR #961D60

HEX: #961D60
RGB: (150,29,96)

Color info

#961D60 contains mainly red and blue colors. Web safe color of #961D60 is #993366 (or #936).

RGB color model

#961D60 color RGB value is (150,29,96).

  • red value is 150;
  • green value is 29;
  • blue value is 96.
RGB:
(150,29,96)
(59%,11%,38%)

RGB channels and saturation

R 150 of 255 = 59%
G 29 of 255 = 11%
B 96 of 255 = 38%

150
29
96

R + G + B ~ 36%. #961D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 29 + 96 = 275 (100%)
R 150 of 275 ~ 54.55%
G 29 of 275 ~ 10.55%
B 96 of 275 ~ 34.91%

%54.55
%10.55
%34.91

CMYK color model

#961D60 color CMYK value is (0,81,36,41).

  • cyan value is 0.00%
  • magenta value is 80.67%
  • yellow value is 36.00%
  • key color value is 41.18%
CMYK:
(0,81,36,41)
C0M81Y36K41 
(0%,81%,36%,41%)
(0.00/0.81/0.36/0.41)	

CMYK percentages

%0
%80.67
%36
%41.18

Codes

Color #961D60 in popluar color models

961D60
RGB1502996
HSL327°67.60%35.10%
HSB/HSV327°80.67%58.82%
CMYK0.00%80.67%36.00%
41.18%

Color #961D60 in popluar number systems.

HEX961D60
Decimal1502996
Binary10010110111011100000
Octal22635140

Shades and tints

Shades of #961D60

#961D60
(150,29,96)
#891B58
(137,27,88)
#7C1950
(124,25,80)
#6F1748
(111,23,72)
#621540
(98,21,64)
#551338
(85,19,56)
#481130
(72,17,48)
#3B0F28
(59,15,40)
#2E0D20
(46,13,32)
#210B18
(33,11,24)
#140910
(20,9,16)
#000000
(0,0,0)

Tints of #961D60

#961D60
(150,29,96)
#9F316E
(159,49,110)
#A8457C
(168,69,124)
#B1598A
(177,89,138)
#BA6D98
(186,109,152)
#C381A6
(195,129,166)
#CC95B4
(204,149,180)
#D5A9C2
(213,169,194)
#DEBDD0
(222,189,208)
#E7D1DE
(231,209,222)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961D60 color. Also use rgb(150,29,96) instead hex code.

Text Font Color

.myTextColor { color: #961D60; }

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

This text font color is #961D60.


Background Color

.myBgColor { background-color: #961D60; }

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

This div background color is #961D60.


Border color

.myBorderColor { border: 1px solid #961D60; }

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

This div border color is #961D60.


Opacity

.myOpacity80 { color: #961D60; opacity: 0.8; }

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

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

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

This text has shadow with #961D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961D60 on black background.


Color preview on white background

This text has color #961D60 on white background.



Black color preview on #961D60 background

This text has black color on #961D60 background.


White color preview on #961D60 background

This text has white color on #961D60 background.