COLOR #974131

HEX: #974131
RGB: (151,65,49)

Color info

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

RGB color model

#974131 color RGB value is (151,65,49).

  • red value is 151;
  • green value is 65;
  • blue value is 49.
RGB:
(151,65,49)
(59%,25%,19%)

RGB channels and saturation

R 151 of 255 = 59%
G 65 of 255 = 25%
B 49 of 255 = 19%

151
65
49

R + G + B ~ 34%. #974131 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 65 + 49 = 265 (100%)
R 151 of 265 ~ 56.98%
G 65 of 265 ~ 24.53%
B 49 of 265 ~ 18.49%

%56.98
%24.53
%18.49

CMYK color model

#974131 color CMYK value is (0,57,68,41).

  • cyan value is 0.00%
  • magenta value is 56.95%
  • yellow value is 67.55%
  • key color value is 40.78%
CMYK:
(0,57,68,41)
C0M57Y68K41 
(0%,57%,68%,41%)
(0.00/0.57/0.68/0.41)	

CMYK percentages

%0
%56.95
%67.55
%40.78

Codes

Color #974131 in popluar color models

974131
RGB1516549
HSL51.00%39.22%
HSB/HSV67.55%59.22%
CMYK0.00%56.95%67.55%
40.78%

Color #974131 in popluar number systems.

HEX974131
Decimal1516549
Binary100101111000001110001
Octal22710161

Shades and tints

Shades of #974131

#974131
(151,65,49)
#8A3C2D
(138,60,45)
#7D3729
(125,55,41)
#703225
(112,50,37)
#632D21
(99,45,33)
#56281D
(86,40,29)
#492319
(73,35,25)
#3C1E15
(60,30,21)
#2F1911
(47,25,17)
#22140D
(34,20,13)
#150F09
(21,15,9)
#000000
(0,0,0)

Tints of #974131

#974131
(151,65,49)
#A05243
(160,82,67)
#A96355
(169,99,85)
#B27467
(178,116,103)
#BB8579
(187,133,121)
#C4968B
(196,150,139)
#CDA79D
(205,167,157)
#D6B8AF
(214,184,175)
#DFC9C1
(223,201,193)
#E8DAD3
(232,218,211)
#F1EBE5
(241,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974131 color. Also use rgb(151,65,49) instead hex code.

Text Font Color

.myTextColor { color: #974131; }

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

This text font color is #974131.


Background Color

.myBgColor { background-color: #974131; }

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

This div background color is #974131.


Border color

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

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

This div border color is #974131.


Opacity

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

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

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

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

This text has shadow with #974131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974131 on black background.


Color preview on white background

This text has color #974131 on white background.



Black color preview on #974131 background

This text has black color on #974131 background.


White color preview on #974131 background

This text has white color on #974131 background.