COLOR #9D5041

HEX: #9D5041
RGB: (157,80,65)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
80
65

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

Portions of RGB colors in percentages

R + G + B =
157 + 80 + 65 = 302 (100%)
R 157 of 302 ~ 51.99%
G 80 of 302 ~ 26.49%
B 65 of 302 ~ 21.52%

%51.99
%26.49
%21.52

CMYK color model

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

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

CMYK percentages

%0
%49.04
%58.6
%38.43

Codes

Color #9D5041 in popluar color models

9D5041
RGB1578065
HSL10°41.44%43.53%
HSB/HSV10°58.60%61.57%
CMYK0.00%49.04%58.60%
38.43%

Color #9D5041 in popluar number systems.

HEX9D5041
Decimal1578065
Binary1001110110100001000001
Octal235120101

Shades and tints

Shades of #9D5041

#9D5041
(157,80,65)
#8F493C
(143,73,60)
#814237
(129,66,55)
#733B32
(115,59,50)
#65342D
(101,52,45)
#572D28
(87,45,40)
#492623
(73,38,35)
#3B1F1E
(59,31,30)
#2D1819
(45,24,25)
#1F1114
(31,17,20)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #9D5041

#9D5041
(157,80,65)
#A55F52
(165,95,82)
#AD6E63
(173,110,99)
#B57D74
(181,125,116)
#BD8C85
(189,140,133)
#C59B96
(197,155,150)
#CDAAA7
(205,170,167)
#D5B9B8
(213,185,184)
#DDC8C9
(221,200,201)
#E5D7DA
(229,215,218)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5041; }

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

This text font color is #9D5041.


Background Color

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

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

This div background color is #9D5041.


Border color

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

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

This div border color is #9D5041.


Opacity

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

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

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

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

This text has shadow with #9D5041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5041 on black background.


Color preview on white background

This text has color #9D5041 on white background.



Black color preview on #9D5041 background

This text has black color on #9D5041 background.


White color preview on #9D5041 background

This text has white color on #9D5041 background.