COLOR #974917

HEX: #974917
RGB: (151,73,23)

Color info

#974917 contains mainly red color. Web safe color of #974917 is #993300 (or #930).

RGB color model

#974917 color RGB value is (151,73,23).

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

RGB channels and saturation

R 151 of 255 = 59%
G 73 of 255 = 29%
B 23 of 255 = 9%

151
73
23

R + G + B ~ 32%. #974917 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 73 + 23 = 247 (100%)
R 151 of 247 ~ 61.13%
G 73 of 247 ~ 29.55%
B 23 of 247 ~ 9.31%

%61.13
%29.55

CMYK color model

#974917 color CMYK value is (0,52,85,41).

  • cyan value is 0.00%
  • magenta value is 51.66%
  • yellow value is 84.77%
  • key color value is 40.78%
CMYK:
(0,52,85,41)
C0M52Y85K41 
(0%,52%,85%,41%)
(0.00/0.52/0.85/0.41)	

CMYK percentages

%0
%51.66
%84.77
%40.78

Codes

Color #974917 in popluar color models

974917
RGB1517323
HSL23°73.56%34.12%
HSB/HSV23°84.77%59.22%
CMYK0.00%51.66%84.77%
40.78%

Color #974917 in popluar number systems.

HEX974917
Decimal1517323
Binary10010111100100110111
Octal22711127

Shades and tints

Shades of #974917

#974917
(151,73,23)
#8A4315
(138,67,21)
#7D3D13
(125,61,19)
#703711
(112,55,17)
#63310F
(99,49,15)
#562B0D
(86,43,13)
#49250B
(73,37,11)
#3C1F09
(60,31,9)
#2F1907
(47,25,7)
#221305
(34,19,5)
#150D03
(21,13,3)
#000000
(0,0,0)

Tints of #974917

#974917
(151,73,23)
#A0592C
(160,89,44)
#A96941
(169,105,65)
#B27956
(178,121,86)
#BB896B
(187,137,107)
#C49980
(196,153,128)
#CDA995
(205,169,149)
#D6B9AA
(214,185,170)
#DFC9BF
(223,201,191)
#E8D9D4
(232,217,212)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974917 color. Also use rgb(151,73,23) instead hex code.

Text Font Color

.myTextColor { color: #974917; }

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

This text font color is #974917.


Background Color

.myBgColor { background-color: #974917; }

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

This div background color is #974917.


Border color

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

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

This div border color is #974917.


Opacity

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

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

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

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

This text has shadow with #974917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974917 on black background.


Color preview on white background

This text has color #974917 on white background.



Black color preview on #974917 background

This text has black color on #974917 background.


White color preview on #974917 background

This text has white color on #974917 background.