COLOR #962B57

HEX: #962B57
RGB: (150,43,87)

Color info

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

RGB color model

#962B57 color RGB value is (150,43,87).

  • red value is 150;
  • green value is 43;
  • blue value is 87.
RGB:
(150,43,87)
(59%,17%,34%)

RGB channels and saturation

R 150 of 255 = 59%
G 43 of 255 = 17%
B 87 of 255 = 34%

150
43
87

R + G + B ~ 37%. #962B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 43 + 87 = 280 (100%)
R 150 of 280 ~ 53.57%
G 43 of 280 ~ 15.36%
B 87 of 280 ~ 31.07%

%53.57
%15.36
%31.07

CMYK color model

#962B57 color CMYK value is (0,71,42,41).

  • cyan value is 0.00%
  • magenta value is 71.33%
  • yellow value is 42.00%
  • key color value is 41.18%
CMYK:
(0,71,42,41)
C0M71Y42K41 
(0%,71%,42%,41%)
(0.00/0.71/0.42/0.41)	

CMYK percentages

%0
%71.33
%42
%41.18

Codes

Color #962B57 in popluar color models

962B57
RGB1504387
HSL335°55.44%37.84%
HSB/HSV335°71.33%58.82%
CMYK0.00%71.33%42.00%
41.18%

Color #962B57 in popluar number systems.

HEX962B57
Decimal1504387
Binary100101101010111010111
Octal22653127

Shades and tints

Shades of #962B57

#962B57
(150,43,87)
#892850
(137,40,80)
#7C2549
(124,37,73)
#6F2242
(111,34,66)
#621F3B
(98,31,59)
#551C34
(85,28,52)
#48192D
(72,25,45)
#3B1626
(59,22,38)
#2E131F
(46,19,31)
#211018
(33,16,24)
#140D11
(20,13,17)
#000000
(0,0,0)

Tints of #962B57

#962B57
(150,43,87)
#9F3E66
(159,62,102)
#A85175
(168,81,117)
#B16484
(177,100,132)
#BA7793
(186,119,147)
#C38AA2
(195,138,162)
#CC9DB1
(204,157,177)
#D5B0C0
(213,176,192)
#DEC3CF
(222,195,207)
#E7D6DE
(231,214,222)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962B57 color. Also use rgb(150,43,87) instead hex code.

Text Font Color

.myTextColor { color: #962B57; }

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

This text font color is #962B57.


Background Color

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

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

This div background color is #962B57.


Border color

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

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

This div border color is #962B57.


Opacity

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

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

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

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

This text has shadow with #962B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962B57 on black background.


Color preview on white background

This text has color #962B57 on white background.



Black color preview on #962B57 background

This text has black color on #962B57 background.


White color preview on #962B57 background

This text has white color on #962B57 background.