COLOR #976301

HEX: #976301
RGB: (151,99,1)

Color info

#976301 contains mainly red and green colors. Web safe color of #976301 is #996600 (or #960).

RGB color model

#976301 color RGB value is (151,99,1).

  • red value is 151;
  • green value is 99;
  • blue value is 1.
RGB:
(151,99,1)
(59%,39%,0%)

RGB channels and saturation

R 151 of 255 = 59%
G 99 of 255 = 39%
B 1 of 255 = 0%

151
99
1

R + G + B ~ 33%. #976301 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
151 + 99 + 1 = 251 (100%)
R 151 of 251 ~ 60.16%
G 99 of 251 ~ 39.44%
B 1 of 251 ~ 0.4%

%60.16
%39.44

CMYK color model

#976301 color CMYK value is (0,34,99,41).

  • cyan value is 0.00%
  • magenta value is 34.44%
  • yellow value is 99.34%
  • key color value is 40.78%
CMYK:
(0,34,99,41)
C0M34Y99K41 
(0%,34%,99%,41%)
(0.00/0.34/0.99/0.41)	

CMYK percentages

%0
%34.44
%99.34
%40.78

Codes

Color #976301 in popluar color models

976301
RGB151991
HSL39°98.68%29.80%
HSB/HSV39°99.34%59.22%
CMYK0.00%34.44%99.34%
40.78%

Color #976301 in popluar number systems.

HEX976301
Decimal151991
Binary1001011111000111
Octal2271431

Shades and tints

Shades of #976301

#976301
(151,99,1)
#8A5A01
(138,90,1)
#7D5101
(125,81,1)
#704801
(112,72,1)
#633F01
(99,63,1)
#563601
(86,54,1)
#492D01
(73,45,1)
#3C2401
(60,36,1)
#2F1B01
(47,27,1)
#221201
(34,18,1)
#150901
(21,9,1)
#000000
(0,0,0)

Tints of #976301

#976301
(151,99,1)
#A07118
(160,113,24)
#A97F2F
(169,127,47)
#B28D46
(178,141,70)
#BB9B5D
(187,155,93)
#C4A974
(196,169,116)
#CDB78B
(205,183,139)
#D6C5A2
(214,197,162)
#DFD3B9
(223,211,185)
#E8E1D0
(232,225,208)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976301 color. Also use rgb(151,99,1) instead hex code.

Text Font Color

.myTextColor { color: #976301; }

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

This text font color is #976301.


Background Color

.myBgColor { background-color: #976301; }

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

This div background color is #976301.


Border color

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

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

This div border color is #976301.


Opacity

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

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

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

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

This text has shadow with #976301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976301 on black background.


Color preview on white background

This text has color #976301 on white background.



Black color preview on #976301 background

This text has black color on #976301 background.


White color preview on #976301 background

This text has white color on #976301 background.