COLOR #963809

HEX: #963809
RGB: (150,56,9)

Color info

#963809 contains mainly red color. Web safe color of #963809 is #993300 (or #930).

RGB color model

#963809 color RGB value is (150,56,9).

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

RGB channels and saturation

R 150 of 255 = 59%
G 56 of 255 = 22%
B 9 of 255 = 4%

150
56
9

R + G + B ~ 28%. #963809 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 56 + 9 = 215 (100%)
R 150 of 215 ~ 69.77%
G 56 of 215 ~ 26.05%
B 9 of 215 ~ 4.19%

%69.77
%26.05

CMYK color model

#963809 color CMYK value is (0,63,94,41).

  • cyan value is 0.00%
  • magenta value is 62.67%
  • yellow value is 94.00%
  • key color value is 41.18%
CMYK:
(0,63,94,41)
C0M63Y94K41 
(0%,63%,94%,41%)
(0.00/0.63/0.94/0.41)	

CMYK percentages

%0
%62.67
%94
%41.18

Codes

Color #963809 in popluar color models

963809
RGB150569
HSL20°88.68%31.18%
HSB/HSV20°94.00%58.82%
CMYK0.00%62.67%94.00%
41.18%

Color #963809 in popluar number systems.

HEX963809
Decimal150569
Binary100101101110001001
Octal2267011

Shades and tints

Shades of #963809

#963809
(150,56,9)
#893309
(137,51,9)
#7C2E09
(124,46,9)
#6F2909
(111,41,9)
#622409
(98,36,9)
#551F09
(85,31,9)
#481A09
(72,26,9)
#3B1509
(59,21,9)
#2E1009
(46,16,9)
#210B09
(33,11,9)
#140609
(20,6,9)
#000000
(0,0,0)

Tints of #963809

#963809
(150,56,9)
#9F4A1F
(159,74,31)
#A85C35
(168,92,53)
#B16E4B
(177,110,75)
#BA8061
(186,128,97)
#C39277
(195,146,119)
#CCA48D
(204,164,141)
#D5B6A3
(213,182,163)
#DEC8B9
(222,200,185)
#E7DACF
(231,218,207)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #963809; }

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

This text font color is #963809.


Background Color

.myBgColor { background-color: #963809; }

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

This div background color is #963809.


Border color

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

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

This div border color is #963809.


Opacity

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

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

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

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

This text has shadow with #963809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963809 on black background.


Color preview on white background

This text has color #963809 on white background.



Black color preview on #963809 background

This text has black color on #963809 background.


White color preview on #963809 background

This text has white color on #963809 background.