COLOR #974444

HEX: #974444
RGB: (151,68,68)

Color info

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

RGB color model

#974444 color RGB value is (151,68,68).

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

RGB channels and saturation

R 151 of 255 = 59%
G 68 of 255 = 27%
B 68 of 255 = 27%

151
68
68

R + G + B ~ 38%. #974444 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 68 + 68 = 287 (100%)
R 151 of 287 ~ 52.61%
G 68 of 287 ~ 23.69%
B 68 of 287 ~ 23.69%

%52.61
%23.69
%23.69

CMYK color model

#974444 color CMYK value is (0,55,55,41).

  • cyan value is 0.00%
  • magenta value is 54.97%
  • yellow value is 54.97%
  • key color value is 40.78%
CMYK:
(0,55,55,41)
C0M55Y55K41 
(0%,55%,55%,41%)
(0.00/0.55/0.55/0.41)	

CMYK percentages

%0
%54.97
%54.97
%40.78

Codes

Color #974444 in popluar color models

974444
RGB1516868
HSL37.90%42.94%
HSB/HSV54.97%59.22%
CMYK0.00%54.97%54.97%
40.78%

Color #974444 in popluar number systems.

HEX974444
Decimal1516868
Binary1001011110001001000100
Octal227104104

Shades and tints

Shades of #974444

#974444
(151,68,68)
#8A3E3E
(138,62,62)
#7D3838
(125,56,56)
#703232
(112,50,50)
#632C2C
(99,44,44)
#562626
(86,38,38)
#492020
(73,32,32)
#3C1A1A
(60,26,26)
#2F1414
(47,20,20)
#220E0E
(34,14,14)
#150808
(21,8,8)
#000000
(0,0,0)

Tints of #974444

#974444
(151,68,68)
#A05555
(160,85,85)
#A96666
(169,102,102)
#B27777
(178,119,119)
#BB8888
(187,136,136)
#C49999
(196,153,153)
#CDAAAA
(205,170,170)
#D6BBBB
(214,187,187)
#DFCCCC
(223,204,204)
#E8DDDD
(232,221,221)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974444; }

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

This text font color is #974444.


Background Color

.myBgColor { background-color: #974444; }

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

This div background color is #974444.


Border color

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

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

This div border color is #974444.


Opacity

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

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

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

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

This text has shadow with #974444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974444 on black background.


Color preview on white background

This text has color #974444 on white background.



Black color preview on #974444 background

This text has black color on #974444 background.


White color preview on #974444 background

This text has white color on #974444 background.