COLOR #9D4F4E

HEX: #9D4F4E
RGB: (157,79,78)

Color info

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

RGB color model

#9D4F4E color RGB value is (157,79,78).

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

RGB channels and saturation

R 157 of 255 = 62%
G 79 of 255 = 31%
B 78 of 255 = 31%

157
79
78

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

Portions of RGB colors in percentages

R + G + B =
157 + 79 + 78 = 314 (100%)
R 157 of 314 ~ 50%
G 79 of 314 ~ 25.16%
B 78 of 314 ~ 24.84%

%50
%25.16
%24.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.68%
  • yellow value is 50.32%
  • key color value is 38.43%
CMYK:
(0,50,50,38)
C0M50Y50K38 
(0%,50%,50%,38%)
(0.00/0.50/0.50/0.38)	

CMYK percentages

%0
%49.68
%50.32
%38.43

Codes

Color #9D4F4E in popluar color models

9D4F4E
RGB1577978
HSL33.62%46.08%
HSB/HSV50.32%61.57%
CMYK0.00%49.68%50.32%
38.43%

Color #9D4F4E in popluar number systems.

HEX9D4F4E
Decimal1577978
Binary1001110110011111001110
Octal235117116

Shades and tints

Shades of #9D4F4E

#9D4F4E
(157,79,78)
#8F4847
(143,72,71)
#814140
(129,65,64)
#733A39
(115,58,57)
#653332
(101,51,50)
#572C2B
(87,44,43)
#492524
(73,37,36)
#3B1E1D
(59,30,29)
#2D1716
(45,23,22)
#1F100F
(31,16,15)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #9D4F4E

#9D4F4E
(157,79,78)
#A55F5E
(165,95,94)
#AD6F6E
(173,111,110)
#B57F7E
(181,127,126)
#BD8F8E
(189,143,142)
#C59F9E
(197,159,158)
#CDAFAE
(205,175,174)
#D5BFBE
(213,191,190)
#DDCFCE
(221,207,206)
#E5DFDE
(229,223,222)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4F4E; }

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

This text font color is #9D4F4E.


Background Color

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

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

This div background color is #9D4F4E.


Border color

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

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

This div border color is #9D4F4E.


Opacity

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

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

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

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

This text has shadow with #9D4F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4F4E on black background.


Color preview on white background

This text has color #9D4F4E on white background.



Black color preview on #9D4F4E background

This text has black color on #9D4F4E background.


White color preview on #9D4F4E background

This text has white color on #9D4F4E background.