COLOR #972E2E

HEX: #972E2E
RGB: (151,46,46)

Color info

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

RGB color model

#972E2E color RGB value is (151,46,46).

  • red value is 151;
  • green value is 46;
  • blue value is 46.
RGB:
(151,46,46)
(59%,18%,18%)

RGB channels and saturation

R 151 of 255 = 59%
G 46 of 255 = 18%
B 46 of 255 = 18%

151
46
46

R + G + B ~ 32%. #972E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 46 + 46 = 243 (100%)
R 151 of 243 ~ 62.14%
G 46 of 243 ~ 18.93%
B 46 of 243 ~ 18.93%

%62.14
%18.93
%18.93

CMYK color model

#972E2E color CMYK value is (0,70,70,41).

  • cyan value is 0.00%
  • magenta value is 69.54%
  • yellow value is 69.54%
  • key color value is 40.78%
CMYK:
(0,70,70,41)
C0M70Y70K41 
(0%,70%,70%,41%)
(0.00/0.70/0.70/0.41)	

CMYK percentages

%0
%69.54
%69.54
%40.78

Codes

Color #972E2E in popluar color models

972E2E
RGB1514646
HSL53.30%38.63%
HSB/HSV69.54%59.22%
CMYK0.00%69.54%69.54%
40.78%

Color #972E2E in popluar number systems.

HEX972E2E
Decimal1514646
Binary10010111101110101110
Octal2275656

Shades and tints

Shades of #972E2E

#972E2E
(151,46,46)
#8A2A2A
(138,42,42)
#7D2626
(125,38,38)
#702222
(112,34,34)
#631E1E
(99,30,30)
#561A1A
(86,26,26)
#491616
(73,22,22)
#3C1212
(60,18,18)
#2F0E0E
(47,14,14)
#220A0A
(34,10,10)
#150606
(21,6,6)
#000000
(0,0,0)

Tints of #972E2E

#972E2E
(151,46,46)
#A04141
(160,65,65)
#A95454
(169,84,84)
#B26767
(178,103,103)
#BB7A7A
(187,122,122)
#C48D8D
(196,141,141)
#CDA0A0
(205,160,160)
#D6B3B3
(214,179,179)
#DFC6C6
(223,198,198)
#E8D9D9
(232,217,217)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #972E2E color. Also use rgb(151,46,46) instead hex code.

Text Font Color

.myTextColor { color: #972E2E; }

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

This text font color is #972E2E.


Background Color

.myBgColor { background-color: #972E2E; }

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

This div background color is #972E2E.


Border color

.myBorderColor { border: 1px solid #972E2E; }

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

This div border color is #972E2E.


Opacity

.myOpacity80 { color: #972E2E; opacity: 0.8; }

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

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

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

This text has shadow with #972E2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #972E2E on black background.


Color preview on white background

This text has color #972E2E on white background.



Black color preview on #972E2E background

This text has black color on #972E2E background.


White color preview on #972E2E background

This text has white color on #972E2E background.