COLOR #97301C

HEX: #97301C
RGB: (151,48,28)

Color info

#97301C contains mainly red color. Web safe color of #97301C is #993333 (or #933).

RGB color model

#97301C color RGB value is (151,48,28).

  • red value is 151;
  • green value is 48;
  • blue value is 28.
RGB:
(151,48,28)
(59%,19%,11%)

RGB channels and saturation

R 151 of 255 = 59%
G 48 of 255 = 19%
B 28 of 255 = 11%

151
48
28

R + G + B ~ 30%. #97301C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 48 + 28 = 227 (100%)
R 151 of 227 ~ 66.52%
G 48 of 227 ~ 21.15%
B 28 of 227 ~ 12.33%

%66.52
%21.15
%12.33

CMYK color model

#97301C color CMYK value is (0,68,81,41).

  • cyan value is 0.00%
  • magenta value is 68.21%
  • yellow value is 81.46%
  • key color value is 40.78%
CMYK:
(0,68,81,41)
C0M68Y81K41 
(0%,68%,81%,41%)
(0.00/0.68/0.81/0.41)	

CMYK percentages

%0
%68.21
%81.46
%40.78

Codes

Color #97301C in popluar color models

97301C
RGB1514828
HSL10°68.72%35.10%
HSB/HSV10°81.46%59.22%
CMYK0.00%68.21%81.46%
40.78%

Color #97301C in popluar number systems.

HEX97301C
Decimal1514828
Binary1001011111000011100
Octal2276034

Shades and tints

Shades of #97301C

#97301C
(151,48,28)
#8A2C1A
(138,44,26)
#7D2818
(125,40,24)
#702416
(112,36,22)
#632014
(99,32,20)
#561C12
(86,28,18)
#491810
(73,24,16)
#3C140E
(60,20,14)
#2F100C
(47,16,12)
#220C0A
(34,12,10)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #97301C

#97301C
(151,48,28)
#A04230
(160,66,48)
#A95444
(169,84,68)
#B26658
(178,102,88)
#BB786C
(187,120,108)
#C48A80
(196,138,128)
#CD9C94
(205,156,148)
#D6AEA8
(214,174,168)
#DFC0BC
(223,192,188)
#E8D2D0
(232,210,208)
#F1E4E4
(241,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97301C color. Also use rgb(151,48,28) instead hex code.

Text Font Color

.myTextColor { color: #97301C; }

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

This text font color is #97301C.


Background Color

.myBgColor { background-color: #97301C; }

<div style="background-color:#97301C">Inner text</div>

This div background color is #97301C.


Border color

.myBorderColor { border: 1px solid #97301C; }

<div style="border:3px solid #97301C">Div</div>

This div border color is #97301C.


Opacity

.myOpacity80 { color: #97301C; opacity: 0.8; }

<p style="color:#97301C;opacity:0.8;">80%</p>

Text with #97301C 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 #97301C;}

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

This text has shadow with #97301C color.

.textShadow {text-shadow: 3px 3px 1px #97301C, 3px 3px 1px red;}

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

This text has shadow with #97301C primary color and red secondary color.


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

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

This text has shadow with #97301C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97301C on black background.


Color preview on white background

This text has color #97301C on white background.



Black color preview on #97301C background

This text has black color on #97301C background.


White color preview on #97301C background

This text has white color on #97301C background.