COLOR #97470D

HEX: #97470D
RGB: (151,71,13)

Color info

#97470D contains mainly red color. Web safe color of #97470D is #993300 (or #930).

RGB color model

#97470D color RGB value is (151,71,13).

  • red value is 151;
  • green value is 71;
  • blue value is 13.
RGB:
(151,71,13)
(59%,28%,5%)

RGB channels and saturation

R 151 of 255 = 59%
G 71 of 255 = 28%
B 13 of 255 = 5%

151
71
13

R + G + B ~ 31%. #97470D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 71 + 13 = 235 (100%)
R 151 of 235 ~ 64.26%
G 71 of 235 ~ 30.21%
B 13 of 235 ~ 5.53%

%64.26
%30.21

CMYK color model

#97470D color CMYK value is (0,53,91,41).

  • cyan value is 0.00%
  • magenta value is 52.98%
  • yellow value is 91.39%
  • key color value is 40.78%
CMYK:
(0,53,91,41)
C0M53Y91K41 
(0%,53%,91%,41%)
(0.00/0.53/0.91/0.41)	

CMYK percentages

%0
%52.98
%91.39
%40.78

Codes

Color #97470D in popluar color models

97470D
RGB1517113
HSL25°84.15%32.16%
HSB/HSV25°91.39%59.22%
CMYK0.00%52.98%91.39%
40.78%

Color #97470D in popluar number systems.

HEX97470D
Decimal1517113
Binary1001011110001111101
Octal22710715

Shades and tints

Shades of #97470D

#97470D
(151,71,13)
#8A410C
(138,65,12)
#7D3B0B
(125,59,11)
#70350A
(112,53,10)
#632F09
(99,47,9)
#562908
(86,41,8)
#492307
(73,35,7)
#3C1D06
(60,29,6)
#2F1705
(47,23,5)
#221104
(34,17,4)
#150B03
(21,11,3)
#000000
(0,0,0)

Tints of #97470D

#97470D
(151,71,13)
#A05723
(160,87,35)
#A96739
(169,103,57)
#B2774F
(178,119,79)
#BB8765
(187,135,101)
#C4977B
(196,151,123)
#CDA791
(205,167,145)
#D6B7A7
(214,183,167)
#DFC7BD
(223,199,189)
#E8D7D3
(232,215,211)
#F1E7E9
(241,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97470D color. Also use rgb(151,71,13) instead hex code.

Text Font Color

.myTextColor { color: #97470D; }

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

This text font color is #97470D.


Background Color

.myBgColor { background-color: #97470D; }

<div style="background-color:#97470D">Inner text</div>

This div background color is #97470D.


Border color

.myBorderColor { border: 1px solid #97470D; }

<div style="border:3px solid #97470D">Div</div>

This div border color is #97470D.


Opacity

.myOpacity80 { color: #97470D; opacity: 0.8; }

<p style="color:#97470D;opacity:0.8;">80%</p>

Text with #97470D 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 #97470D;}

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

This text has shadow with #97470D color.

.textShadow {text-shadow: 3px 3px 1px #97470D, 3px 3px 1px red;}

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

This text has shadow with #97470D primary color and red secondary color.


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

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

This text has shadow with #97470D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97470D on black background.


Color preview on white background

This text has color #97470D on white background.



Black color preview on #97470D background

This text has black color on #97470D background.


White color preview on #97470D background

This text has white color on #97470D background.