COLOR #974E46

HEX: #974E46
RGB: (151,78,70)

Color info

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

RGB color model

#974E46 color RGB value is (151,78,70).

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

RGB channels and saturation

R 151 of 255 = 59%
G 78 of 255 = 31%
B 70 of 255 = 27%

151
78
70

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

Portions of RGB colors in percentages

R + G + B =
151 + 78 + 70 = 299 (100%)
R 151 of 299 ~ 50.5%
G 78 of 299 ~ 26.09%
B 70 of 299 ~ 23.41%

%50.5
%26.09
%23.41

CMYK color model

#974E46 color CMYK value is (0,48,54,41).

  • cyan value is 0.00%
  • magenta value is 48.34%
  • yellow value is 53.64%
  • key color value is 40.78%
CMYK:
(0,48,54,41)
C0M48Y54K41 
(0%,48%,54%,41%)
(0.00/0.48/0.54/0.41)	

CMYK percentages

%0
%48.34
%53.64
%40.78

Codes

Color #974E46 in popluar color models

974E46
RGB1517870
HSL36.65%43.33%
HSB/HSV53.64%59.22%
CMYK0.00%48.34%53.64%
40.78%

Color #974E46 in popluar number systems.

HEX974E46
Decimal1517870
Binary1001011110011101000110
Octal227116106

Shades and tints

Shades of #974E46

#974E46
(151,78,70)
#8A4740
(138,71,64)
#7D403A
(125,64,58)
#703934
(112,57,52)
#63322E
(99,50,46)
#562B28
(86,43,40)
#492422
(73,36,34)
#3C1D1C
(60,29,28)
#2F1616
(47,22,22)
#220F10
(34,15,16)
#15080A
(21,8,10)
#000000
(0,0,0)

Tints of #974E46

#974E46
(151,78,70)
#A05E56
(160,94,86)
#A96E66
(169,110,102)
#B27E76
(178,126,118)
#BB8E86
(187,142,134)
#C49E96
(196,158,150)
#CDAEA6
(205,174,166)
#D6BEB6
(214,190,182)
#DFCEC6
(223,206,198)
#E8DED6
(232,222,214)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974E46; }

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

This text font color is #974E46.


Background Color

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

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

This div background color is #974E46.


Border color

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

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

This div border color is #974E46.


Opacity

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

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

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

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

This text has shadow with #974E46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974E46 on black background.


Color preview on white background

This text has color #974E46 on white background.



Black color preview on #974E46 background

This text has black color on #974E46 background.


White color preview on #974E46 background

This text has white color on #974E46 background.