COLOR #960F40

HEX: #960F40
RGB: (150,15,64)

Color info

#960F40 contains mainly red color. Web safe color of #960F40 is #990033 (or #903).

RGB color model

#960F40 color RGB value is (150,15,64).

  • red value is 150;
  • green value is 15;
  • blue value is 64.
RGB:
(150,15,64)
(59%,6%,25%)

RGB channels and saturation

R 150 of 255 = 59%
G 15 of 255 = 6%
B 64 of 255 = 25%

150
15
64

R + G + B ~ 30%. #960F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 15 + 64 = 229 (100%)
R 150 of 229 ~ 65.5%
G 15 of 229 ~ 6.55%
B 64 of 229 ~ 27.95%

%65.5
%27.95

CMYK color model

#960F40 color CMYK value is (0,90,57,41).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 57.33%
  • key color value is 41.18%
CMYK:
(0,90,57,41)
C0M90Y57K41 
(0%,90%,57%,41%)
(0.00/0.90/0.57/0.41)	

CMYK percentages

%0
%90
%57.33
%41.18

Codes

Color #960F40 in popluar color models

960F40
RGB1501564
HSL338°81.82%32.35%
HSB/HSV338°90.00%58.82%
CMYK0.00%90.00%57.33%
41.18%

Color #960F40 in popluar number systems.

HEX960F40
Decimal1501564
Binary1001011011111000000
Octal22617100

Shades and tints

Shades of #960F40

#960F40
(150,15,64)
#890E3B
(137,14,59)
#7C0D36
(124,13,54)
#6F0C31
(111,12,49)
#620B2C
(98,11,44)
#550A27
(85,10,39)
#480922
(72,9,34)
#3B081D
(59,8,29)
#2E0718
(46,7,24)
#210613
(33,6,19)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #960F40

#960F40
(150,15,64)
#9F2451
(159,36,81)
#A83962
(168,57,98)
#B14E73
(177,78,115)
#BA6384
(186,99,132)
#C37895
(195,120,149)
#CC8DA6
(204,141,166)
#D5A2B7
(213,162,183)
#DEB7C8
(222,183,200)
#E7CCD9
(231,204,217)
#F0E1EA
(240,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960F40 color. Also use rgb(150,15,64) instead hex code.

Text Font Color

.myTextColor { color: #960F40; }

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

This text font color is #960F40.


Background Color

.myBgColor { background-color: #960F40; }

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

This div background color is #960F40.


Border color

.myBorderColor { border: 1px solid #960F40; }

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

This div border color is #960F40.


Opacity

.myOpacity80 { color: #960F40; opacity: 0.8; }

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

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

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

This text has shadow with #960F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960F40 on black background.


Color preview on white background

This text has color #960F40 on white background.



Black color preview on #960F40 background

This text has black color on #960F40 background.


White color preview on #960F40 background

This text has white color on #960F40 background.