COLOR #961C5F

HEX: #961C5F RGB: (150,28,95)

Color info

#961C5F contains mainly red and blue colors. Web safe color of #961C5F is #993366 (or #936).

RGB color model

#961C5F color RGB value is (150,28,95).

RGB: (150,28,95) (59%, 11%, 37%)

RGB channels and saturation

R 150 of 255 = 59%
G 28 of 255 = 11%
B 95 of 255 = 37%

150
28
95

R + G + B ~ 36%. #961C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 150 + 28 + 95 = 273 (100%)
R 150 of 273 ~ 54.95%
G 28 of 273 ~ 10.26%
B 95 of 273 ~ 34.8'%

%54.95
%34.8

CMYK color model

#961C5F color CMYK value is (0,81,37,41).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 36.67%
  • key color value is 41.18%

CMYK: (0,81,37,41)
C0M81Y37K41 (0%, 81%, 37%, 41%)
(0.00 / 0.81 / 0.37 / 0.41)

CMYK percentages

%0
%81.33
%36.67
%41.18

Codes

Color #961C5F in popluar color models

96 1C 5F
RGB 150 28 95
HSL 327° 68.54% 34.90%
HSB/HSV 327° 81.33% 58.82%
CMYK 0.00% 81.33% 36.67%
41.18%

Color #961C5F in popluar number systems.

HEX 96 1C 5F
Decimal 150 28 95
Binary 10010110 11100 1011111
Octal 226 34 137

Shades and tints

Shades of #961C5F

#961C5F
(150,28,95)
#891A57
(137,26,87)
#7C184F
(124,24,79)
#6F1647
(111,22,71)
#62143F
(98,20,63)
#551237
(85,18,55)
#48102F
(72,16,47)
#3B0E27
(59,14,39)
#2E0C1F
(46,12,31)
#210A17
(33,10,23)
#14080F
(20,8,15)
#000000
(0,0,0)

Tints of #961C5F

#961C5F
(150,28,95)
#9F306D
(159,48,109)
#A8447B
(168,68,123)
#B15889
(177,88,137)
#BA6C97
(186,108,151)
#C380A5
(195,128,165)
#CC94B3
(204,148,179)
#D5A8C1
(213,168,193)
#DEBCCF
(222,188,207)
#E7D0DD
(231,208,221)
#F0E4EB
(240,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961C5F color. Also use rgb(150,28,95) instead hex code.

Text Font Color

.myTextColor { color: #961C5F; }

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

This text font color is #961C5F.

Background Color

.myBgColor { background-color: #961C5F; }

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

This div background color is #961C5F.

Border color

.myBorderColor { border: 1px solid #961C5F; }

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

This div border color is #961C5F.

Opacity

.myOpacity80 { color: #961C5F; opacity: 0.8; }

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

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

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

This text has shadow with #961C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #961C5F.

Preview

Color preview on black background

This text has color #961C5F on black background.


Color preview on white background

This text has color #961C5F on white background.


Black color preview on #961C5F background

This text has black color on #961C5F background.


White color preview on #961C5F background

This text has white color on #961C5F background.


Related colors

Complementary color

Complementary color for #hex is #69E3A0.


I love getcolorcode.com

Triadic colors

1 #5F961C and #1C5F96 with #961C5F are triadic colors.

2 #5F1C96 and #1C965F with #961C5F are triadic colors.