COLOR #9D5D56

HEX: #9D5D56
RGB: (157,93,86)

Color info

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

RGB color model

#9D5D56 color RGB value is (157,93,86).

  • red value is 157;
  • green value is 93;
  • blue value is 86.
RGB:
(157,93,86)
(62%,36%,34%)

RGB channels and saturation

R 157 of 255 = 62%
G 93 of 255 = 36%
B 86 of 255 = 34%

157
93
86

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

Portions of RGB colors in percentages

R + G + B =
157 + 93 + 86 = 336 (100%)
R 157 of 336 ~ 46.73%
G 93 of 336 ~ 27.68%
B 86 of 336 ~ 25.6%

%46.73
%27.68
%25.6

CMYK color model

#9D5D56 color CMYK value is (0,41,45,38).

  • cyan value is 0.00%
  • magenta value is 40.76%
  • yellow value is 45.22%
  • key color value is 38.43%
CMYK:
(0,41,45,38)
C0M41Y45K38 
(0%,41%,45%,38%)
(0.00/0.41/0.45/0.38)	

CMYK percentages

%0
%40.76
%45.22
%38.43

Codes

Color #9D5D56 in popluar color models

9D5D56
RGB1579386
HSL29.22%47.65%
HSB/HSV45.22%61.57%
CMYK0.00%40.76%45.22%
38.43%

Color #9D5D56 in popluar number systems.

HEX9D5D56
Decimal1579386
Binary1001110110111011010110
Octal235135126

Shades and tints

Shades of #9D5D56

#9D5D56
(157,93,86)
#8F554F
(143,85,79)
#814D48
(129,77,72)
#734541
(115,69,65)
#653D3A
(101,61,58)
#573533
(87,53,51)
#492D2C
(73,45,44)
#3B2525
(59,37,37)
#2D1D1E
(45,29,30)
#1F1517
(31,21,23)
#110D10
(17,13,16)
#000000
(0,0,0)

Tints of #9D5D56

#9D5D56
(157,93,86)
#A56B65
(165,107,101)
#AD7974
(173,121,116)
#B58783
(181,135,131)
#BD9592
(189,149,146)
#C5A3A1
(197,163,161)
#CDB1B0
(205,177,176)
#D5BFBF
(213,191,191)
#DDCDCE
(221,205,206)
#E5DBDD
(229,219,221)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5D56 color. Also use rgb(157,93,86) instead hex code.

Text Font Color

.myTextColor { color: #9D5D56; }

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

This text font color is #9D5D56.


Background Color

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

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

This div background color is #9D5D56.


Border color

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

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

This div border color is #9D5D56.


Opacity

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

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

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

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

This text has shadow with #9D5D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5D56 on black background.


Color preview on white background

This text has color #9D5D56 on white background.



Black color preview on #9D5D56 background

This text has black color on #9D5D56 background.


White color preview on #9D5D56 background

This text has white color on #9D5D56 background.