COLOR #962F31

HEX: #962F31
RGB: (150,47,49)

Color info

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

RGB color model

#962F31 color RGB value is (150,47,49).

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

RGB channels and saturation

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

150
47
49

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

Portions of RGB colors in percentages

R + G + B =
150 + 47 + 49 = 246 (100%)
R 150 of 246 ~ 60.98%
G 47 of 246 ~ 19.11%
B 49 of 246 ~ 19.92%

%60.98
%19.11
%19.92

CMYK color model

#962F31 color CMYK value is (0,69,67,41).

  • cyan value is 0.00%
  • magenta value is 68.67%
  • yellow value is 67.33%
  • key color value is 41.18%
CMYK:
(0,69,67,41)
C0M69Y67K41 
(0%,69%,67%,41%)
(0.00/0.69/0.67/0.41)	

CMYK percentages

%0
%68.67
%67.33
%41.18

Codes

Color #962F31 in popluar color models

962F31
RGB1504749
HSL359°52.28%38.63%
HSB/HSV359°68.67%58.82%
CMYK0.00%68.67%67.33%
41.18%

Color #962F31 in popluar number systems.

HEX962F31
Decimal1504749
Binary10010110101111110001
Octal2265761

Shades and tints

Shades of #962F31

#962F31
(150,47,49)
#892B2D
(137,43,45)
#7C2729
(124,39,41)
#6F2325
(111,35,37)
#621F21
(98,31,33)
#551B1D
(85,27,29)
#481719
(72,23,25)
#3B1315
(59,19,21)
#2E0F11
(46,15,17)
#210B0D
(33,11,13)
#140709
(20,7,9)
#000000
(0,0,0)

Tints of #962F31

#962F31
(150,47,49)
#9F4143
(159,65,67)
#A85355
(168,83,85)
#B16567
(177,101,103)
#BA7779
(186,119,121)
#C3898B
(195,137,139)
#CC9B9D
(204,155,157)
#D5ADAF
(213,173,175)
#DEBFC1
(222,191,193)
#E7D1D3
(231,209,211)
#F0E3E5
(240,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962F31; }

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

This text font color is #962F31.


Background Color

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

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

This div background color is #962F31.


Border color

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

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

This div border color is #962F31.


Opacity

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

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

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

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

This text has shadow with #962F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962F31 on black background.


Color preview on white background

This text has color #962F31 on white background.



Black color preview on #962F31 background

This text has black color on #962F31 background.


White color preview on #962F31 background

This text has white color on #962F31 background.