COLOR #9D5E62

HEX: #9D5E62
RGB: (157,94,98)

Color info

#9D5E62 contains mainly red and blue colors. Web safe color of #9D5E62 is #996666 (or #966).

RGB color model

#9D5E62 color RGB value is (157,94,98).

  • red value is 157;
  • green value is 94;
  • blue value is 98.
RGB:
(157,94,98)
(62%,37%,38%)

RGB channels and saturation

R 157 of 255 = 62%
G 94 of 255 = 37%
B 98 of 255 = 38%

157
94
98

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

Portions of RGB colors in percentages

R + G + B =
157 + 94 + 98 = 349 (100%)
R 157 of 349 ~ 44.99%
G 94 of 349 ~ 26.93%
B 98 of 349 ~ 28.08%

%44.99
%26.93
%28.08

CMYK color model

#9D5E62 color CMYK value is (0,40,38,38).

  • cyan value is 0.00%
  • magenta value is 40.13%
  • yellow value is 37.58%
  • key color value is 38.43%
CMYK:
(0,40,38,38)
C0M40Y38K38 
(0%,40%,38%,38%)
(0.00/0.40/0.38/0.38)	

CMYK percentages

%0
%40.13
%37.58
%38.43

Codes

Color #9D5E62 in popluar color models

9D5E62
RGB1579498
HSL356°25.10%49.22%
HSB/HSV356°40.13%61.57%
CMYK0.00%40.13%37.58%
38.43%

Color #9D5E62 in popluar number systems.

HEX9D5E62
Decimal1579498
Binary1001110110111101100010
Octal235136142

Shades and tints

Shades of #9D5E62

#9D5E62
(157,94,98)
#8F565A
(143,86,90)
#814E52
(129,78,82)
#73464A
(115,70,74)
#653E42
(101,62,66)
#57363A
(87,54,58)
#492E32
(73,46,50)
#3B262A
(59,38,42)
#2D1E22
(45,30,34)
#1F161A
(31,22,26)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #9D5E62

#9D5E62
(157,94,98)
#A56C70
(165,108,112)
#AD7A7E
(173,122,126)
#B5888C
(181,136,140)
#BD969A
(189,150,154)
#C5A4A8
(197,164,168)
#CDB2B6
(205,178,182)
#D5C0C4
(213,192,196)
#DDCED2
(221,206,210)
#E5DCE0
(229,220,224)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D5E62 color. Also use rgb(157,94,98) instead hex code.

Text Font Color

.myTextColor { color: #9D5E62; }

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

This text font color is #9D5E62.


Background Color

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

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

This div background color is #9D5E62.


Border color

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

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

This div border color is #9D5E62.


Opacity

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

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

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

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

This text has shadow with #9D5E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5E62 on black background.


Color preview on white background

This text has color #9D5E62 on white background.



Black color preview on #9D5E62 background

This text has black color on #9D5E62 background.


White color preview on #9D5E62 background

This text has white color on #9D5E62 background.