COLOR #962336

HEX: #962336
RGB: (150,35,54)

Color info

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

RGB color model

#962336 color RGB value is (150,35,54).

  • red value is 150;
  • green value is 35;
  • blue value is 54.
RGB:
(150,35,54)
(59%,14%,21%)

RGB channels and saturation

R 150 of 255 = 59%
G 35 of 255 = 14%
B 54 of 255 = 21%

150
35
54

R + G + B ~ 31%. #962336 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 35 + 54 = 239 (100%)
R 150 of 239 ~ 62.76%
G 35 of 239 ~ 14.64%
B 54 of 239 ~ 22.59%

%62.76
%14.64
%22.59

CMYK color model

#962336 color CMYK value is (0,77,64,41).

  • cyan value is 0.00%
  • magenta value is 76.67%
  • yellow value is 64.00%
  • key color value is 41.18%
CMYK:
(0,77,64,41)
C0M77Y64K41 
(0%,77%,64%,41%)
(0.00/0.77/0.64/0.41)	

CMYK percentages

%0
%76.67
%64
%41.18

Codes

Color #962336 in popluar color models

962336
RGB1503554
HSL350°62.16%36.27%
HSB/HSV350°76.67%58.82%
CMYK0.00%76.67%64.00%
41.18%

Color #962336 in popluar number systems.

HEX962336
Decimal1503554
Binary10010110100011110110
Octal2264366

Shades and tints

Shades of #962336

#962336
(150,35,54)
#892032
(137,32,50)
#7C1D2E
(124,29,46)
#6F1A2A
(111,26,42)
#621726
(98,23,38)
#551422
(85,20,34)
#48111E
(72,17,30)
#3B0E1A
(59,14,26)
#2E0B16
(46,11,22)
#210812
(33,8,18)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #962336

#962336
(150,35,54)
#9F3748
(159,55,72)
#A84B5A
(168,75,90)
#B15F6C
(177,95,108)
#BA737E
(186,115,126)
#C38790
(195,135,144)
#CC9BA2
(204,155,162)
#D5AFB4
(213,175,180)
#DEC3C6
(222,195,198)
#E7D7D8
(231,215,216)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #962336 color. Also use rgb(150,35,54) instead hex code.

Text Font Color

.myTextColor { color: #962336; }

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

This text font color is #962336.


Background Color

.myBgColor { background-color: #962336; }

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

This div background color is #962336.


Border color

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

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

This div border color is #962336.


Opacity

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

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

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

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

This text has shadow with #962336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962336 on black background.


Color preview on white background

This text has color #962336 on white background.



Black color preview on #962336 background

This text has black color on #962336 background.


White color preview on #962336 background

This text has white color on #962336 background.