COLOR #961C3E

HEX: #961C3E
RGB: (150,28,62)

Color info

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

RGB color model

#961C3E color RGB value is (150,28,62).

  • red value is 150;
  • green value is 28;
  • blue value is 62.
RGB:
(150,28,62)
(59%,11%,24%)

RGB channels and saturation

R 150 of 255 = 59%
G 28 of 255 = 11%
B 62 of 255 = 24%

150
28
62

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

Portions of RGB colors in percentages

R + G + B =
150 + 28 + 62 = 240 (100%)
R 150 of 240 ~ 62.5%
G 28 of 240 ~ 11.67%
B 62 of 240 ~ 25.83%

%62.5
%11.67
%25.83

CMYK color model

#961C3E color CMYK value is (0,81,59,41).

  • cyan value is 0.00%
  • magenta value is 81.33%
  • yellow value is 58.67%
  • key color value is 41.18%
CMYK:
(0,81,59,41)
C0M81Y59K41 
(0%,81%,59%,41%)
(0.00/0.81/0.59/0.41)	

CMYK percentages

%0
%81.33
%58.67
%41.18

Codes

Color #961C3E in popluar color models

961C3E
RGB1502862
HSL343°68.54%34.90%
HSB/HSV343°81.33%58.82%
CMYK0.00%81.33%58.67%
41.18%

Color #961C3E in popluar number systems.

HEX961C3E
Decimal1502862
Binary1001011011100111110
Octal2263476

Shades and tints

Shades of #961C3E

#961C3E
(150,28,62)
#891A39
(137,26,57)
#7C1834
(124,24,52)
#6F162F
(111,22,47)
#62142A
(98,20,42)
#551225
(85,18,37)
#481020
(72,16,32)
#3B0E1B
(59,14,27)
#2E0C16
(46,12,22)
#210A11
(33,10,17)
#14080C
(20,8,12)
#000000
(0,0,0)

Tints of #961C3E

#961C3E
(150,28,62)
#9F304F
(159,48,79)
#A84460
(168,68,96)
#B15871
(177,88,113)
#BA6C82
(186,108,130)
#C38093
(195,128,147)
#CC94A4
(204,148,164)
#D5A8B5
(213,168,181)
#DEBCC6
(222,188,198)
#E7D0D7
(231,208,215)
#F0E4E8
(240,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #961C3E color. Also use rgb(150,28,62) instead hex code.

Text Font Color

.myTextColor { color: #961C3E; }

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

This text font color is #961C3E.


Background Color

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

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

This div background color is #961C3E.


Border color

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

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

This div border color is #961C3E.


Opacity

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

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

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

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

This text has shadow with #961C3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #961C3E on black background.


Color preview on white background

This text has color #961C3E on white background.



Black color preview on #961C3E background

This text has black color on #961C3E background.


White color preview on #961C3E background

This text has white color on #961C3E background.