COLOR #9D470A

HEX: #9D470A
RGB: (157,71,10)

Color info

#9D470A contains mainly red color. Web safe color of #9D470A is #993300 (or #930).

RGB color model

#9D470A color RGB value is (157,71,10).

  • red value is 157;
  • green value is 71;
  • blue value is 10.
RGB:
(157,71,10)
(62%,28%,4%)

RGB channels and saturation

R 157 of 255 = 62%
G 71 of 255 = 28%
B 10 of 255 = 4%

157
71
10

R + G + B ~ 31%. #9D470A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
157 + 71 + 10 = 238 (100%)
R 157 of 238 ~ 65.97%
G 71 of 238 ~ 29.83%
B 10 of 238 ~ 4.2%

%65.97
%29.83

CMYK color model

#9D470A color CMYK value is (0,55,94,38).

  • cyan value is 0.00%
  • magenta value is 54.78%
  • yellow value is 93.63%
  • key color value is 38.43%
CMYK:
(0,55,94,38)
C0M55Y94K38 
(0%,55%,94%,38%)
(0.00/0.55/0.94/0.38)	

CMYK percentages

%0
%54.78
%93.63
%38.43

Codes

Color #9D470A in popluar color models

9D470A
RGB1577110
HSL25°88.02%32.75%
HSB/HSV25°93.63%61.57%
CMYK0.00%54.78%93.63%
38.43%

Color #9D470A in popluar number systems.

HEX9D470A
Decimal1577110
Binary1001110110001111010
Octal23510712

Shades and tints

Shades of #9D470A

#9D470A
(157,71,10)
#8F410A
(143,65,10)
#813B0A
(129,59,10)
#73350A
(115,53,10)
#652F0A
(101,47,10)
#57290A
(87,41,10)
#49230A
(73,35,10)
#3B1D0A
(59,29,10)
#2D170A
(45,23,10)
#1F110A
(31,17,10)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #9D470A

#9D470A
(157,71,10)
#A55720
(165,87,32)
#AD6736
(173,103,54)
#B5774C
(181,119,76)
#BD8762
(189,135,98)
#C59778
(197,151,120)
#CDA78E
(205,167,142)
#D5B7A4
(213,183,164)
#DDC7BA
(221,199,186)
#E5D7D0
(229,215,208)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D470A color. Also use rgb(157,71,10) instead hex code.

Text Font Color

.myTextColor { color: #9D470A; }

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

This text font color is #9D470A.


Background Color

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

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

This div background color is #9D470A.


Border color

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

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

This div border color is #9D470A.


Opacity

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

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

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

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

This text has shadow with #9D470A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D470A on black background.


Color preview on white background

This text has color #9D470A on white background.



Black color preview on #9D470A background

This text has black color on #9D470A background.


White color preview on #9D470A background

This text has white color on #9D470A background.