COLOR #961F28

HEX: #961F28
RGB: (150,31,40)

Color info

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

RGB color model

#961F28 color RGB value is (150,31,40).

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

RGB channels and saturation

R 150 of 255 = 59%
G 31 of 255 = 12%
B 40 of 255 = 16%

150
31
40

R + G + B ~ 29%. #961F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 31 + 40 = 221 (100%)
R 150 of 221 ~ 67.87%
G 31 of 221 ~ 14.03%
B 40 of 221 ~ 18.1%

%67.87
%14.03
%18.1

CMYK color model

#961F28 color CMYK value is (0,79,73,41).

  • cyan value is 0.00%
  • magenta value is 79.33%
  • yellow value is 73.33%
  • key color value is 41.18%
CMYK:
(0,79,73,41)
C0M79Y73K41 
(0%,79%,73%,41%)
(0.00/0.79/0.73/0.41)	

CMYK percentages

%0
%79.33
%73.33
%41.18

Codes

Color #961F28 in popluar color models

961F28
RGB1503140
HSL355°65.75%35.49%
HSB/HSV355°79.33%58.82%
CMYK0.00%79.33%73.33%
41.18%

Color #961F28 in popluar number systems.

HEX961F28
Decimal1503140
Binary1001011011111101000
Octal2263750

Shades and tints

Shades of #961F28

#961F28
(150,31,40)
#891D25
(137,29,37)
#7C1B22
(124,27,34)
#6F191F
(111,25,31)
#62171C
(98,23,28)
#551519
(85,21,25)
#481316
(72,19,22)
#3B1113
(59,17,19)
#2E0F10
(46,15,16)
#210D0D
(33,13,13)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #961F28

#961F28
(150,31,40)
#9F333B
(159,51,59)
#A8474E
(168,71,78)
#B15B61
(177,91,97)
#BA6F74
(186,111,116)
#C38387
(195,131,135)
#CC979A
(204,151,154)
#D5ABAD
(213,171,173)
#DEBFC0
(222,191,192)
#E7D3D3
(231,211,211)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961F28 color. Also use rgb(150,31,40) instead hex code.

Text Font Color

.myTextColor { color: #961F28; }

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

This text font color is #961F28.


Background Color

.myBgColor { background-color: #961F28; }

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

This div background color is #961F28.


Border color

.myBorderColor { border: 1px solid #961F28; }

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

This div border color is #961F28.


Opacity

.myOpacity80 { color: #961F28; opacity: 0.8; }

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

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

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

This text has shadow with #961F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961F28 on black background.


Color preview on white background

This text has color #961F28 on white background.



Black color preview on #961F28 background

This text has black color on #961F28 background.


White color preview on #961F28 background

This text has white color on #961F28 background.