COLOR #965D09

HEX: #965D09
RGB: (150,93,9)

Color info

#965D09 contains mainly red and green colors. Web safe color of #965D09 is #996600 (or #960).

RGB color model

#965D09 color RGB value is (150,93,9).

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

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 9 of 255 = 4%

150
93
9

R + G + B ~ 33%. #965D09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
150 + 93 + 9 = 252 (100%)
R 150 of 252 ~ 59.52%
G 93 of 252 ~ 36.9%
B 9 of 252 ~ 3.57%

%59.52
%36.9

CMYK color model

#965D09 color CMYK value is (0,38,94,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 94.00%
  • key color value is 41.18%
CMYK:
(0,38,94,41)
C0M38Y94K41 
(0%,38%,94%,41%)
(0.00/0.38/0.94/0.41)	

CMYK percentages

%0
%38
%94
%41.18

Codes

Color #965D09 in popluar color models

965D09
RGB150939
HSL36°88.68%31.18%
HSB/HSV36°94.00%58.82%
CMYK0.00%38.00%94.00%
41.18%

Color #965D09 in popluar number systems.

HEX965D09
Decimal150939
Binary1001011010111011001
Octal22613511

Shades and tints

Shades of #965D09

#965D09
(150,93,9)
#895509
(137,85,9)
#7C4D09
(124,77,9)
#6F4509
(111,69,9)
#623D09
(98,61,9)
#553509
(85,53,9)
#482D09
(72,45,9)
#3B2509
(59,37,9)
#2E1D09
(46,29,9)
#211509
(33,21,9)
#140D09
(20,13,9)
#000000
(0,0,0)

Tints of #965D09

#965D09
(150,93,9)
#9F6B1F
(159,107,31)
#A87935
(168,121,53)
#B1874B
(177,135,75)
#BA9561
(186,149,97)
#C3A377
(195,163,119)
#CCB18D
(204,177,141)
#D5BFA3
(213,191,163)
#DECDB9
(222,205,185)
#E7DBCF
(231,219,207)
#F0E9E5
(240,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #965D09; }

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

This text font color is #965D09.


Background Color

.myBgColor { background-color: #965D09; }

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

This div background color is #965D09.


Border color

.myBorderColor { border: 1px solid #965D09; }

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

This div border color is #965D09.


Opacity

.myOpacity80 { color: #965D09; opacity: 0.8; }

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

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

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

This text has shadow with #965D09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #965D09 on black background.


Color preview on white background

This text has color #965D09 on white background.



Black color preview on #965D09 background

This text has black color on #965D09 background.


White color preview on #965D09 background

This text has white color on #965D09 background.