COLOR #960406

HEX: #960406
RGB: (150,4,6)

Color info

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

RGB color model

#960406 color RGB value is (150,4,6).

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

RGB channels and saturation

R 150 of 255 = 59%
G 4 of 255 = 2%
B 6 of 255 = 2%

150
4
6

R + G + B ~ 21%. #960406 is dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 4 + 6 = 160 (100%)
R 150 of 160 ~ 93.75%
G 4 of 160 ~ 2.5%
B 6 of 160 ~ 3.75%

%93.75

CMYK color model

#960406 color CMYK value is (0,97,96,41).

  • cyan value is 0.00%
  • magenta value is 97.33%
  • yellow value is 96.00%
  • key color value is 41.18%
CMYK:
(0,97,96,41)
C0M97Y96K41 
(0%,97%,96%,41%)
(0.00/0.97/0.96/0.41)	

CMYK percentages

%0
%97.33
%96
%41.18

Codes

Color #960406 in popluar color models

960406
RGB15046
HSL359°94.81%30.20%
HSB/HSV359°97.33%58.82%
CMYK0.00%97.33%96.00%
41.18%

Color #960406 in popluar number systems.

HEX960406
Decimal15046
Binary10010110100110
Octal22646

Shades and tints

Shades of #960406

#960406
(150,4,6)
#890406
(137,4,6)
#7C0406
(124,4,6)
#6F0406
(111,4,6)
#620406
(98,4,6)
#550406
(85,4,6)
#480406
(72,4,6)
#3B0406
(59,4,6)
#2E0406
(46,4,6)
#210406
(33,4,6)
#140406
(20,4,6)
#000000
(0,0,0)

Tints of #960406

#960406
(150,4,6)
#9F1A1C
(159,26,28)
#A83032
(168,48,50)
#B14648
(177,70,72)
#BA5C5E
(186,92,94)
#C37274
(195,114,116)
#CC888A
(204,136,138)
#D59EA0
(213,158,160)
#DEB4B6
(222,180,182)
#E7CACC
(231,202,204)
#F0E0E2
(240,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #960406; }

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

This text font color is #960406.


Background Color

.myBgColor { background-color: #960406; }

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

This div background color is #960406.


Border color

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

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

This div border color is #960406.


Opacity

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

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

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

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

This text has shadow with #960406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960406 on black background.


Color preview on white background

This text has color #960406 on white background.



Black color preview on #960406 background

This text has black color on #960406 background.


White color preview on #960406 background

This text has white color on #960406 background.