COLOR #962215

HEX: #962215
RGB: (150,34,21)

Color info

#962215 contains mainly red color. Web safe color of #962215 is #993300 (or #930).

RGB color model

#962215 color RGB value is (150,34,21).

  • red value is 150;
  • green value is 34;
  • blue value is 21.
RGB:
(150,34,21)
(59%,13%,8%)

RGB channels and saturation

R 150 of 255 = 59%
G 34 of 255 = 13%
B 21 of 255 = 8%

150
34
21

R + G + B ~ 27%. #962215 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 34 + 21 = 205 (100%)
R 150 of 205 ~ 73.17%
G 34 of 205 ~ 16.59%
B 21 of 205 ~ 10.24%

%73.17
%16.59
%10.24

CMYK color model

#962215 color CMYK value is (0,77,86,41).

  • cyan value is 0.00%
  • magenta value is 77.33%
  • yellow value is 86.00%
  • key color value is 41.18%
CMYK:
(0,77,86,41)
C0M77Y86K41 
(0%,77%,86%,41%)
(0.00/0.77/0.86/0.41)	

CMYK percentages

%0
%77.33
%86
%41.18

Codes

Color #962215 in popluar color models

962215
RGB1503421
HSL75.44%33.53%
HSB/HSV86.00%58.82%
CMYK0.00%77.33%86.00%
41.18%

Color #962215 in popluar number systems.

HEX962215
Decimal1503421
Binary1001011010001010101
Octal2264225

Shades and tints

Shades of #962215

#962215
(150,34,21)
#891F14
(137,31,20)
#7C1C13
(124,28,19)
#6F1912
(111,25,18)
#621611
(98,22,17)
#551310
(85,19,16)
#48100F
(72,16,15)
#3B0D0E
(59,13,14)
#2E0A0D
(46,10,13)
#21070C
(33,7,12)
#14040B
(20,4,11)
#000000
(0,0,0)

Tints of #962215

#962215
(150,34,21)
#9F362A
(159,54,42)
#A84A3F
(168,74,63)
#B15E54
(177,94,84)
#BA7269
(186,114,105)
#C3867E
(195,134,126)
#CC9A93
(204,154,147)
#D5AEA8
(213,174,168)
#DEC2BD
(222,194,189)
#E7D6D2
(231,214,210)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962215 color. Also use rgb(150,34,21) instead hex code.

Text Font Color

.myTextColor { color: #962215; }

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

This text font color is #962215.


Background Color

.myBgColor { background-color: #962215; }

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

This div background color is #962215.


Border color

.myBorderColor { border: 1px solid #962215; }

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

This div border color is #962215.


Opacity

.myOpacity80 { color: #962215; opacity: 0.8; }

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

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

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

This text has shadow with #962215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962215 on black background.


Color preview on white background

This text has color #962215 on white background.



Black color preview on #962215 background

This text has black color on #962215 background.


White color preview on #962215 background

This text has white color on #962215 background.