COLOR #974249

HEX: #974249
RGB: (151,66,73)

Color info

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

RGB color model

#974249 color RGB value is (151,66,73).

  • red value is 151;
  • green value is 66;
  • blue value is 73.
RGB:
(151,66,73)
(59%,26%,29%)

RGB channels and saturation

R 151 of 255 = 59%
G 66 of 255 = 26%
B 73 of 255 = 29%

151
66
73

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

Portions of RGB colors in percentages

R + G + B =
151 + 66 + 73 = 290 (100%)
R 151 of 290 ~ 52.07%
G 66 of 290 ~ 22.76%
B 73 of 290 ~ 25.17%

%52.07
%22.76
%25.17

CMYK color model

#974249 color CMYK value is (0,56,52,41).

  • cyan value is 0.00%
  • magenta value is 56.29%
  • yellow value is 51.66%
  • key color value is 40.78%
CMYK:
(0,56,52,41)
C0M56Y52K41 
(0%,56%,52%,41%)
(0.00/0.56/0.52/0.41)	

CMYK percentages

%0
%56.29
%51.66
%40.78

Codes

Color #974249 in popluar color models

974249
RGB1516673
HSL355°39.17%42.55%
HSB/HSV355°56.29%59.22%
CMYK0.00%56.29%51.66%
40.78%

Color #974249 in popluar number systems.

HEX974249
Decimal1516673
Binary1001011110000101001001
Octal227102111

Shades and tints

Shades of #974249

#974249
(151,66,73)
#8A3C43
(138,60,67)
#7D363D
(125,54,61)
#703037
(112,48,55)
#632A31
(99,42,49)
#56242B
(86,36,43)
#491E25
(73,30,37)
#3C181F
(60,24,31)
#2F1219
(47,18,25)
#220C13
(34,12,19)
#15060D
(21,6,13)
#000000
(0,0,0)

Tints of #974249

#974249
(151,66,73)
#A05359
(160,83,89)
#A96469
(169,100,105)
#B27579
(178,117,121)
#BB8689
(187,134,137)
#C49799
(196,151,153)
#CDA8A9
(205,168,169)
#D6B9B9
(214,185,185)
#DFCAC9
(223,202,201)
#E8DBD9
(232,219,217)
#F1ECE9
(241,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974249; }

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

This text font color is #974249.


Background Color

.myBgColor { background-color: #974249; }

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

This div background color is #974249.


Border color

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

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

This div border color is #974249.


Opacity

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

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

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

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

This text has shadow with #974249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974249 on black background.


Color preview on white background

This text has color #974249 on white background.



Black color preview on #974249 background

This text has black color on #974249 background.


White color preview on #974249 background

This text has white color on #974249 background.