COLOR #974E47

HEX: #974E47
RGB: (151,78,71)

Color info

#974E47 contains mainly red color. Web safe color of #974E47 is #996633 (or #963).

RGB color model

#974E47 color RGB value is (151,78,71).

  • red value is 151;
  • green value is 78;
  • blue value is 71.
RGB:
(151,78,71)
(59%,31%,28%)

RGB channels and saturation

R 151 of 255 = 59%
G 78 of 255 = 31%
B 71 of 255 = 28%

151
78
71

R + G + B ~ 39%. #974E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 78 + 71 = 300 (100%)
R 151 of 300 ~ 50.33%
G 78 of 300 ~ 26%
B 71 of 300 ~ 23.67%

%50.33
%26
%23.67

CMYK color model

#974E47 color CMYK value is (0,48,53,41).

  • cyan value is 0.00%
  • magenta value is 48.34%
  • yellow value is 52.98%
  • key color value is 40.78%
CMYK:
(0,48,53,41)
C0M48Y53K41 
(0%,48%,53%,41%)
(0.00/0.48/0.53/0.41)	

CMYK percentages

%0
%48.34
%52.98
%40.78

Codes

Color #974E47 in popluar color models

974E47
RGB1517871
HSL36.04%43.53%
HSB/HSV52.98%59.22%
CMYK0.00%48.34%52.98%
40.78%

Color #974E47 in popluar number systems.

HEX974E47
Decimal1517871
Binary1001011110011101000111
Octal227116107

Shades and tints

Shades of #974E47

#974E47
(151,78,71)
#8A4741
(138,71,65)
#7D403B
(125,64,59)
#703935
(112,57,53)
#63322F
(99,50,47)
#562B29
(86,43,41)
#492423
(73,36,35)
#3C1D1D
(60,29,29)
#2F1617
(47,22,23)
#220F11
(34,15,17)
#15080B
(21,8,11)
#000000
(0,0,0)

Tints of #974E47

#974E47
(151,78,71)
#A05E57
(160,94,87)
#A96E67
(169,110,103)
#B27E77
(178,126,119)
#BB8E87
(187,142,135)
#C49E97
(196,158,151)
#CDAEA7
(205,174,167)
#D6BEB7
(214,190,183)
#DFCEC7
(223,206,199)
#E8DED7
(232,222,215)
#F1EEE7
(241,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974E47 color. Also use rgb(151,78,71) instead hex code.

Text Font Color

.myTextColor { color: #974E47; }

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

This text font color is #974E47.


Background Color

.myBgColor { background-color: #974E47; }

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

This div background color is #974E47.


Border color

.myBorderColor { border: 1px solid #974E47; }

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

This div border color is #974E47.


Opacity

.myOpacity80 { color: #974E47; opacity: 0.8; }

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

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

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

This text has shadow with #974E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974E47 on black background.


Color preview on white background

This text has color #974E47 on white background.



Black color preview on #974E47 background

This text has black color on #974E47 background.


White color preview on #974E47 background

This text has white color on #974E47 background.