COLOR #962C28

HEX: #962C28
RGB: (150,44,40)

Color info

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

RGB color model

#962C28 color RGB value is (150,44,40).

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

RGB channels and saturation

R 150 of 255 = 59%
G 44 of 255 = 17%
B 40 of 255 = 16%

150
44
40

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

Portions of RGB colors in percentages

R + G + B =
150 + 44 + 40 = 234 (100%)
R 150 of 234 ~ 64.1%
G 44 of 234 ~ 18.8%
B 40 of 234 ~ 17.09%

%64.1
%18.8
%17.09

CMYK color model

#962C28 color CMYK value is (0,71,73,41).

  • cyan value is 0.00%
  • magenta value is 70.67%
  • yellow value is 73.33%
  • key color value is 41.18%
CMYK:
(0,71,73,41)
C0M71Y73K41 
(0%,71%,73%,41%)
(0.00/0.71/0.73/0.41)	

CMYK percentages

%0
%70.67
%73.33
%41.18

Codes

Color #962C28 in popluar color models

962C28
RGB1504440
HSL57.89%37.25%
HSB/HSV73.33%58.82%
CMYK0.00%70.67%73.33%
41.18%

Color #962C28 in popluar number systems.

HEX962C28
Decimal1504440
Binary10010110101100101000
Octal2265450

Shades and tints

Shades of #962C28

#962C28
(150,44,40)
#892825
(137,40,37)
#7C2422
(124,36,34)
#6F201F
(111,32,31)
#621C1C
(98,28,28)
#551819
(85,24,25)
#481416
(72,20,22)
#3B1013
(59,16,19)
#2E0C10
(46,12,16)
#21080D
(33,8,13)
#14040A
(20,4,10)
#000000
(0,0,0)

Tints of #962C28

#962C28
(150,44,40)
#9F3F3B
(159,63,59)
#A8524E
(168,82,78)
#B16561
(177,101,97)
#BA7874
(186,120,116)
#C38B87
(195,139,135)
#CC9E9A
(204,158,154)
#D5B1AD
(213,177,173)
#DEC4C0
(222,196,192)
#E7D7D3
(231,215,211)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #962C28; }

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

This text font color is #962C28.


Background Color

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

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

This div background color is #962C28.


Border color

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

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

This div border color is #962C28.


Opacity

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

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

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

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

This text has shadow with #962C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #962C28 on black background.


Color preview on white background

This text has color #962C28 on white background.



Black color preview on #962C28 background

This text has black color on #962C28 background.


White color preview on #962C28 background

This text has white color on #962C28 background.