COLOR #960E11

HEX: #960E11
RGB: (150,14,17)

Color info

#960E11 contains mainly red color. Web safe color of #960E11 is #990000 (or #900).

RGB color model

#960E11 color RGB value is (150,14,17).

  • red value is 150;
  • green value is 14;
  • blue value is 17.
RGB:
(150,14,17)
(59%,5%,7%)

RGB channels and saturation

R 150 of 255 = 59%
G 14 of 255 = 5%
B 17 of 255 = 7%

150
14
17

R + G + B ~ 24%. #960E11 is dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 14 + 17 = 181 (100%)
R 150 of 181 ~ 82.87%
G 14 of 181 ~ 7.73%
B 17 of 181 ~ 9.39%

%82.87

CMYK color model

#960E11 color CMYK value is (0,91,89,41).

  • cyan value is 0.00%
  • magenta value is 90.67%
  • yellow value is 88.67%
  • key color value is 41.18%
CMYK:
(0,91,89,41)
C0M91Y89K41 
(0%,91%,89%,41%)
(0.00/0.91/0.89/0.41)	

CMYK percentages

%0
%90.67
%88.67
%41.18

Codes

Color #960E11 in popluar color models

960E11
RGB1501417
HSL359°82.93%32.16%
HSB/HSV359°90.67%58.82%
CMYK0.00%90.67%88.67%
41.18%

Color #960E11 in popluar number systems.

HEX960E11
Decimal1501417
Binary10010110111010001
Octal2261621

Shades and tints

Shades of #960E11

#960E11
(150,14,17)
#890D10
(137,13,16)
#7C0C0F
(124,12,15)
#6F0B0E
(111,11,14)
#620A0D
(98,10,13)
#55090C
(85,9,12)
#48080B
(72,8,11)
#3B070A
(59,7,10)
#2E0609
(46,6,9)
#210508
(33,5,8)
#140407
(20,4,7)
#000000
(0,0,0)

Tints of #960E11

#960E11
(150,14,17)
#9F2326
(159,35,38)
#A8383B
(168,56,59)
#B14D50
(177,77,80)
#BA6265
(186,98,101)
#C3777A
(195,119,122)
#CC8C8F
(204,140,143)
#D5A1A4
(213,161,164)
#DEB6B9
(222,182,185)
#E7CBCE
(231,203,206)
#F0E0E3
(240,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960E11 color. Also use rgb(150,14,17) instead hex code.

Text Font Color

.myTextColor { color: #960E11; }

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

This text font color is #960E11.


Background Color

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

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

This div background color is #960E11.


Border color

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

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

This div border color is #960E11.


Opacity

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

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

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

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

This text has shadow with #960E11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960E11 on black background.


Color preview on white background

This text has color #960E11 on white background.



Black color preview on #960E11 background

This text has black color on #960E11 background.


White color preview on #960E11 background

This text has white color on #960E11 background.