COLOR #973115

HEX: #973115
RGB: (151,49,21)

Color info

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

RGB color model

#973115 color RGB value is (151,49,21).

  • red value is 151;
  • green value is 49;
  • blue value is 21.
RGB:
(151,49,21)
(59%,19%,8%)

RGB channels and saturation

R 151 of 255 = 59%
G 49 of 255 = 19%
B 21 of 255 = 8%

151
49
21

R + G + B ~ 29%. #973115 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 49 + 21 = 221 (100%)
R 151 of 221 ~ 68.33%
G 49 of 221 ~ 22.17%
B 21 of 221 ~ 9.5%

%68.33
%22.17
%9.5

CMYK color model

#973115 color CMYK value is (0,68,86,41).

  • cyan value is 0.00%
  • magenta value is 67.55%
  • yellow value is 86.09%
  • key color value is 40.78%
CMYK:
(0,68,86,41)
C0M68Y86K41 
(0%,68%,86%,41%)
(0.00/0.68/0.86/0.41)	

CMYK percentages

%0
%67.55
%86.09
%40.78

Codes

Color #973115 in popluar color models

973115
RGB1514921
HSL13°75.58%33.73%
HSB/HSV13°86.09%59.22%
CMYK0.00%67.55%86.09%
40.78%

Color #973115 in popluar number systems.

HEX973115
Decimal1514921
Binary1001011111000110101
Octal2276125

Shades and tints

Shades of #973115

#973115
(151,49,21)
#8A2D14
(138,45,20)
#7D2913
(125,41,19)
#702512
(112,37,18)
#632111
(99,33,17)
#561D10
(86,29,16)
#49190F
(73,25,15)
#3C150E
(60,21,14)
#2F110D
(47,17,13)
#220D0C
(34,13,12)
#15090B
(21,9,11)
#000000
(0,0,0)

Tints of #973115

#973115
(151,49,21)
#A0432A
(160,67,42)
#A9553F
(169,85,63)
#B26754
(178,103,84)
#BB7969
(187,121,105)
#C48B7E
(196,139,126)
#CD9D93
(205,157,147)
#D6AFA8
(214,175,168)
#DFC1BD
(223,193,189)
#E8D3D2
(232,211,210)
#F1E5E7
(241,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973115 color. Also use rgb(151,49,21) instead hex code.

Text Font Color

.myTextColor { color: #973115; }

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

This text font color is #973115.


Background Color

.myBgColor { background-color: #973115; }

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

This div background color is #973115.


Border color

.myBorderColor { border: 1px solid #973115; }

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

This div border color is #973115.


Opacity

.myOpacity80 { color: #973115; opacity: 0.8; }

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

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

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

This text has shadow with #973115 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973115 on black background.


Color preview on white background

This text has color #973115 on white background.



Black color preview on #973115 background

This text has black color on #973115 background.


White color preview on #973115 background

This text has white color on #973115 background.