COLOR #974700

HEX: #974700
RGB: (151,71,0)

Color info

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

RGB color model

#974700 color RGB value is (151,71,0).

  • red value is 151;
  • green value is 71;
  • blue value is 0.
RGB:
(151,71,0)
(59%,28%,0%)

RGB channels and saturation

R 151 of 255 = 59%
G 71 of 255 = 28%
B 0 of 255 = 0%

151
71
0

R + G + B ~ 29%. #974700 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 71 + 0 = 222 (100%)
R 151 of 222 ~ 68.02%
G 71 of 222 ~ 31.98%
B 0 of 222 ~ 0%

%68.02
%31.98

CMYK color model

#974700 color CMYK value is (0,53,100,41).

  • cyan value is 0.00%
  • magenta value is 52.98%
  • yellow value is 100.00%
  • key color value is 40.78%
CMYK:
(0,53,100,41)
C0M53Y100K41 
(0%,53%,100%,41%)
(0.00/0.53/1.00/0.41)	

CMYK percentages

%0
%52.98
%100
%40.78

Codes

Color #974700 in popluar color models

974700
RGB151710
HSL28°100.00%29.61%
HSB/HSV28°100.00%59.22%
CMYK0.00%52.98%100.00%
40.78%

Color #974700 in popluar number systems.

HEX974700
Decimal151710
Binary1001011110001110
Octal2271070

Shades and tints

Shades of #974700

#974700
(151,71,0)
#8A4100
(138,65,0)
#7D3B00
(125,59,0)
#703500
(112,53,0)
#632F00
(99,47,0)
#562900
(86,41,0)
#492300
(73,35,0)
#3C1D00
(60,29,0)
#2F1700
(47,23,0)
#221100
(34,17,0)
#150B00
(21,11,0)
#000000
(0,0,0)

Tints of #974700

#974700
(151,71,0)
#A05717
(160,87,23)
#A9672E
(169,103,46)
#B27745
(178,119,69)
#BB875C
(187,135,92)
#C49773
(196,151,115)
#CDA78A
(205,167,138)
#D6B7A1
(214,183,161)
#DFC7B8
(223,199,184)
#E8D7CF
(232,215,207)
#F1E7E6
(241,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #974700 color. Also use rgb(151,71,0) instead hex code.

Text Font Color

.myTextColor { color: #974700; }

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

This text font color is #974700.


Background Color

.myBgColor { background-color: #974700; }

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

This div background color is #974700.


Border color

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

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

This div border color is #974700.


Opacity

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

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

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

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

This text has shadow with #974700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #974700 on black background.


Color preview on white background

This text has color #974700 on white background.



Black color preview on #974700 background

This text has black color on #974700 background.


White color preview on #974700 background

This text has white color on #974700 background.