COLOR #962D31

HEX: #962D31
RGB: (150,45,49)

Color info

#962D31 contains mainly red color. Web safe color of #962D31 is #993333 (or #933).

RGB color model

#962D31 color RGB value is (150,45,49).

  • red value is 150;
  • green value is 45;
  • blue value is 49.
RGB:
(150,45,49)
(59%,18%,19%)

RGB channels and saturation

R 150 of 255 = 59%
G 45 of 255 = 18%
B 49 of 255 = 19%

150
45
49

R + G + B ~ 32%. #962D31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 45 + 49 = 244 (100%)
R 150 of 244 ~ 61.48%
G 45 of 244 ~ 18.44%
B 49 of 244 ~ 20.08%

%61.48
%18.44
%20.08

CMYK color model

#962D31 color CMYK value is (0,70,67,41).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 67.33%
  • key color value is 41.18%
CMYK:
(0,70,67,41)
C0M70Y67K41 
(0%,70%,67%,41%)
(0.00/0.70/0.67/0.41)	

CMYK percentages

%0
%70
%67.33
%41.18

Codes

Color #962D31 in popluar color models

962D31
RGB1504549
HSL358°53.85%38.24%
HSB/HSV358°70.00%58.82%
CMYK0.00%70.00%67.33%
41.18%

Color #962D31 in popluar number systems.

HEX962D31
Decimal1504549
Binary10010110101101110001
Octal2265561

Shades and tints

Shades of #962D31

#962D31
(150,45,49)
#89292D
(137,41,45)
#7C2529
(124,37,41)
#6F2125
(111,33,37)
#621D21
(98,29,33)
#55191D
(85,25,29)
#481519
(72,21,25)
#3B1115
(59,17,21)
#2E0D11
(46,13,17)
#21090D
(33,9,13)
#140509
(20,5,9)
#000000
(0,0,0)

Tints of #962D31

#962D31
(150,45,49)
#9F4043
(159,64,67)
#A85355
(168,83,85)
#B16667
(177,102,103)
#BA7979
(186,121,121)
#C38C8B
(195,140,139)
#CC9F9D
(204,159,157)
#D5B2AF
(213,178,175)
#DEC5C1
(222,197,193)
#E7D8D3
(231,216,211)
#F0EBE5
(240,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962D31 color. Also use rgb(150,45,49) instead hex code.

Text Font Color

.myTextColor { color: #962D31; }

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

This text font color is #962D31.


Background Color

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

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

This div background color is #962D31.


Border color

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

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

This div border color is #962D31.


Opacity

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

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

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

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

This text has shadow with #962D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962D31 on black background.


Color preview on white background

This text has color #962D31 on white background.



Black color preview on #962D31 background

This text has black color on #962D31 background.


White color preview on #962D31 background

This text has white color on #962D31 background.