COLOR #974B46

HEX: #974B46
RGB: (151,75,70)

Color info

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

RGB color model

#974B46 color RGB value is (151,75,70).

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

RGB channels and saturation

R 151 of 255 = 59%
G 75 of 255 = 29%
B 70 of 255 = 27%

151
75
70

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

Portions of RGB colors in percentages

R + G + B =
151 + 75 + 70 = 296 (100%)
R 151 of 296 ~ 51.01%
G 75 of 296 ~ 25.34%
B 70 of 296 ~ 23.65%

%51.01
%25.34
%23.65

CMYK color model

#974B46 color CMYK value is (0,50,54,41).

  • cyan value is 0.00%
  • magenta value is 50.33%
  • yellow value is 53.64%
  • key color value is 40.78%
CMYK:
(0,50,54,41)
C0M50Y54K41 
(0%,50%,54%,41%)
(0.00/0.50/0.54/0.41)	

CMYK percentages

%0
%50.33
%53.64
%40.78

Codes

Color #974B46 in popluar color models

974B46
RGB1517570
HSL36.65%43.33%
HSB/HSV53.64%59.22%
CMYK0.00%50.33%53.64%
40.78%

Color #974B46 in popluar number systems.

HEX974B46
Decimal1517570
Binary1001011110010111000110
Octal227113106

Shades and tints

Shades of #974B46

#974B46
(151,75,70)
#8A4540
(138,69,64)
#7D3F3A
(125,63,58)
#703934
(112,57,52)
#63332E
(99,51,46)
#562D28
(86,45,40)
#492722
(73,39,34)
#3C211C
(60,33,28)
#2F1B16
(47,27,22)
#221510
(34,21,16)
#150F0A
(21,15,10)
#000000
(0,0,0)

Tints of #974B46

#974B46
(151,75,70)
#A05B56
(160,91,86)
#A96B66
(169,107,102)
#B27B76
(178,123,118)
#BB8B86
(187,139,134)
#C49B96
(196,155,150)
#CDABA6
(205,171,166)
#D6BBB6
(214,187,182)
#DFCBC6
(223,203,198)
#E8DBD6
(232,219,214)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974B46; }

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

This text font color is #974B46.


Background Color

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

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

This div background color is #974B46.


Border color

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

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

This div border color is #974B46.


Opacity

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

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

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

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

This text has shadow with #974B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974B46 on black background.


Color preview on white background

This text has color #974B46 on white background.



Black color preview on #974B46 background

This text has black color on #974B46 background.


White color preview on #974B46 background

This text has white color on #974B46 background.