COLOR #965416

HEX: #965416
RGB: (150,84,22)

Color info

#965416 contains mainly red color. Web safe color of #965416 is #996600 (or #960).

RGB color model

#965416 color RGB value is (150,84,22).

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

RGB channels and saturation

R 150 of 255 = 59%
G 84 of 255 = 33%
B 22 of 255 = 9%

150
84
22

R + G + B ~ 34%. #965416 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 84 + 22 = 256 (100%)
R 150 of 256 ~ 58.59%
G 84 of 256 ~ 32.81%
B 22 of 256 ~ 8.59%

%58.59
%32.81

CMYK color model

#965416 color CMYK value is (0,44,85,41).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 85.33%
  • key color value is 41.18%
CMYK:
(0,44,85,41)
C0M44Y85K41 
(0%,44%,85%,41%)
(0.00/0.44/0.85/0.41)	

CMYK percentages

%0
%44
%85.33
%41.18

Codes

Color #965416 in popluar color models

965416
RGB1508422
HSL29°74.42%33.73%
HSB/HSV29°85.33%58.82%
CMYK0.00%44.00%85.33%
41.18%

Color #965416 in popluar number systems.

HEX965416
Decimal1508422
Binary10010110101010010110
Octal22612426

Shades and tints

Shades of #965416

#965416
(150,84,22)
#894D14
(137,77,20)
#7C4612
(124,70,18)
#6F3F10
(111,63,16)
#62380E
(98,56,14)
#55310C
(85,49,12)
#482A0A
(72,42,10)
#3B2308
(59,35,8)
#2E1C06
(46,28,6)
#211504
(33,21,4)
#140E02
(20,14,2)
#000000
(0,0,0)

Tints of #965416

#965416
(150,84,22)
#9F632B
(159,99,43)
#A87240
(168,114,64)
#B18155
(177,129,85)
#BA906A
(186,144,106)
#C39F7F
(195,159,127)
#CCAE94
(204,174,148)
#D5BDA9
(213,189,169)
#DECCBE
(222,204,190)
#E7DBD3
(231,219,211)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965416 color. Also use rgb(150,84,22) instead hex code.

Text Font Color

.myTextColor { color: #965416; }

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

This text font color is #965416.


Background Color

.myBgColor { background-color: #965416; }

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

This div background color is #965416.


Border color

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

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

This div border color is #965416.


Opacity

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

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

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

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

This text has shadow with #965416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965416 on black background.


Color preview on white background

This text has color #965416 on white background.



Black color preview on #965416 background

This text has black color on #965416 background.


White color preview on #965416 background

This text has white color on #965416 background.