COLOR #97490A

HEX: #97490A
RGB: (151,73,10)

Color info

#97490A contains mainly red color. Web safe color of #97490A is #993300 (or #930).

RGB color model

#97490A color RGB value is (151,73,10).

  • red value is 151;
  • green value is 73;
  • blue value is 10.
RGB:
(151,73,10)
(59%,29%,4%)

RGB channels and saturation

R 151 of 255 = 59%
G 73 of 255 = 29%
B 10 of 255 = 4%

151
73
10

R + G + B ~ 31%. #97490A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 73 + 10 = 234 (100%)
R 151 of 234 ~ 64.53%
G 73 of 234 ~ 31.2%
B 10 of 234 ~ 4.27%

%64.53
%31.2

CMYK color model

#97490A color CMYK value is (0,52,93,41).

  • cyan value is 0.00%
  • magenta value is 51.66%
  • yellow value is 93.38%
  • key color value is 40.78%
CMYK:
(0,52,93,41)
C0M52Y93K41 
(0%,52%,93%,41%)
(0.00/0.52/0.93/0.41)	

CMYK percentages

%0
%51.66
%93.38
%40.78

Codes

Color #97490A in popluar color models

97490A
RGB1517310
HSL27°87.58%31.57%
HSB/HSV27°93.38%59.22%
CMYK0.00%51.66%93.38%
40.78%

Color #97490A in popluar number systems.

HEX97490A
Decimal1517310
Binary1001011110010011010
Octal22711112

Shades and tints

Shades of #97490A

#97490A
(151,73,10)
#8A430A
(138,67,10)
#7D3D0A
(125,61,10)
#70370A
(112,55,10)
#63310A
(99,49,10)
#562B0A
(86,43,10)
#49250A
(73,37,10)
#3C1F0A
(60,31,10)
#2F190A
(47,25,10)
#22130A
(34,19,10)
#150D0A
(21,13,10)
#000000
(0,0,0)

Tints of #97490A

#97490A
(151,73,10)
#A05920
(160,89,32)
#A96936
(169,105,54)
#B2794C
(178,121,76)
#BB8962
(187,137,98)
#C49978
(196,153,120)
#CDA98E
(205,169,142)
#D6B9A4
(214,185,164)
#DFC9BA
(223,201,186)
#E8D9D0
(232,217,208)
#F1E9E6
(241,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97490A color. Also use rgb(151,73,10) instead hex code.

Text Font Color

.myTextColor { color: #97490A; }

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

This text font color is #97490A.


Background Color

.myBgColor { background-color: #97490A; }

<div style="background-color:#97490A">Inner text</div>

This div background color is #97490A.


Border color

.myBorderColor { border: 1px solid #97490A; }

<div style="border:3px solid #97490A">Div</div>

This div border color is #97490A.


Opacity

.myOpacity80 { color: #97490A; opacity: 0.8; }

<p style="color:#97490A;opacity:0.8;">80%</p>

Text with #97490A 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 #97490A;}

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

This text has shadow with #97490A color.

.textShadow {text-shadow: 3px 3px 1px #97490A, 3px 3px 1px red;}

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

This text has shadow with #97490A primary color and red secondary color.


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

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

This text has shadow with #97490A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97490A on black background.


Color preview on white background

This text has color #97490A on white background.



Black color preview on #97490A background

This text has black color on #97490A background.


White color preview on #97490A background

This text has white color on #97490A background.