COLOR #974D1F

HEX: #974D1F
RGB: (151,77,31)

Color info

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

RGB color model

#974D1F color RGB value is (151,77,31).

  • red value is 151;
  • green value is 77;
  • blue value is 31.
RGB:
(151,77,31)
(59%,30%,12%)

RGB channels and saturation

R 151 of 255 = 59%
G 77 of 255 = 30%
B 31 of 255 = 12%

151
77
31

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

Portions of RGB colors in percentages

R + G + B =
151 + 77 + 31 = 259 (100%)
R 151 of 259 ~ 58.3%
G 77 of 259 ~ 29.73%
B 31 of 259 ~ 11.97%

%58.3
%29.73
%11.97

CMYK color model

#974D1F color CMYK value is (0,49,79,41).

  • cyan value is 0.00%
  • magenta value is 49.01%
  • yellow value is 79.47%
  • key color value is 40.78%
CMYK:
(0,49,79,41)
C0M49Y79K41 
(0%,49%,79%,41%)
(0.00/0.49/0.79/0.41)	

CMYK percentages

%0
%49.01
%79.47
%40.78

Codes

Color #974D1F in popluar color models

974D1F
RGB1517731
HSL23°65.93%35.69%
HSB/HSV23°79.47%59.22%
CMYK0.00%49.01%79.47%
40.78%

Color #974D1F in popluar number systems.

HEX974D1F
Decimal1517731
Binary10010111100110111111
Octal22711537

Shades and tints

Shades of #974D1F

#974D1F
(151,77,31)
#8A461D
(138,70,29)
#7D3F1B
(125,63,27)
#703819
(112,56,25)
#633117
(99,49,23)
#562A15
(86,42,21)
#492313
(73,35,19)
#3C1C11
(60,28,17)
#2F150F
(47,21,15)
#220E0D
(34,14,13)
#15070B
(21,7,11)
#000000
(0,0,0)

Tints of #974D1F

#974D1F
(151,77,31)
#A05D33
(160,93,51)
#A96D47
(169,109,71)
#B27D5B
(178,125,91)
#BB8D6F
(187,141,111)
#C49D83
(196,157,131)
#CDAD97
(205,173,151)
#D6BDAB
(214,189,171)
#DFCDBF
(223,205,191)
#E8DDD3
(232,221,211)
#F1EDE7
(241,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974D1F color. Also use rgb(151,77,31) instead hex code.

Text Font Color

.myTextColor { color: #974D1F; }

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

This text font color is #974D1F.


Background Color

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

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

This div background color is #974D1F.


Border color

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

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

This div border color is #974D1F.


Opacity

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

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

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

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

This text has shadow with #974D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974D1F on black background.


Color preview on white background

This text has color #974D1F on white background.



Black color preview on #974D1F background

This text has black color on #974D1F background.


White color preview on #974D1F background

This text has white color on #974D1F background.