COLOR #9A5B59

HEX: #9A5B59
RGB: (154,91,89)

Color info

#9A5B59 contains mainly red color. Web safe color of #9A5B59 is #996666 (or #966).

RGB color model

#9A5B59 color RGB value is (154,91,89).

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

RGB channels and saturation

R 154 of 255 = 60%
G 91 of 255 = 36%
B 89 of 255 = 35%

154
91
89

R + G + B ~ 44%. #9A5B59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 91 + 89 = 334 (100%)
R 154 of 334 ~ 46.11%
G 91 of 334 ~ 27.25%
B 89 of 334 ~ 26.65%

%46.11
%27.25
%26.65

CMYK color model

#9A5B59 color CMYK value is (0,41,42,40).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 42.21%
  • key color value is 39.61%
CMYK:
(0,41,42,40)
C0M41Y42K40 
(0%,41%,42%,40%)
(0.00/0.41/0.42/0.40)	

CMYK percentages

%0
%40.91
%42.21
%39.61

Codes

Color #9A5B59 in popluar color models

9A5B59
RGB1549189
HSL26.75%47.65%
HSB/HSV42.21%60.39%
CMYK0.00%40.91%42.21%
39.61%

Color #9A5B59 in popluar number systems.

HEX9A5B59
Decimal1549189
Binary1001101010110111011001
Octal232133131

Shades and tints

Shades of #9A5B59

#9A5B59
(154,91,89)
#8C5351
(140,83,81)
#7E4B49
(126,75,73)
#704341
(112,67,65)
#623B39
(98,59,57)
#543331
(84,51,49)
#462B29
(70,43,41)
#382321
(56,35,33)
#2A1B19
(42,27,25)
#1C1311
(28,19,17)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #9A5B59

#9A5B59
(154,91,89)
#A36968
(163,105,104)
#AC7777
(172,119,119)
#B58586
(181,133,134)
#BE9395
(190,147,149)
#C7A1A4
(199,161,164)
#D0AFB3
(208,175,179)
#D9BDC2
(217,189,194)
#E2CBD1
(226,203,209)
#EBD9E0
(235,217,224)
#F4E7EF
(244,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A5B59; }

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

This text font color is #9A5B59.


Background Color

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

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

This div background color is #9A5B59.


Border color

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

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

This div border color is #9A5B59.


Opacity

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

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

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

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

This text has shadow with #9A5B59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5B59 on black background.


Color preview on white background

This text has color #9A5B59 on white background.



Black color preview on #9A5B59 background

This text has black color on #9A5B59 background.


White color preview on #9A5B59 background

This text has white color on #9A5B59 background.