COLOR #9D5717

HEX: #9D5717
RGB: (157,87,23)

Color info

#9D5717 contains mainly red color. Web safe color of #9D5717 is #996600 (or #960).

RGB color model

#9D5717 color RGB value is (157,87,23).

  • red value is 157;
  • green value is 87;
  • blue value is 23.
RGB:
(157,87,23)
(62%,34%,9%)

RGB channels and saturation

R 157 of 255 = 62%
G 87 of 255 = 34%
B 23 of 255 = 9%

157
87
23

R + G + B ~ 35%. #9D5717 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 87 + 23 = 267 (100%)
R 157 of 267 ~ 58.8%
G 87 of 267 ~ 32.58%
B 23 of 267 ~ 8.61%

%58.8
%32.58

CMYK color model

#9D5717 color CMYK value is (0,45,85,38).

  • cyan value is 0.00%
  • magenta value is 44.59%
  • yellow value is 85.35%
  • key color value is 38.43%
CMYK:
(0,45,85,38)
C0M45Y85K38 
(0%,45%,85%,38%)
(0.00/0.45/0.85/0.38)	

CMYK percentages

%0
%44.59
%85.35
%38.43

Codes

Color #9D5717 in popluar color models

9D5717
RGB1578723
HSL29°74.44%35.29%
HSB/HSV29°85.35%61.57%
CMYK0.00%44.59%85.35%
38.43%

Color #9D5717 in popluar number systems.

HEX9D5717
Decimal1578723
Binary10011101101011110111
Octal23512727

Shades and tints

Shades of #9D5717

#9D5717
(157,87,23)
#8F5015
(143,80,21)
#814913
(129,73,19)
#734211
(115,66,17)
#653B0F
(101,59,15)
#57340D
(87,52,13)
#492D0B
(73,45,11)
#3B2609
(59,38,9)
#2D1F07
(45,31,7)
#1F1805
(31,24,5)
#111103
(17,17,3)
#000000
(0,0,0)

Tints of #9D5717

#9D5717
(157,87,23)
#A5662C
(165,102,44)
#AD7541
(173,117,65)
#B58456
(181,132,86)
#BD936B
(189,147,107)
#C5A280
(197,162,128)
#CDB195
(205,177,149)
#D5C0AA
(213,192,170)
#DDCFBF
(221,207,191)
#E5DED4
(229,222,212)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5717; }

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

This text font color is #9D5717.


Background Color

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

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

This div background color is #9D5717.


Border color

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

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

This div border color is #9D5717.


Opacity

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

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

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

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

This text has shadow with #9D5717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5717 on black background.


Color preview on white background

This text has color #9D5717 on white background.



Black color preview on #9D5717 background

This text has black color on #9D5717 background.


White color preview on #9D5717 background

This text has white color on #9D5717 background.