COLOR #964A09

HEX: #964A09
RGB: (150,74,9)

Color info

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

RGB color model

#964A09 color RGB value is (150,74,9).

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

RGB channels and saturation

R 150 of 255 = 59%
G 74 of 255 = 29%
B 9 of 255 = 4%

150
74
9

R + G + B ~ 31%. #964A09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 74 + 9 = 233 (100%)
R 150 of 233 ~ 64.38%
G 74 of 233 ~ 31.76%
B 9 of 233 ~ 3.86%

%64.38
%31.76

CMYK color model

#964A09 color CMYK value is (0,51,94,41).

  • cyan value is 0.00%
  • magenta value is 50.67%
  • yellow value is 94.00%
  • key color value is 41.18%
CMYK:
(0,51,94,41)
C0M51Y94K41 
(0%,51%,94%,41%)
(0.00/0.51/0.94/0.41)	

CMYK percentages

%0
%50.67
%94
%41.18

Codes

Color #964A09 in popluar color models

964A09
RGB150749
HSL28°88.68%31.18%
HSB/HSV28°94.00%58.82%
CMYK0.00%50.67%94.00%
41.18%

Color #964A09 in popluar number systems.

HEX964A09
Decimal150749
Binary1001011010010101001
Octal22611211

Shades and tints

Shades of #964A09

#964A09
(150,74,9)
#894409
(137,68,9)
#7C3E09
(124,62,9)
#6F3809
(111,56,9)
#623209
(98,50,9)
#552C09
(85,44,9)
#482609
(72,38,9)
#3B2009
(59,32,9)
#2E1A09
(46,26,9)
#211409
(33,20,9)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #964A09

#964A09
(150,74,9)
#9F5A1F
(159,90,31)
#A86A35
(168,106,53)
#B17A4B
(177,122,75)
#BA8A61
(186,138,97)
#C39A77
(195,154,119)
#CCAA8D
(204,170,141)
#D5BAA3
(213,186,163)
#DECAB9
(222,202,185)
#E7DACF
(231,218,207)
#F0EAE5
(240,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #964A09; }

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

This text font color is #964A09.


Background Color

.myBgColor { background-color: #964A09; }

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

This div background color is #964A09.


Border color

.myBorderColor { border: 1px solid #964A09; }

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

This div border color is #964A09.


Opacity

.myOpacity80 { color: #964A09; opacity: 0.8; }

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

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

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

This text has shadow with #964A09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #964A09 on black background.


Color preview on white background

This text has color #964A09 on white background.



Black color preview on #964A09 background

This text has black color on #964A09 background.


White color preview on #964A09 background

This text has white color on #964A09 background.