COLOR #9D4C50

HEX: #9D4C50
RGB: (157,76,80)

Color info

#9D4C50 contains mainly red color. Web safe color of #9D4C50 is #993366 (or #936).

RGB color model

#9D4C50 color RGB value is (157,76,80).

  • red value is 157;
  • green value is 76;
  • blue value is 80.
RGB:
(157,76,80)
(62%,30%,31%)

RGB channels and saturation

R 157 of 255 = 62%
G 76 of 255 = 30%
B 80 of 255 = 31%

157
76
80

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

Portions of RGB colors in percentages

R + G + B =
157 + 76 + 80 = 313 (100%)
R 157 of 313 ~ 50.16%
G 76 of 313 ~ 24.28%
B 80 of 313 ~ 25.56%

%50.16
%24.28
%25.56

CMYK color model

#9D4C50 color CMYK value is (0,52,49,38).

  • cyan value is 0.00%
  • magenta value is 51.59%
  • yellow value is 49.04%
  • key color value is 38.43%
CMYK:
(0,52,49,38)
C0M52Y49K38 
(0%,52%,49%,38%)
(0.00/0.52/0.49/0.38)	

CMYK percentages

%0
%51.59
%49.04
%38.43

Codes

Color #9D4C50 in popluar color models

9D4C50
RGB1577680
HSL357°34.76%45.69%
HSB/HSV357°51.59%61.57%
CMYK0.00%51.59%49.04%
38.43%

Color #9D4C50 in popluar number systems.

HEX9D4C50
Decimal1577680
Binary1001110110011001010000
Octal235114120

Shades and tints

Shades of #9D4C50

#9D4C50
(157,76,80)
#8F4649
(143,70,73)
#814042
(129,64,66)
#733A3B
(115,58,59)
#653434
(101,52,52)
#572E2D
(87,46,45)
#492826
(73,40,38)
#3B221F
(59,34,31)
#2D1C18
(45,28,24)
#1F1611
(31,22,17)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #9D4C50

#9D4C50
(157,76,80)
#A55C5F
(165,92,95)
#AD6C6E
(173,108,110)
#B57C7D
(181,124,125)
#BD8C8C
(189,140,140)
#C59C9B
(197,156,155)
#CDACAA
(205,172,170)
#D5BCB9
(213,188,185)
#DDCCC8
(221,204,200)
#E5DCD7
(229,220,215)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D4C50 color. Also use rgb(157,76,80) instead hex code.

Text Font Color

.myTextColor { color: #9D4C50; }

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

This text font color is #9D4C50.


Background Color

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

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

This div background color is #9D4C50.


Border color

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

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

This div border color is #9D4C50.


Opacity

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

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

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

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

This text has shadow with #9D4C50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D4C50 on black background.


Color preview on white background

This text has color #9D4C50 on white background.



Black color preview on #9D4C50 background

This text has black color on #9D4C50 background.


White color preview on #9D4C50 background

This text has white color on #9D4C50 background.