COLOR #962C31

HEX: #962C31
RGB: (150,44,49)

Color info

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

RGB color model

#962C31 color RGB value is (150,44,49).

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

RGB channels and saturation

R 150 of 255 = 59%
G 44 of 255 = 17%
B 49 of 255 = 19%

150
44
49

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

Portions of RGB colors in percentages

R + G + B =
150 + 44 + 49 = 243 (100%)
R 150 of 243 ~ 61.73%
G 44 of 243 ~ 18.11%
B 49 of 243 ~ 20.16%

%61.73
%18.11
%20.16

CMYK color model

#962C31 color CMYK value is (0,71,67,41).

  • cyan value is 0.00%
  • magenta value is 70.67%
  • yellow value is 67.33%
  • key color value is 41.18%
CMYK:
(0,71,67,41)
C0M71Y67K41 
(0%,71%,67%,41%)
(0.00/0.71/0.67/0.41)	

CMYK percentages

%0
%70.67
%67.33
%41.18

Codes

Color #962C31 in popluar color models

962C31
RGB1504449
HSL357°54.64%38.04%
HSB/HSV357°70.67%58.82%
CMYK0.00%70.67%67.33%
41.18%

Color #962C31 in popluar number systems.

HEX962C31
Decimal1504449
Binary10010110101100110001
Octal2265461

Shades and tints

Shades of #962C31

#962C31
(150,44,49)
#89282D
(137,40,45)
#7C2429
(124,36,41)
#6F2025
(111,32,37)
#621C21
(98,28,33)
#55181D
(85,24,29)
#481419
(72,20,25)
#3B1015
(59,16,21)
#2E0C11
(46,12,17)
#21080D
(33,8,13)
#140409
(20,4,9)
#000000
(0,0,0)

Tints of #962C31

#962C31
(150,44,49)
#9F3F43
(159,63,67)
#A85255
(168,82,85)
#B16567
(177,101,103)
#BA7879
(186,120,121)
#C38B8B
(195,139,139)
#CC9E9D
(204,158,157)
#D5B1AF
(213,177,175)
#DEC4C1
(222,196,193)
#E7D7D3
(231,215,211)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962C31; }

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

This text font color is #962C31.


Background Color

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

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

This div background color is #962C31.


Border color

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

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

This div border color is #962C31.


Opacity

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

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

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

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

This text has shadow with #962C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962C31 on black background.


Color preview on white background

This text has color #962C31 on white background.



Black color preview on #962C31 background

This text has black color on #962C31 background.


White color preview on #962C31 background

This text has white color on #962C31 background.