COLOR #9D4F4A

HEX: #9D4F4A
RGB: (157,79,74)

Color info

#9D4F4A contains mainly red color. Web safe color of #9D4F4A is #996633 (or #963).

RGB color model

#9D4F4A color RGB value is (157,79,74).

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

RGB channels and saturation

R 157 of 255 = 62%
G 79 of 255 = 31%
B 74 of 255 = 29%

157
79
74

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

Portions of RGB colors in percentages

R + G + B =
157 + 79 + 74 = 310 (100%)
R 157 of 310 ~ 50.65%
G 79 of 310 ~ 25.48%
B 74 of 310 ~ 23.87%

%50.65
%25.48
%23.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 49.68%
  • yellow value is 52.87%
  • key color value is 38.43%
CMYK:
(0,50,53,38)
C0M50Y53K38 
(0%,50%,53%,38%)
(0.00/0.50/0.53/0.38)	

CMYK percentages

%0
%49.68
%52.87
%38.43

Codes

Color #9D4F4A in popluar color models

9D4F4A
RGB1577974
HSL35.93%45.29%
HSB/HSV52.87%61.57%
CMYK0.00%49.68%52.87%
38.43%

Color #9D4F4A in popluar number systems.

HEX9D4F4A
Decimal1577974
Binary1001110110011111001010
Octal235117112

Shades and tints

Shades of #9D4F4A

#9D4F4A
(157,79,74)
#8F4844
(143,72,68)
#81413E
(129,65,62)
#733A38
(115,58,56)
#653332
(101,51,50)
#572C2C
(87,44,44)
#492526
(73,37,38)
#3B1E20
(59,30,32)
#2D171A
(45,23,26)
#1F1014
(31,16,20)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #9D4F4A

#9D4F4A
(157,79,74)
#A55F5A
(165,95,90)
#AD6F6A
(173,111,106)
#B57F7A
(181,127,122)
#BD8F8A
(189,143,138)
#C59F9A
(197,159,154)
#CDAFAA
(205,175,170)
#D5BFBA
(213,191,186)
#DDCFCA
(221,207,202)
#E5DFDA
(229,223,218)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D4F4A; }

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

This text font color is #9D4F4A.


Background Color

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

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

This div background color is #9D4F4A.


Border color

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

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

This div border color is #9D4F4A.


Opacity

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

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

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

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

This text has shadow with #9D4F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4F4A on black background.


Color preview on white background

This text has color #9D4F4A on white background.



Black color preview on #9D4F4A background

This text has black color on #9D4F4A background.


White color preview on #9D4F4A background

This text has white color on #9D4F4A background.