COLOR #963840

HEX: #963840
RGB: (150,56,64)

Color info

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

RGB color model

#963840 color RGB value is (150,56,64).

  • red value is 150;
  • green value is 56;
  • blue value is 64.
RGB:
(150,56,64)
(59%,22%,25%)

RGB channels and saturation

R 150 of 255 = 59%
G 56 of 255 = 22%
B 64 of 255 = 25%

150
56
64

R + G + B ~ 35%. #963840 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 56 + 64 = 270 (100%)
R 150 of 270 ~ 55.56%
G 56 of 270 ~ 20.74%
B 64 of 270 ~ 23.7%

%55.56
%20.74
%23.7

CMYK color model

#963840 color CMYK value is (0,63,57,41).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 57.33%
  • key color value is 41.18%
CMYK:
(0,63,57,41)
C0M63Y57K41 
(0%,63%,57%,41%)
(0.00/0.63/0.57/0.41)	

CMYK percentages

%0
%62.67
%57.33
%41.18

Codes

Color #963840 in popluar color models

963840
RGB1505664
HSL355°45.63%40.39%
HSB/HSV355°62.67%58.82%
CMYK0.00%62.67%57.33%
41.18%

Color #963840 in popluar number systems.

HEX963840
Decimal1505664
Binary100101101110001000000
Octal22670100

Shades and tints

Shades of #963840

#963840
(150,56,64)
#89333B
(137,51,59)
#7C2E36
(124,46,54)
#6F2931
(111,41,49)
#62242C
(98,36,44)
#551F27
(85,31,39)
#481A22
(72,26,34)
#3B151D
(59,21,29)
#2E1018
(46,16,24)
#210B13
(33,11,19)
#14060E
(20,6,14)
#000000
(0,0,0)

Tints of #963840

#963840
(150,56,64)
#9F4A51
(159,74,81)
#A85C62
(168,92,98)
#B16E73
(177,110,115)
#BA8084
(186,128,132)
#C39295
(195,146,149)
#CCA4A6
(204,164,166)
#D5B6B7
(213,182,183)
#DEC8C8
(222,200,200)
#E7DAD9
(231,218,217)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963840 color. Also use rgb(150,56,64) instead hex code.

Text Font Color

.myTextColor { color: #963840; }

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

This text font color is #963840.


Background Color

.myBgColor { background-color: #963840; }

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

This div background color is #963840.


Border color

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

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

This div border color is #963840.


Opacity

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

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

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

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

This text has shadow with #963840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963840 on black background.


Color preview on white background

This text has color #963840 on white background.



Black color preview on #963840 background

This text has black color on #963840 background.


White color preview on #963840 background

This text has white color on #963840 background.