COLOR #9A5D4C

HEX: #9A5D4C
RGB: (154,93,76)

Color info

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

RGB color model

#9A5D4C color RGB value is (154,93,76).

  • red value is 154;
  • green value is 93;
  • blue value is 76.
RGB:
(154,93,76)
(60%,36%,30%)

RGB channels and saturation

R 154 of 255 = 60%
G 93 of 255 = 36%
B 76 of 255 = 30%

154
93
76

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

Portions of RGB colors in percentages

R + G + B =
154 + 93 + 76 = 323 (100%)
R 154 of 323 ~ 47.68%
G 93 of 323 ~ 28.79%
B 76 of 323 ~ 23.53%

%47.68
%28.79
%23.53

CMYK color model

#9A5D4C color CMYK value is (0,40,51,40).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(0,40,51,40)
C0M40Y51K40 
(0%,40%,51%,40%)
(0.00/0.40/0.51/0.40)	

CMYK percentages

%0
%39.61
%50.65
%39.61

Codes

Color #9A5D4C in popluar color models

9A5D4C
RGB1549376
HSL13°33.91%45.10%
HSB/HSV13°50.65%60.39%
CMYK0.00%39.61%50.65%
39.61%

Color #9A5D4C in popluar number systems.

HEX9A5D4C
Decimal1549376
Binary1001101010111011001100
Octal232135114

Shades and tints

Shades of #9A5D4C

#9A5D4C
(154,93,76)
#8C5546
(140,85,70)
#7E4D40
(126,77,64)
#70453A
(112,69,58)
#623D34
(98,61,52)
#54352E
(84,53,46)
#462D28
(70,45,40)
#382522
(56,37,34)
#2A1D1C
(42,29,28)
#1C1516
(28,21,22)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #9A5D4C

#9A5D4C
(154,93,76)
#A36B5C
(163,107,92)
#AC796C
(172,121,108)
#B5877C
(181,135,124)
#BE958C
(190,149,140)
#C7A39C
(199,163,156)
#D0B1AC
(208,177,172)
#D9BFBC
(217,191,188)
#E2CDCC
(226,205,204)
#EBDBDC
(235,219,220)
#F4E9EC
(244,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5D4C color. Also use rgb(154,93,76) instead hex code.

Text Font Color

.myTextColor { color: #9A5D4C; }

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

This text font color is #9A5D4C.


Background Color

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

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

This div background color is #9A5D4C.


Border color

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

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

This div border color is #9A5D4C.


Opacity

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

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

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

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

This text has shadow with #9A5D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A5D4C on black background.


Color preview on white background

This text has color #9A5D4C on white background.



Black color preview on #9A5D4C background

This text has black color on #9A5D4C background.


White color preview on #9A5D4C background

This text has white color on #9A5D4C background.