COLOR #973840

HEX: #973840
RGB: (151,56,64)

Color info

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

RGB color model

#973840 color RGB value is (151,56,64).

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

RGB channels and saturation

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

151
56
64

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

Portions of RGB colors in percentages

R + G + B =
151 + 56 + 64 = 271 (100%)
R 151 of 271 ~ 55.72%
G 56 of 271 ~ 20.66%
B 64 of 271 ~ 23.62%

%55.72
%20.66
%23.62

CMYK color model

#973840 color CMYK value is (0,63,58,41).

  • cyan value is 0.00%
  • magenta value is 62.91%
  • yellow value is 57.62%
  • key color value is 40.78%
CMYK:
(0,63,58,41)
C0M63Y58K41 
(0%,63%,58%,41%)
(0.00/0.63/0.58/0.41)	

CMYK percentages

%0
%62.91
%57.62
%40.78

Codes

Color #973840 in popluar color models

973840
RGB1515664
HSL355°45.89%40.59%
HSB/HSV355°62.91%59.22%
CMYK0.00%62.91%57.62%
40.78%

Color #973840 in popluar number systems.

HEX973840
Decimal1515664
Binary100101111110001000000
Octal22770100

Shades and tints

Shades of #973840

#973840
(151,56,64)
#8A333B
(138,51,59)
#7D2E36
(125,46,54)
#702931
(112,41,49)
#63242C
(99,36,44)
#561F27
(86,31,39)
#491A22
(73,26,34)
#3C151D
(60,21,29)
#2F1018
(47,16,24)
#220B13
(34,11,19)
#15060E
(21,6,14)
#000000
(0,0,0)

Tints of #973840

#973840
(151,56,64)
#A04A51
(160,74,81)
#A95C62
(169,92,98)
#B26E73
(178,110,115)
#BB8084
(187,128,132)
#C49295
(196,146,149)
#CDA4A6
(205,164,166)
#D6B6B7
(214,182,183)
#DFC8C8
(223,200,200)
#E8DAD9
(232,218,217)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #973840; }

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

This text font color is #973840.


Background Color

.myBgColor { background-color: #973840; }

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

This div background color is #973840.


Border color

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

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

This div border color is #973840.


Opacity

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

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

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

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

This text has shadow with #973840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #973840 on black background.


Color preview on white background

This text has color #973840 on white background.



Black color preview on #973840 background

This text has black color on #973840 background.


White color preview on #973840 background

This text has white color on #973840 background.