COLOR #962E51

HEX: #962E51
RGB: (150,46,81)

Color info

#962E51 contains mainly red color. Web safe color of #962E51 is #993366 (or #936).

RGB color model

#962E51 color RGB value is (150,46,81).

  • red value is 150;
  • green value is 46;
  • blue value is 81.
RGB:
(150,46,81)
(59%,18%,32%)

RGB channels and saturation

R 150 of 255 = 59%
G 46 of 255 = 18%
B 81 of 255 = 32%

150
46
81

R + G + B ~ 36%. #962E51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 46 + 81 = 277 (100%)
R 150 of 277 ~ 54.15%
G 46 of 277 ~ 16.61%
B 81 of 277 ~ 29.24%

%54.15
%16.61
%29.24

CMYK color model

#962E51 color CMYK value is (0,69,46,41).

  • cyan value is 0.00%
  • magenta value is 69.33%
  • yellow value is 46.00%
  • key color value is 41.18%
CMYK:
(0,69,46,41)
C0M69Y46K41 
(0%,69%,46%,41%)
(0.00/0.69/0.46/0.41)	

CMYK percentages

%0
%69.33
%46
%41.18

Codes

Color #962E51 in popluar color models

962E51
RGB1504681
HSL340°53.06%38.43%
HSB/HSV340°69.33%58.82%
CMYK0.00%69.33%46.00%
41.18%

Color #962E51 in popluar number systems.

HEX962E51
Decimal1504681
Binary100101101011101010001
Octal22656121

Shades and tints

Shades of #962E51

#962E51
(150,46,81)
#892A4A
(137,42,74)
#7C2643
(124,38,67)
#6F223C
(111,34,60)
#621E35
(98,30,53)
#551A2E
(85,26,46)
#481627
(72,22,39)
#3B1220
(59,18,32)
#2E0E19
(46,14,25)
#210A12
(33,10,18)
#14060B
(20,6,11)
#000000
(0,0,0)

Tints of #962E51

#962E51
(150,46,81)
#9F4160
(159,65,96)
#A8546F
(168,84,111)
#B1677E
(177,103,126)
#BA7A8D
(186,122,141)
#C38D9C
(195,141,156)
#CCA0AB
(204,160,171)
#D5B3BA
(213,179,186)
#DEC6C9
(222,198,201)
#E7D9D8
(231,217,216)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962E51 color. Also use rgb(150,46,81) instead hex code.

Text Font Color

.myTextColor { color: #962E51; }

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

This text font color is #962E51.


Background Color

.myBgColor { background-color: #962E51; }

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

This div background color is #962E51.


Border color

.myBorderColor { border: 1px solid #962E51; }

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

This div border color is #962E51.


Opacity

.myOpacity80 { color: #962E51; opacity: 0.8; }

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

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

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

This text has shadow with #962E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962E51 on black background.


Color preview on white background

This text has color #962E51 on white background.



Black color preview on #962E51 background

This text has black color on #962E51 background.


White color preview on #962E51 background

This text has white color on #962E51 background.