COLOR #9D5015

HEX: #9D5015
RGB: (157,80,21)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

157
80
21

R + G + B ~ 34%. #9D5015 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 80 + 21 = 258 (100%)
R 157 of 258 ~ 60.85%
G 80 of 258 ~ 31.01%
B 21 of 258 ~ 8.14%

%60.85
%31.01

CMYK color model

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

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

CMYK percentages

%0
%49.04
%86.62
%38.43

Codes

Color #9D5015 in popluar color models

9D5015
RGB1578021
HSL26°76.40%34.90%
HSB/HSV26°86.62%61.57%
CMYK0.00%49.04%86.62%
38.43%

Color #9D5015 in popluar number systems.

HEX9D5015
Decimal1578021
Binary10011101101000010101
Octal23512025

Shades and tints

Shades of #9D5015

#9D5015
(157,80,21)
#8F4914
(143,73,20)
#814213
(129,66,19)
#733B12
(115,59,18)
#653411
(101,52,17)
#572D10
(87,45,16)
#49260F
(73,38,15)
#3B1F0E
(59,31,14)
#2D180D
(45,24,13)
#1F110C
(31,17,12)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #9D5015

#9D5015
(157,80,21)
#A55F2A
(165,95,42)
#AD6E3F
(173,110,63)
#B57D54
(181,125,84)
#BD8C69
(189,140,105)
#C59B7E
(197,155,126)
#CDAA93
(205,170,147)
#D5B9A8
(213,185,168)
#DDC8BD
(221,200,189)
#E5D7D2
(229,215,210)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D5015; }

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

This text font color is #9D5015.


Background Color

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

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

This div background color is #9D5015.


Border color

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

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

This div border color is #9D5015.


Opacity

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

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

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

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

This text has shadow with #9D5015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D5015 on black background.


Color preview on white background

This text has color #9D5015 on white background.



Black color preview on #9D5015 background

This text has black color on #9D5015 background.


White color preview on #9D5015 background

This text has white color on #9D5015 background.