COLOR #9A5B21

HEX: #9A5B21
RGB: (154,91,33)

Color info

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

RGB color model

#9A5B21 color RGB value is (154,91,33).

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

RGB channels and saturation

R 154 of 255 = 60%
G 91 of 255 = 36%
B 33 of 255 = 13%

154
91
33

R + G + B ~ 36%. #9A5B21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 91 + 33 = 278 (100%)
R 154 of 278 ~ 55.4%
G 91 of 278 ~ 32.73%
B 33 of 278 ~ 11.87%

%55.4
%32.73
%11.87

CMYK color model

#9A5B21 color CMYK value is (0,41,79,40).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 78.57%
  • key color value is 39.61%
CMYK:
(0,41,79,40)
C0M41Y79K40 
(0%,41%,79%,40%)
(0.00/0.41/0.79/0.40)	

CMYK percentages

%0
%40.91
%78.57
%39.61

Codes

Color #9A5B21 in popluar color models

9A5B21
RGB1549133
HSL29°64.71%36.67%
HSB/HSV29°78.57%60.39%
CMYK0.00%40.91%78.57%
39.61%

Color #9A5B21 in popluar number systems.

HEX9A5B21
Decimal1549133
Binary100110101011011100001
Octal23213341

Shades and tints

Shades of #9A5B21

#9A5B21
(154,91,33)
#8C531E
(140,83,30)
#7E4B1B
(126,75,27)
#704318
(112,67,24)
#623B15
(98,59,21)
#543312
(84,51,18)
#462B0F
(70,43,15)
#38230C
(56,35,12)
#2A1B09
(42,27,9)
#1C1306
(28,19,6)
#0E0B03
(14,11,3)
#000000
(0,0,0)

Tints of #9A5B21

#9A5B21
(154,91,33)
#A36935
(163,105,53)
#AC7749
(172,119,73)
#B5855D
(181,133,93)
#BE9371
(190,147,113)
#C7A185
(199,161,133)
#D0AF99
(208,175,153)
#D9BDAD
(217,189,173)
#E2CBC1
(226,203,193)
#EBD9D5
(235,217,213)
#F4E7E9
(244,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A5B21; }

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

This text font color is #9A5B21.


Background Color

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

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

This div background color is #9A5B21.


Border color

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

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

This div border color is #9A5B21.


Opacity

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

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

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

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

This text has shadow with #9A5B21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5B21 on black background.


Color preview on white background

This text has color #9A5B21 on white background.



Black color preview on #9A5B21 background

This text has black color on #9A5B21 background.


White color preview on #9A5B21 background

This text has white color on #9A5B21 background.