COLOR #9A5533

HEX: #9A5533
RGB: (154,85,51)

Color info

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

RGB color model

#9A5533 color RGB value is (154,85,51).

  • red value is 154;
  • green value is 85;
  • blue value is 51.
RGB:
(154,85,51)
(60%,33%,20%)

RGB channels and saturation

R 154 of 255 = 60%
G 85 of 255 = 33%
B 51 of 255 = 20%

154
85
51

R + G + B ~ 38%. #9A5533 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 85 + 51 = 290 (100%)
R 154 of 290 ~ 53.1%
G 85 of 290 ~ 29.31%
B 51 of 290 ~ 17.59%

%53.1
%29.31
%17.59

CMYK color model

#9A5533 color CMYK value is (0,45,67,40).

  • cyan value is 0.00%
  • magenta value is 44.81%
  • yellow value is 66.88%
  • key color value is 39.61%
CMYK:
(0,45,67,40)
C0M45Y67K40 
(0%,45%,67%,40%)
(0.00/0.45/0.67/0.40)	

CMYK percentages

%0
%44.81
%66.88
%39.61

Codes

Color #9A5533 in popluar color models

9A5533
RGB1548551
HSL20°50.24%40.20%
HSB/HSV20°66.88%60.39%
CMYK0.00%44.81%66.88%
39.61%

Color #9A5533 in popluar number systems.

HEX9A5533
Decimal1548551
Binary100110101010101110011
Octal23212563

Shades and tints

Shades of #9A5533

#9A5533
(154,85,51)
#8C4E2F
(140,78,47)
#7E472B
(126,71,43)
#704027
(112,64,39)
#623923
(98,57,35)
#54321F
(84,50,31)
#462B1B
(70,43,27)
#382417
(56,36,23)
#2A1D13
(42,29,19)
#1C160F
(28,22,15)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #9A5533

#9A5533
(154,85,51)
#A36445
(163,100,69)
#AC7357
(172,115,87)
#B58269
(181,130,105)
#BE917B
(190,145,123)
#C7A08D
(199,160,141)
#D0AF9F
(208,175,159)
#D9BEB1
(217,190,177)
#E2CDC3
(226,205,195)
#EBDCD5
(235,220,213)
#F4EBE7
(244,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5533 color. Also use rgb(154,85,51) instead hex code.

Text Font Color

.myTextColor { color: #9A5533; }

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

This text font color is #9A5533.


Background Color

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

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

This div background color is #9A5533.


Border color

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

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

This div border color is #9A5533.


Opacity

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

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

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

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

This text has shadow with #9A5533 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5533 on black background.


Color preview on white background

This text has color #9A5533 on white background.



Black color preview on #9A5533 background

This text has black color on #9A5533 background.


White color preview on #9A5533 background

This text has white color on #9A5533 background.