COLOR #97250E

HEX: #97250E
RGB: (151,37,14)

Color info

#97250E contains mainly red color. Web safe color of #97250E is #993300 (or #930).

RGB color model

#97250E color RGB value is (151,37,14).

  • red value is 151;
  • green value is 37;
  • blue value is 14.
RGB:
(151,37,14)
(59%,15%,5%)

RGB channels and saturation

R 151 of 255 = 59%
G 37 of 255 = 15%
B 14 of 255 = 5%

151
37
14

R + G + B ~ 26%. #97250E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 37 + 14 = 202 (100%)
R 151 of 202 ~ 74.75%
G 37 of 202 ~ 18.32%
B 14 of 202 ~ 6.93%

%74.75
%18.32

CMYK color model

#97250E color CMYK value is (0,75,91,41).

  • cyan value is 0.00%
  • magenta value is 75.50%
  • yellow value is 90.73%
  • key color value is 40.78%
CMYK:
(0,75,91,41)
C0M75Y91K41 
(0%,75%,91%,41%)
(0.00/0.75/0.91/0.41)	

CMYK percentages

%0
%75.5
%90.73
%40.78

Codes

Color #97250E in popluar color models

97250E
RGB1513714
HSL10°83.03%32.35%
HSB/HSV10°90.73%59.22%
CMYK0.00%75.50%90.73%
40.78%

Color #97250E in popluar number systems.

HEX97250E
Decimal1513714
Binary100101111001011110
Octal2274516

Shades and tints

Shades of #97250E

#97250E
(151,37,14)
#8A220D
(138,34,13)
#7D1F0C
(125,31,12)
#701C0B
(112,28,11)
#63190A
(99,25,10)
#561609
(86,22,9)
#491308
(73,19,8)
#3C1007
(60,16,7)
#2F0D06
(47,13,6)
#220A05
(34,10,5)
#150704
(21,7,4)
#000000
(0,0,0)

Tints of #97250E

#97250E
(151,37,14)
#A03823
(160,56,35)
#A94B38
(169,75,56)
#B25E4D
(178,94,77)
#BB7162
(187,113,98)
#C48477
(196,132,119)
#CD978C
(205,151,140)
#D6AAA1
(214,170,161)
#DFBDB6
(223,189,182)
#E8D0CB
(232,208,203)
#F1E3E0
(241,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97250E color. Also use rgb(151,37,14) instead hex code.

Text Font Color

.myTextColor { color: #97250E; }

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

This text font color is #97250E.


Background Color

.myBgColor { background-color: #97250E; }

<div style="background-color:#97250E">Inner text</div>

This div background color is #97250E.


Border color

.myBorderColor { border: 1px solid #97250E; }

<div style="border:3px solid #97250E">Div</div>

This div border color is #97250E.


Opacity

.myOpacity80 { color: #97250E; opacity: 0.8; }

<p style="color:#97250E;opacity:0.8;">80%</p>

Text with #97250E 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 #97250E;}

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

This text has shadow with #97250E color.

.textShadow {text-shadow: 3px 3px 1px #97250E, 3px 3px 1px red;}

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

This text has shadow with #97250E primary color and red secondary color.


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

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

This text has shadow with #97250E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97250E on black background.


Color preview on white background

This text has color #97250E on white background.



Black color preview on #97250E background

This text has black color on #97250E background.


White color preview on #97250E background

This text has white color on #97250E background.