COLOR #9D5A4D

HEX: #9D5A4D
RGB: (157,90,77)

Color info

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

RGB color model

#9D5A4D color RGB value is (157,90,77).

  • red value is 157;
  • green value is 90;
  • blue value is 77.
RGB:
(157,90,77)
(62%,35%,30%)

RGB channels and saturation

R 157 of 255 = 62%
G 90 of 255 = 35%
B 77 of 255 = 30%

157
90
77

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

Portions of RGB colors in percentages

R + G + B =
157 + 90 + 77 = 324 (100%)
R 157 of 324 ~ 48.46%
G 90 of 324 ~ 27.78%
B 77 of 324 ~ 23.77%

%48.46
%27.78
%23.77

CMYK color model

#9D5A4D color CMYK value is (0,43,51,38).

  • cyan value is 0.00%
  • magenta value is 42.68%
  • yellow value is 50.96%
  • key color value is 38.43%
CMYK:
(0,43,51,38)
C0M43Y51K38 
(0%,43%,51%,38%)
(0.00/0.43/0.51/0.38)	

CMYK percentages

%0
%42.68
%50.96
%38.43

Codes

Color #9D5A4D in popluar color models

9D5A4D
RGB1579077
HSL10°34.19%45.88%
HSB/HSV10°50.96%61.57%
CMYK0.00%42.68%50.96%
38.43%

Color #9D5A4D in popluar number systems.

HEX9D5A4D
Decimal1579077
Binary1001110110110101001101
Octal235132115

Shades and tints

Shades of #9D5A4D

#9D5A4D
(157,90,77)
#8F5246
(143,82,70)
#814A3F
(129,74,63)
#734238
(115,66,56)
#653A31
(101,58,49)
#57322A
(87,50,42)
#492A23
(73,42,35)
#3B221C
(59,34,28)
#2D1A15
(45,26,21)
#1F120E
(31,18,14)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #9D5A4D

#9D5A4D
(157,90,77)
#A5695D
(165,105,93)
#AD786D
(173,120,109)
#B5877D
(181,135,125)
#BD968D
(189,150,141)
#C5A59D
(197,165,157)
#CDB4AD
(205,180,173)
#D5C3BD
(213,195,189)
#DDD2CD
(221,210,205)
#E5E1DD
(229,225,221)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5A4D color. Also use rgb(157,90,77) instead hex code.

Text Font Color

.myTextColor { color: #9D5A4D; }

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

This text font color is #9D5A4D.


Background Color

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

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

This div background color is #9D5A4D.


Border color

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

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

This div border color is #9D5A4D.


Opacity

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

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

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

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

This text has shadow with #9D5A4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5A4D on black background.


Color preview on white background

This text has color #9D5A4D on white background.



Black color preview on #9D5A4D background

This text has black color on #9D5A4D background.


White color preview on #9D5A4D background

This text has white color on #9D5A4D background.