COLOR #960027

HEX: #960027
RGB: (150,0,39)

Color info

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

RGB color model

#960027 color RGB value is (150,0,39).

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

RGB channels and saturation

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

150
0
39

R + G + B ~ 25%. #960027 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 0 + 39 = 189 (100%)
R 150 of 189 ~ 79.37%
G 0 of 189 ~ 0%
B 39 of 189 ~ 20.63%

%79.37
%20.63

CMYK color model

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

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

CMYK percentages

%0
%100
%74
%41.18

Codes

Color #960027 in popluar color models

960027
RGB150039
HSL344°100.00%29.41%
HSB/HSV344°100.00%58.82%
CMYK0.00%100.00%74.00%
41.18%

Color #960027 in popluar number systems.

HEX960027
Decimal150039
Binary100101100100111
Octal226047

Shades and tints

Shades of #960027

#960027
(150,0,39)
#890024
(137,0,36)
#7C0021
(124,0,33)
#6F001E
(111,0,30)
#62001B
(98,0,27)
#550018
(85,0,24)
#480015
(72,0,21)
#3B0012
(59,0,18)
#2E000F
(46,0,15)
#21000C
(33,0,12)
#140009
(20,0,9)
#000000
(0,0,0)

Tints of #960027

#960027
(150,0,39)
#9F173A
(159,23,58)
#A82E4D
(168,46,77)
#B14560
(177,69,96)
#BA5C73
(186,92,115)
#C37386
(195,115,134)
#CC8A99
(204,138,153)
#D5A1AC
(213,161,172)
#DEB8BF
(222,184,191)
#E7CFD2
(231,207,210)
#F0E6E5
(240,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #960027; }

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

This text font color is #960027.


Background Color

.myBgColor { background-color: #960027; }

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

This div background color is #960027.


Border color

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

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

This div border color is #960027.


Opacity

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

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

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

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

This text has shadow with #960027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960027 on black background.


Color preview on white background

This text has color #960027 on white background.



Black color preview on #960027 background

This text has black color on #960027 background.


White color preview on #960027 background

This text has white color on #960027 background.