COLOR #9A5E5B

HEX: #9A5E5B RGB: (154,94,91)

Color info

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

RGB color model

#9A5E5B color RGB value is (154,94,91).

RGB: (154,94,91) (60%, 37%, 36%)

RGB channels and saturation

R 154 of 255 = 60%
G 94 of 255 = 37%
B 91 of 255 = 36%

154
94
91

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

Portions of RGB colors in percentages

R + G + B = 154 + 94 + 91 = 339 (100%)
R 154 of 339 ~ 45.43%
G 94 of 339 ~ 27.73%
B 91 of 339 ~ 26.84'%

%45.43
%27.73
%26.84

CMYK color model

#9A5E5B color CMYK value is (0,39,41,40).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 40.91%
  • key color value is 39.61%

CMYK: (0,39,41,40)
C0M39Y41K40 (0%, 39%, 41%, 40%)
(0.00 / 0.39 / 0.41 / 0.40)

CMYK percentages

%0
%38.96
%40.91
%39.61

Codes

Color #9A5E5B in popluar color models

9A 5E 5B
RGB 154 94 91
HSL 25.71% 48.04%
HSB/HSV 40.91% 60.39%
CMYK 0.00% 38.96% 40.91%
39.61%

Color #9A5E5B in popluar number systems.

HEX 9A 5E 5B
Decimal 154 94 91
Binary 10011010 1011110 1011011
Octal 232 136 133

Shades and tints

Shades of #9A5E5B

#9A5E5B
(154,94,91)
#8C5653
(140,86,83)
#7E4E4B
(126,78,75)
#704643
(112,70,67)
#623E3B
(98,62,59)
#543633
(84,54,51)
#462E2B
(70,46,43)
#382623
(56,38,35)
#2A1E1B
(42,30,27)
#1C1613
(28,22,19)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #9A5E5B

#9A5E5B
(154,94,91)
#A36C69
(163,108,105)
#AC7A77
(172,122,119)
#B58885
(181,136,133)
#BE9693
(190,150,147)
#C7A4A1
(199,164,161)
#D0B2AF
(208,178,175)
#D9C0BD
(217,192,189)
#E2CECB
(226,206,203)
#EBDCD9
(235,220,217)
#F4EAE7
(244,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A5E5B; }

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

This text font color is #9A5E5B.

Background Color

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

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

This div background color is #9A5E5B.

Border color

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

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

This div border color is #9A5E5B.

Opacity

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

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

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

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

This text has shadow with #9A5E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A5E5B.

Preview

Color preview on black background

This text has color #9A5E5B on black background.


Color preview on white background

This text has color #9A5E5B on white background.


Black color preview on #9A5E5B background

This text has black color on #9A5E5B background.


White color preview on #9A5E5B background

This text has white color on #9A5E5B background.


Related colors

Complementary color

Complementary color for #hex is #65A1A4.


I love getcolorcode.com

Triadic colors

1 #5B9A5E and #5E5B9A with #9A5E5B are triadic colors.

2 #5B5E9A and #5E9A5B with #9A5E5B are triadic colors.