COLOR #9D5050

HEX: #9D5050
RGB: (157,80,80)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
80
80

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

Portions of RGB colors in percentages

R + G + B =
157 + 80 + 80 = 317 (100%)
R 157 of 317 ~ 49.53%
G 80 of 317 ~ 25.24%
B 80 of 317 ~ 25.24%

%49.53
%25.24
%25.24

CMYK color model

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

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

CMYK percentages

%0
%49.04
%49.04
%38.43

Codes

Color #9D5050 in popluar color models

9D5050
RGB1578080
HSL32.49%46.47%
HSB/HSV49.04%61.57%
CMYK0.00%49.04%49.04%
38.43%

Color #9D5050 in popluar number systems.

HEX9D5050
Decimal1578080
Binary1001110110100001010000
Octal235120120

Shades and tints

Shades of #9D5050

#9D5050
(157,80,80)
#8F4949
(143,73,73)
#814242
(129,66,66)
#733B3B
(115,59,59)
#653434
(101,52,52)
#572D2D
(87,45,45)
#492626
(73,38,38)
#3B1F1F
(59,31,31)
#2D1818
(45,24,24)
#1F1111
(31,17,17)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #9D5050

#9D5050
(157,80,80)
#A55F5F
(165,95,95)
#AD6E6E
(173,110,110)
#B57D7D
(181,125,125)
#BD8C8C
(189,140,140)
#C59B9B
(197,155,155)
#CDAAAA
(205,170,170)
#D5B9B9
(213,185,185)
#DDC8C8
(221,200,200)
#E5D7D7
(229,215,215)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5050; }

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

This text font color is #9D5050.


Background Color

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

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

This div background color is #9D5050.


Border color

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

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

This div border color is #9D5050.


Opacity

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

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

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

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

This text has shadow with #9D5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5050 on black background.


Color preview on white background

This text has color #9D5050 on white background.



Black color preview on #9D5050 background

This text has black color on #9D5050 background.


White color preview on #9D5050 background

This text has white color on #9D5050 background.