COLOR #9D4E55

HEX: #9D4E55
RGB: (157,78,85)

Color info

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

RGB color model

#9D4E55 color RGB value is (157,78,85).

  • red value is 157;
  • green value is 78;
  • blue value is 85.
RGB:
(157,78,85)
(62%,31%,33%)

RGB channels and saturation

R 157 of 255 = 62%
G 78 of 255 = 31%
B 85 of 255 = 33%

157
78
85

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

Portions of RGB colors in percentages

R + G + B =
157 + 78 + 85 = 320 (100%)
R 157 of 320 ~ 49.06%
G 78 of 320 ~ 24.38%
B 85 of 320 ~ 26.56%

%49.06
%24.38
%26.56

CMYK color model

#9D4E55 color CMYK value is (0,50,46,38).

  • cyan value is 0.00%
  • magenta value is 50.32%
  • yellow value is 45.86%
  • key color value is 38.43%
CMYK:
(0,50,46,38)
C0M50Y46K38 
(0%,50%,46%,38%)
(0.00/0.50/0.46/0.38)	

CMYK percentages

%0
%50.32
%45.86
%38.43

Codes

Color #9D4E55 in popluar color models

9D4E55
RGB1577885
HSL355°33.62%46.08%
HSB/HSV355°50.32%61.57%
CMYK0.00%50.32%45.86%
38.43%

Color #9D4E55 in popluar number systems.

HEX9D4E55
Decimal1577885
Binary1001110110011101010101
Octal235116125

Shades and tints

Shades of #9D4E55

#9D4E55
(157,78,85)
#8F474E
(143,71,78)
#814047
(129,64,71)
#733940
(115,57,64)
#653239
(101,50,57)
#572B32
(87,43,50)
#49242B
(73,36,43)
#3B1D24
(59,29,36)
#2D161D
(45,22,29)
#1F0F16
(31,15,22)
#11080F
(17,8,15)
#000000
(0,0,0)

Tints of #9D4E55

#9D4E55
(157,78,85)
#A55E64
(165,94,100)
#AD6E73
(173,110,115)
#B57E82
(181,126,130)
#BD8E91
(189,142,145)
#C59EA0
(197,158,160)
#CDAEAF
(205,174,175)
#D5BEBE
(213,190,190)
#DDCECD
(221,206,205)
#E5DEDC
(229,222,220)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4E55 color. Also use rgb(157,78,85) instead hex code.

Text Font Color

.myTextColor { color: #9D4E55; }

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

This text font color is #9D4E55.


Background Color

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

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

This div background color is #9D4E55.


Border color

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

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

This div border color is #9D4E55.


Opacity

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

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

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

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

This text has shadow with #9D4E55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4E55 on black background.


Color preview on white background

This text has color #9D4E55 on white background.



Black color preview on #9D4E55 background

This text has black color on #9D4E55 background.


White color preview on #9D4E55 background

This text has white color on #9D4E55 background.