COLOR #973940

HEX: #973940
RGB: (151,57,64)

Color info

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

RGB color model

#973940 color RGB value is (151,57,64).

  • red value is 151;
  • green value is 57;
  • blue value is 64.
RGB:
(151,57,64)
(59%,22%,25%)

RGB channels and saturation

R 151 of 255 = 59%
G 57 of 255 = 22%
B 64 of 255 = 25%

151
57
64

R + G + B ~ 35%. #973940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 57 + 64 = 272 (100%)
R 151 of 272 ~ 55.51%
G 57 of 272 ~ 20.96%
B 64 of 272 ~ 23.53%

%55.51
%20.96
%23.53

CMYK color model

#973940 color CMYK value is (0,62,58,41).

  • cyan value is 0.00%
  • magenta value is 62.25%
  • yellow value is 57.62%
  • key color value is 40.78%
CMYK:
(0,62,58,41)
C0M62Y58K41 
(0%,62%,58%,41%)
(0.00/0.62/0.58/0.41)	

CMYK percentages

%0
%62.25
%57.62
%40.78

Codes

Color #973940 in popluar color models

973940
RGB1515764
HSL356°45.19%40.78%
HSB/HSV356°62.25%59.22%
CMYK0.00%62.25%57.62%
40.78%

Color #973940 in popluar number systems.

HEX973940
Decimal1515764
Binary100101111110011000000
Octal22771100

Shades and tints

Shades of #973940

#973940
(151,57,64)
#8A343B
(138,52,59)
#7D2F36
(125,47,54)
#702A31
(112,42,49)
#63252C
(99,37,44)
#562027
(86,32,39)
#491B22
(73,27,34)
#3C161D
(60,22,29)
#2F1118
(47,17,24)
#220C13
(34,12,19)
#15070E
(21,7,14)
#000000
(0,0,0)

Tints of #973940

#973940
(151,57,64)
#A04B51
(160,75,81)
#A95D62
(169,93,98)
#B26F73
(178,111,115)
#BB8184
(187,129,132)
#C49395
(196,147,149)
#CDA5A6
(205,165,166)
#D6B7B7
(214,183,183)
#DFC9C8
(223,201,200)
#E8DBD9
(232,219,217)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #973940 color. Also use rgb(151,57,64) instead hex code.

Text Font Color

.myTextColor { color: #973940; }

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

This text font color is #973940.


Background Color

.myBgColor { background-color: #973940; }

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

This div background color is #973940.


Border color

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

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

This div border color is #973940.


Opacity

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

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

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

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

This text has shadow with #973940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973940 on black background.


Color preview on white background

This text has color #973940 on white background.



Black color preview on #973940 background

This text has black color on #973940 background.


White color preview on #973940 background

This text has white color on #973940 background.