COLOR #964400

HEX: #964400
RGB: (150,68,0)

Color info

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

RGB color model

#964400 color RGB value is (150,68,0).

  • red value is 150;
  • green value is 68;
  • blue value is 0.
RGB:
(150,68,0)
(59%,27%,0%)

RGB channels and saturation

R 150 of 255 = 59%
G 68 of 255 = 27%
B 0 of 255 = 0%

150
68
0

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

Portions of RGB colors in percentages

R + G + B =
150 + 68 + 0 = 218 (100%)
R 150 of 218 ~ 68.81%
G 68 of 218 ~ 31.19%
B 0 of 218 ~ 0%

%68.81
%31.19

CMYK color model

#964400 color CMYK value is (0,55,100,41).

  • cyan value is 0.00%
  • magenta value is 54.67%
  • yellow value is 100.00%
  • key color value is 41.18%
CMYK:
(0,55,100,41)
C0M55Y100K41 
(0%,55%,100%,41%)
(0.00/0.55/1.00/0.41)	

CMYK percentages

%0
%54.67
%100
%41.18

Codes

Color #964400 in popluar color models

964400
RGB150680
HSL27°100.00%29.41%
HSB/HSV27°100.00%58.82%
CMYK0.00%54.67%100.00%
41.18%

Color #964400 in popluar number systems.

HEX964400
Decimal150680
Binary1001011010001000
Octal2261040

Shades and tints

Shades of #964400

#964400
(150,68,0)
#893E00
(137,62,0)
#7C3800
(124,56,0)
#6F3200
(111,50,0)
#622C00
(98,44,0)
#552600
(85,38,0)
#482000
(72,32,0)
#3B1A00
(59,26,0)
#2E1400
(46,20,0)
#210E00
(33,14,0)
#140800
(20,8,0)
#000000
(0,0,0)

Tints of #964400

#964400
(150,68,0)
#9F5517
(159,85,23)
#A8662E
(168,102,46)
#B17745
(177,119,69)
#BA885C
(186,136,92)
#C39973
(195,153,115)
#CCAA8A
(204,170,138)
#D5BBA1
(213,187,161)
#DECCB8
(222,204,184)
#E7DDCF
(231,221,207)
#F0EEE6
(240,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #964400 color. Also use rgb(150,68,0) instead hex code.

Text Font Color

.myTextColor { color: #964400; }

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

This text font color is #964400.


Background Color

.myBgColor { background-color: #964400; }

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

This div background color is #964400.


Border color

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

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

This div border color is #964400.


Opacity

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

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

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

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

This text has shadow with #964400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964400 on black background.


Color preview on white background

This text has color #964400 on white background.



Black color preview on #964400 background

This text has black color on #964400 background.


White color preview on #964400 background

This text has white color on #964400 background.