COLOR #9D5450

HEX: #9D5450 RGB: (157,84,80)

Color info

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

RGB color model

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

RGB: (157,84,80) (62%, 33%, 31%)

RGB channels and saturation

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

157
84
80

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

Portions of RGB colors in percentages

R + G + B = 157 + 84 + 80 = 321 (100%)
R 157 of 321 ~ 48.91%
G 84 of 321 ~ 26.17%
B 80 of 321 ~ 24.92'%

%48.91
%26.17
%24.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 49.04%
  • key color value is 38.43%

CMYK: (0,46,49,38)
C0M46Y49K38 (0%, 46%, 49%, 38%)
(0.00 / 0.46 / 0.49 / 0.38)

CMYK percentages

%0
%46.5
%49.04
%38.43

Codes

Color #9D5450 in popluar color models

9D 54 50
RGB 157 84 80
HSL 32.49% 46.47%
HSB/HSV 49.04% 61.57%
CMYK 0.00% 46.50% 49.04%
38.43%

Color #9D5450 in popluar number systems.

HEX 9D 54 50
Decimal 157 84 80
Binary 10011101 1010100 1010000
Octal 235 124 120

Shades and tints

Shades of #9D5450

#9D5450
(157,84,80)
#8F4D49
(143,77,73)
#814642
(129,70,66)
#733F3B
(115,63,59)
#653834
(101,56,52)
#57312D
(87,49,45)
#492A26
(73,42,38)
#3B231F
(59,35,31)
#2D1C18
(45,28,24)
#1F1511
(31,21,17)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #9D5450

#9D5450
(157,84,80)
#A5635F
(165,99,95)
#AD726E
(173,114,110)
#B5817D
(181,129,125)
#BD908C
(189,144,140)
#C59F9B
(197,159,155)
#CDAEAA
(205,174,170)
#D5BDB9
(213,189,185)
#DDCCC8
(221,204,200)
#E5DBD7
(229,219,215)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5450; }

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

This text font color is #9D5450.

Background Color

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

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

This div background color is #9D5450.

Border color

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

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

This div border color is #9D5450.

Opacity

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

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

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

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

This text has shadow with #9D5450 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D5450.

Preview

Color preview on black background

This text has color #9D5450 on black background.


Color preview on white background

This text has color #9D5450 on white background.


Black color preview on #9D5450 background

This text has black color on #9D5450 background.


White color preview on #9D5450 background

This text has white color on #9D5450 background.


Related colors

Complementary color

Complementary color for #hex is #62ABAF.


I love getcolorcode.com

Triadic colors

1 #509D54 and #54509D with #9D5450 are triadic colors.

2 #50549D and #549D50 with #9D5450 are triadic colors.