COLOR #960034

HEX: #960034
RGB: (150,0,52)

Color info

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

RGB color model

#960034 color RGB value is (150,0,52).

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

RGB channels and saturation

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

150
0
52

R + G + B ~ 26%. #960034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 0 + 52 = 202 (100%)
R 150 of 202 ~ 74.26%
G 0 of 202 ~ 0%
B 52 of 202 ~ 25.74%

%74.26
%25.74

CMYK color model

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

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

CMYK percentages

%0
%100
%65.33
%41.18

Codes

Color #960034 in popluar color models

960034
RGB150052
HSL339°100.00%29.41%
HSB/HSV339°100.00%58.82%
CMYK0.00%100.00%65.33%
41.18%

Color #960034 in popluar number systems.

HEX960034
Decimal150052
Binary100101100110100
Octal226064

Shades and tints

Shades of #960034

#960034
(150,0,52)
#890030
(137,0,48)
#7C002C
(124,0,44)
#6F0028
(111,0,40)
#620024
(98,0,36)
#550020
(85,0,32)
#48001C
(72,0,28)
#3B0018
(59,0,24)
#2E0014
(46,0,20)
#210010
(33,0,16)
#14000C
(20,0,12)
#000000
(0,0,0)

Tints of #960034

#960034
(150,0,52)
#9F1746
(159,23,70)
#A82E58
(168,46,88)
#B1456A
(177,69,106)
#BA5C7C
(186,92,124)
#C3738E
(195,115,142)
#CC8AA0
(204,138,160)
#D5A1B2
(213,161,178)
#DEB8C4
(222,184,196)
#E7CFD6
(231,207,214)
#F0E6E8
(240,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #960034; }

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

This text font color is #960034.


Background Color

.myBgColor { background-color: #960034; }

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

This div background color is #960034.


Border color

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

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

This div border color is #960034.


Opacity

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

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

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

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

This text has shadow with #960034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #960034 on black background.


Color preview on white background

This text has color #960034 on white background.



Black color preview on #960034 background

This text has black color on #960034 background.


White color preview on #960034 background

This text has white color on #960034 background.