COLOR #9A5E21

HEX: #9A5E21
RGB: (154,94,33)

Color info

#9A5E21 contains mainly red color. Web safe color of #9A5E21 is #996633 (or #963).

RGB color model

#9A5E21 color RGB value is (154,94,33).

  • red value is 154;
  • green value is 94;
  • blue value is 33.
RGB:
(154,94,33)
(60%,37%,13%)

RGB channels and saturation

R 154 of 255 = 60%
G 94 of 255 = 37%
B 33 of 255 = 13%

154
94
33

R + G + B ~ 37%. #9A5E21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 94 + 33 = 281 (100%)
R 154 of 281 ~ 54.8%
G 94 of 281 ~ 33.45%
B 33 of 281 ~ 11.74%

%54.8
%33.45
%11.74

CMYK color model

#9A5E21 color CMYK value is (0,39,79,40).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 78.57%
  • key color value is 39.61%
CMYK:
(0,39,79,40)
C0M39Y79K40 
(0%,39%,79%,40%)
(0.00/0.39/0.79/0.40)	

CMYK percentages

%0
%38.96
%78.57
%39.61

Codes

Color #9A5E21 in popluar color models

9A5E21
RGB1549433
HSL30°64.71%36.67%
HSB/HSV30°78.57%60.39%
CMYK0.00%38.96%78.57%
39.61%

Color #9A5E21 in popluar number systems.

HEX9A5E21
Decimal1549433
Binary100110101011110100001
Octal23213641

Shades and tints

Shades of #9A5E21

#9A5E21
(154,94,33)
#8C561E
(140,86,30)
#7E4E1B
(126,78,27)
#704618
(112,70,24)
#623E15
(98,62,21)
#543612
(84,54,18)
#462E0F
(70,46,15)
#38260C
(56,38,12)
#2A1E09
(42,30,9)
#1C1606
(28,22,6)
#0E0E03
(14,14,3)
#000000
(0,0,0)

Tints of #9A5E21

#9A5E21
(154,94,33)
#A36C35
(163,108,53)
#AC7A49
(172,122,73)
#B5885D
(181,136,93)
#BE9671
(190,150,113)
#C7A485
(199,164,133)
#D0B299
(208,178,153)
#D9C0AD
(217,192,173)
#E2CEC1
(226,206,193)
#EBDCD5
(235,220,213)
#F4EAE9
(244,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5E21 color. Also use rgb(154,94,33) instead hex code.

Text Font Color

.myTextColor { color: #9A5E21; }

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

This text font color is #9A5E21.


Background Color

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

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

This div background color is #9A5E21.


Border color

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

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

This div border color is #9A5E21.


Opacity

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

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

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

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

This text has shadow with #9A5E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5E21 on black background.


Color preview on white background

This text has color #9A5E21 on white background.



Black color preview on #9A5E21 background

This text has black color on #9A5E21 background.


White color preview on #9A5E21 background

This text has white color on #9A5E21 background.