COLOR #9D5F40

HEX: #9D5F40
RGB: (157,95,64)

Color info

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

RGB color model

#9D5F40 color RGB value is (157,95,64).

  • red value is 157;
  • green value is 95;
  • blue value is 64.
RGB:
(157,95,64)
(62%,37%,25%)

RGB channels and saturation

R 157 of 255 = 62%
G 95 of 255 = 37%
B 64 of 255 = 25%

157
95
64

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

Portions of RGB colors in percentages

R + G + B =
157 + 95 + 64 = 316 (100%)
R 157 of 316 ~ 49.68%
G 95 of 316 ~ 30.06%
B 64 of 316 ~ 20.25%

%49.68
%30.06
%20.25

CMYK color model

#9D5F40 color CMYK value is (0,39,59,38).

  • cyan value is 0.00%
  • magenta value is 39.49%
  • yellow value is 59.24%
  • key color value is 38.43%
CMYK:
(0,39,59,38)
C0M39Y59K38 
(0%,39%,59%,38%)
(0.00/0.39/0.59/0.38)	

CMYK percentages

%0
%39.49
%59.24
%38.43

Codes

Color #9D5F40 in popluar color models

9D5F40
RGB1579564
HSL20°42.08%43.33%
HSB/HSV20°59.24%61.57%
CMYK0.00%39.49%59.24%
38.43%

Color #9D5F40 in popluar number systems.

HEX9D5F40
Decimal1579564
Binary1001110110111111000000
Octal235137100

Shades and tints

Shades of #9D5F40

#9D5F40
(157,95,64)
#8F573B
(143,87,59)
#814F36
(129,79,54)
#734731
(115,71,49)
#653F2C
(101,63,44)
#573727
(87,55,39)
#492F22
(73,47,34)
#3B271D
(59,39,29)
#2D1F18
(45,31,24)
#1F1713
(31,23,19)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #9D5F40

#9D5F40
(157,95,64)
#A56D51
(165,109,81)
#AD7B62
(173,123,98)
#B58973
(181,137,115)
#BD9784
(189,151,132)
#C5A595
(197,165,149)
#CDB3A6
(205,179,166)
#D5C1B7
(213,193,183)
#DDCFC8
(221,207,200)
#E5DDD9
(229,221,217)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5F40; }

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

This text font color is #9D5F40.


Background Color

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

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

This div background color is #9D5F40.


Border color

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

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

This div border color is #9D5F40.


Opacity

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

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

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

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

This text has shadow with #9D5F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5F40 on black background.


Color preview on white background

This text has color #9D5F40 on white background.



Black color preview on #9D5F40 background

This text has black color on #9D5F40 background.


White color preview on #9D5F40 background

This text has white color on #9D5F40 background.