COLOR #960000

HEX: #960000
RGB: (150,0,0)

Color info

#960000 contains only red color. Web safe color of #960000 is #990000 (or #900).

RGB color model

#960000 color RGB value is (150,0,0).

  • red value is 150;
  • green value is 0;
  • blue value is 0.
RGB:
(150,0,0)
(59%,0%,0%)

RGB channels and saturation

R 150 of 255 = 59%
G 0 of 255 = 0%
B 0 of 255 = 0%

150
0
0

R + G + B ~ 20%. #960000 is dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 0 + 0 = 150 (100%)
R 150 of 150 ~ 100%
G 0 of 150 ~ 0%
B 0 of 150 ~ 0%

%100

CMYK color model

#960000 color CMYK value is (0,100,100,41).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 100.00%
  • key color value is 41.18%
CMYK:
(0,100,100,41)
C0M100Y100K41 
(0%,100%,100%,41%)
(0.00/1.00/1.00/0.41)	

CMYK percentages

%0
%100
%100
%41.18

Codes

Color #960000 in popluar color models

960000
RGB15000
HSL100.00%29.41%
HSB/HSV100.00%58.82%
CMYK0.00%100.00%100.00%
41.18%

Color #960000 in popluar number systems.

HEX960000
Decimal15000
Binary1001011000
Octal22600

Shades and tints

Shades of #960000

#960000
(150,0,0)
#890000
(137,0,0)
#7C0000
(124,0,0)
#6F0000
(111,0,0)
#620000
(98,0,0)
#550000
(85,0,0)
#480000
(72,0,0)
#3B0000
(59,0,0)
#2E0000
(46,0,0)
#210000
(33,0,0)
#140000
(20,0,0)
#000000
(0,0,0)

Tints of #960000

#960000
(150,0,0)
#9F1717
(159,23,23)
#A82E2E
(168,46,46)
#B14545
(177,69,69)
#BA5C5C
(186,92,92)
#C37373
(195,115,115)
#CC8A8A
(204,138,138)
#D5A1A1
(213,161,161)
#DEB8B8
(222,184,184)
#E7CFCF
(231,207,207)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #960000; }

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

This text font color is #960000.


Background Color

.myBgColor { background-color: #960000; }

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

This div background color is #960000.


Border color

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

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

This div border color is #960000.


Opacity

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

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

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

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

This text has shadow with #960000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960000 on black background.


Color preview on white background

This text has color #960000 on white background.



Black color preview on #960000 background

This text has black color on #960000 background.


White color preview on #960000 background

This text has white color on #960000 background.