COLOR #960F4A

HEX: #960F4A RGB: (150,15,74)

Color info

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

RGB color model

#960F4A color RGB value is (150,15,74).

RGB: (150,15,74) (59%, 6%, 29%)

RGB channels and saturation

R 150 of 255 = 59%
G 15 of 255 = 6%
B 74 of 255 = 29%

150
15
74

R + G + B ~ 31%. #960F4A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 15 + 74 = 239 (100%)
R 150 of 239 ~ 62.76%
G 15 of 239 ~ 6.28%
B 74 of 239 ~ 30.96'%

%62.76
%30.96

CMYK color model

#960F4A color CMYK value is (0,90,51,41).

  • cyan value is 0.00%
  • magenta value is 90.00%
  • yellow value is 50.67%
  • key color value is 41.18%

CMYK: (0,90,51,41)
C0M90Y51K41 (0%, 90%, 51%, 41%)
(0.00 / 0.90 / 0.51 / 0.41)

CMYK percentages

%0
%90
%50.67
%41.18

Codes

Color #960F4A in popluar color models

96 0F 4A
RGB 150 15 74
HSL 334° 81.82% 32.35%
HSB/HSV 334° 90.00% 58.82%
CMYK 0.00% 90.00% 50.67%
41.18%

Color #960F4A in popluar number systems.

HEX 96 0F 4A
Decimal 150 15 74
Binary 10010110 1111 1001010
Octal 226 17 112

Shades and tints

Shades of #960F4A

#960F4A
(150,15,74)
#890E44
(137,14,68)
#7C0D3E
(124,13,62)
#6F0C38
(111,12,56)
#620B32
(98,11,50)
#550A2C
(85,10,44)
#480926
(72,9,38)
#3B0820
(59,8,32)
#2E071A
(46,7,26)
#210614
(33,6,20)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #960F4A

#960F4A
(150,15,74)
#9F245A
(159,36,90)
#A8396A
(168,57,106)
#B14E7A
(177,78,122)
#BA638A
(186,99,138)
#C3789A
(195,120,154)
#CC8DAA
(204,141,170)
#D5A2BA
(213,162,186)
#DEB7CA
(222,183,202)
#E7CCDA
(231,204,218)
#F0E1EA
(240,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #960F4A color. Also use rgb(150,15,74) instead hex code.

Text Font Color

.myTextColor { color: #960F4A; }

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

This text font color is #960F4A.

Background Color

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

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

This div background color is #960F4A.

Border color

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

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

This div border color is #960F4A.

Opacity

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

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

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

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

This text has shadow with #960F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #960F4A.

Preview

Color preview on black background

This text has color #960F4A on black background.


Color preview on white background

This text has color #960F4A on white background.


Black color preview on #960F4A background

This text has black color on #960F4A background.


White color preview on #960F4A background

This text has white color on #960F4A background.


Related colors

Complementary color

Complementary color for #hex is #69F0B5.


I love getcolorcode.com

Triadic colors

1 #4A960F and #0F4A96 with #960F4A are triadic colors.

2 #4A0F96 and #0F964A with #960F4A are triadic colors.