COLOR #9D4D3F

HEX: #9D4D3F
RGB: (157,77,63)

Color info

#9D4D3F contains mainly red color. Web safe color of #9D4D3F is #993333 (or #933).

RGB color model

#9D4D3F color RGB value is (157,77,63).

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

RGB channels and saturation

R 157 of 255 = 62%
G 77 of 255 = 30%
B 63 of 255 = 25%

157
77
63

R + G + B ~ 39%. #9D4D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 77 + 63 = 297 (100%)
R 157 of 297 ~ 52.86%
G 77 of 297 ~ 25.93%
B 63 of 297 ~ 21.21%

%52.86
%25.93
%21.21

CMYK color model

#9D4D3F color CMYK value is (0,51,60,38).

  • cyan value is 0.00%
  • magenta value is 50.96%
  • yellow value is 59.87%
  • key color value is 38.43%
CMYK:
(0,51,60,38)
C0M51Y60K38 
(0%,51%,60%,38%)
(0.00/0.51/0.60/0.38)	

CMYK percentages

%0
%50.96
%59.87
%38.43

Codes

Color #9D4D3F in popluar color models

9D4D3F
RGB1577763
HSL42.73%43.14%
HSB/HSV59.87%61.57%
CMYK0.00%50.96%59.87%
38.43%

Color #9D4D3F in popluar number systems.

HEX9D4D3F
Decimal1577763
Binary100111011001101111111
Octal23511577

Shades and tints

Shades of #9D4D3F

#9D4D3F
(157,77,63)
#8F463A
(143,70,58)
#813F35
(129,63,53)
#733830
(115,56,48)
#65312B
(101,49,43)
#572A26
(87,42,38)
#492321
(73,35,33)
#3B1C1C
(59,28,28)
#2D1517
(45,21,23)
#1F0E12
(31,14,18)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #9D4D3F

#9D4D3F
(157,77,63)
#A55D50
(165,93,80)
#AD6D61
(173,109,97)
#B57D72
(181,125,114)
#BD8D83
(189,141,131)
#C59D94
(197,157,148)
#CDADA5
(205,173,165)
#D5BDB6
(213,189,182)
#DDCDC7
(221,205,199)
#E5DDD8
(229,221,216)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4D3F; }

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

This text font color is #9D4D3F.


Background Color

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

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

This div background color is #9D4D3F.


Border color

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

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

This div border color is #9D4D3F.


Opacity

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

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

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

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

This text has shadow with #9D4D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4D3F on black background.


Color preview on white background

This text has color #9D4D3F on white background.



Black color preview on #9D4D3F background

This text has black color on #9D4D3F background.


White color preview on #9D4D3F background

This text has white color on #9D4D3F background.