COLOR #974136

HEX: #974136
RGB: (151,65,54)

Color info

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

RGB color model

#974136 color RGB value is (151,65,54).

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

RGB channels and saturation

R 151 of 255 = 59%
G 65 of 255 = 25%
B 54 of 255 = 21%

151
65
54

R + G + B ~ 35%. #974136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 65 + 54 = 270 (100%)
R 151 of 270 ~ 55.93%
G 65 of 270 ~ 24.07%
B 54 of 270 ~ 20%

%55.93
%24.07
%20

CMYK color model

#974136 color CMYK value is (0,57,64,41).

  • cyan value is 0.00%
  • magenta value is 56.95%
  • yellow value is 64.24%
  • key color value is 40.78%
CMYK:
(0,57,64,41)
C0M57Y64K41 
(0%,57%,64%,41%)
(0.00/0.57/0.64/0.41)	

CMYK percentages

%0
%56.95
%64.24
%40.78

Codes

Color #974136 in popluar color models

974136
RGB1516554
HSL47.32%40.20%
HSB/HSV64.24%59.22%
CMYK0.00%56.95%64.24%
40.78%

Color #974136 in popluar number systems.

HEX974136
Decimal1516554
Binary100101111000001110110
Octal22710166

Shades and tints

Shades of #974136

#974136
(151,65,54)
#8A3C32
(138,60,50)
#7D372E
(125,55,46)
#70322A
(112,50,42)
#632D26
(99,45,38)
#562822
(86,40,34)
#49231E
(73,35,30)
#3C1E1A
(60,30,26)
#2F1916
(47,25,22)
#221412
(34,20,18)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #974136

#974136
(151,65,54)
#A05248
(160,82,72)
#A9635A
(169,99,90)
#B2746C
(178,116,108)
#BB857E
(187,133,126)
#C49690
(196,150,144)
#CDA7A2
(205,167,162)
#D6B8B4
(214,184,180)
#DFC9C6
(223,201,198)
#E8DAD8
(232,218,216)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #974136; }

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

This text font color is #974136.


Background Color

.myBgColor { background-color: #974136; }

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

This div background color is #974136.


Border color

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

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

This div border color is #974136.


Opacity

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

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

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

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

This text has shadow with #974136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974136 on black background.


Color preview on white background

This text has color #974136 on white background.



Black color preview on #974136 background

This text has black color on #974136 background.


White color preview on #974136 background

This text has white color on #974136 background.