COLOR #9A5F32

HEX: #9A5F32
RGB: (154,95,50)

Color info

#9A5F32 contains mainly red and green colors. Web safe color of #9A5F32 is #996633 (or #963).

RGB color model

#9A5F32 color RGB value is (154,95,50).

  • red value is 154;
  • green value is 95;
  • blue value is 50.
RGB:
(154,95,50)
(60%,37%,20%)

RGB channels and saturation

R 154 of 255 = 60%
G 95 of 255 = 37%
B 50 of 255 = 20%

154
95
50

R + G + B ~ 39%. #9A5F32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 95 + 50 = 299 (100%)
R 154 of 299 ~ 51.51%
G 95 of 299 ~ 31.77%
B 50 of 299 ~ 16.72%

%51.51
%31.77
%16.72

CMYK color model

#9A5F32 color CMYK value is (0,38,68,40).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 67.53%
  • key color value is 39.61%
CMYK:
(0,38,68,40)
C0M38Y68K40 
(0%,38%,68%,40%)
(0.00/0.38/0.68/0.40)	

CMYK percentages

%0
%38.31
%67.53
%39.61

Codes

Color #9A5F32 in popluar color models

9A5F32
RGB1549550
HSL26°50.98%40.00%
HSB/HSV26°67.53%60.39%
CMYK0.00%38.31%67.53%
39.61%

Color #9A5F32 in popluar number systems.

HEX9A5F32
Decimal1549550
Binary100110101011111110010
Octal23213762

Shades and tints

Shades of #9A5F32

#9A5F32
(154,95,50)
#8C572E
(140,87,46)
#7E4F2A
(126,79,42)
#704726
(112,71,38)
#623F22
(98,63,34)
#54371E
(84,55,30)
#462F1A
(70,47,26)
#382716
(56,39,22)
#2A1F12
(42,31,18)
#1C170E
(28,23,14)
#0E0F0A
(14,15,10)
#000000
(0,0,0)

Tints of #9A5F32

#9A5F32
(154,95,50)
#A36D44
(163,109,68)
#AC7B56
(172,123,86)
#B58968
(181,137,104)
#BE977A
(190,151,122)
#C7A58C
(199,165,140)
#D0B39E
(208,179,158)
#D9C1B0
(217,193,176)
#E2CFC2
(226,207,194)
#EBDDD4
(235,221,212)
#F4EBE6
(244,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5F32 color. Also use rgb(154,95,50) instead hex code.

Text Font Color

.myTextColor { color: #9A5F32; }

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

This text font color is #9A5F32.


Background Color

.myBgColor { background-color: #9A5F32; }

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

This div background color is #9A5F32.


Border color

.myBorderColor { border: 1px solid #9A5F32; }

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

This div border color is #9A5F32.


Opacity

.myOpacity80 { color: #9A5F32; opacity: 0.8; }

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

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

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

This text has shadow with #9A5F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5F32 on black background.


Color preview on white background

This text has color #9A5F32 on white background.



Black color preview on #9A5F32 background

This text has black color on #9A5F32 background.


White color preview on #9A5F32 background

This text has white color on #9A5F32 background.