COLOR #974A3B

HEX: #974A3B
RGB: (151,74,59)

Color info

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

RGB color model

#974A3B color RGB value is (151,74,59).

  • red value is 151;
  • green value is 74;
  • blue value is 59.
RGB:
(151,74,59)
(59%,29%,23%)

RGB channels and saturation

R 151 of 255 = 59%
G 74 of 255 = 29%
B 59 of 255 = 23%

151
74
59

R + G + B ~ 37%. #974A3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 74 + 59 = 284 (100%)
R 151 of 284 ~ 53.17%
G 74 of 284 ~ 26.06%
B 59 of 284 ~ 20.77%

%53.17
%26.06
%20.77

CMYK color model

#974A3B color CMYK value is (0,51,61,41).

  • cyan value is 0.00%
  • magenta value is 50.99%
  • yellow value is 60.93%
  • key color value is 40.78%
CMYK:
(0,51,61,41)
C0M51Y61K41 
(0%,51%,61%,41%)
(0.00/0.51/0.61/0.41)	

CMYK percentages

%0
%50.99
%60.93
%40.78

Codes

Color #974A3B in popluar color models

974A3B
RGB1517459
HSL10°43.81%41.18%
HSB/HSV10°60.93%59.22%
CMYK0.00%50.99%60.93%
40.78%

Color #974A3B in popluar number systems.

HEX974A3B
Decimal1517459
Binary100101111001010111011
Octal22711273

Shades and tints

Shades of #974A3B

#974A3B
(151,74,59)
#8A4436
(138,68,54)
#7D3E31
(125,62,49)
#70382C
(112,56,44)
#633227
(99,50,39)
#562C22
(86,44,34)
#49261D
(73,38,29)
#3C2018
(60,32,24)
#2F1A13
(47,26,19)
#22140E
(34,20,14)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #974A3B

#974A3B
(151,74,59)
#A05A4C
(160,90,76)
#A96A5D
(169,106,93)
#B27A6E
(178,122,110)
#BB8A7F
(187,138,127)
#C49A90
(196,154,144)
#CDAAA1
(205,170,161)
#D6BAB2
(214,186,178)
#DFCAC3
(223,202,195)
#E8DAD4
(232,218,212)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974A3B color. Also use rgb(151,74,59) instead hex code.

Text Font Color

.myTextColor { color: #974A3B; }

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

This text font color is #974A3B.


Background Color

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

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

This div background color is #974A3B.


Border color

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

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

This div border color is #974A3B.


Opacity

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

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

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

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

This text has shadow with #974A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974A3B on black background.


Color preview on white background

This text has color #974A3B on white background.



Black color preview on #974A3B background

This text has black color on #974A3B background.


White color preview on #974A3B background

This text has white color on #974A3B background.