COLOR #997007

HEX: #997007
RGB: (153,112,7)

Color info

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

RGB color model

#997007 color RGB value is (153,112,7).

  • red value is 153;
  • green value is 112;
  • blue value is 7.
RGB:
(153,112,7)
(60%,44%,3%)

RGB channels and saturation

R 153 of 255 = 60%
G 112 of 255 = 44%
B 7 of 255 = 3%

153
112
7

R + G + B ~ 36%. #997007 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
153 + 112 + 7 = 272 (100%)
R 153 of 272 ~ 56.25%
G 112 of 272 ~ 41.18%
B 7 of 272 ~ 2.57%

%56.25
%41.18

CMYK color model

#997007 color CMYK value is (0,27,95,40).

  • cyan value is 0.00%
  • magenta value is 26.80%
  • yellow value is 95.42%
  • key color value is 40.00%
CMYK:
(0,27,95,40)
C0M27Y95K40 
(0%,27%,95%,40%)
(0.00/0.27/0.95/0.40)	

CMYK percentages

%0
%26.8
%95.42
%40

Codes

Color #997007 in popluar color models

997007
RGB1531127
HSL43°91.25%31.37%
HSB/HSV43°95.42%60.00%
CMYK0.00%26.80%95.42%
40.00%

Color #997007 in popluar number systems.

HEX997007
Decimal1531127
Binary100110011110000111
Octal2311607

Shades and tints

Shades of #997007

#997007
(153,112,7)
#8C6607
(140,102,7)
#7F5C07
(127,92,7)
#725207
(114,82,7)
#654807
(101,72,7)
#583E07
(88,62,7)
#4B3407
(75,52,7)
#3E2A07
(62,42,7)
#312007
(49,32,7)
#241607
(36,22,7)
#170C07
(23,12,7)
#000000
(0,0,0)

Tints of #997007

#997007
(153,112,7)
#A27D1D
(162,125,29)
#AB8A33
(171,138,51)
#B49749
(180,151,73)
#BDA45F
(189,164,95)
#C6B175
(198,177,117)
#CFBE8B
(207,190,139)
#D8CBA1
(216,203,161)
#E1D8B7
(225,216,183)
#EAE5CD
(234,229,205)
#F3F2E3
(243,242,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997007 color. Also use rgb(153,112,7) instead hex code.

Text Font Color

.myTextColor { color: #997007; }

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

This text font color is #997007.


Background Color

.myBgColor { background-color: #997007; }

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

This div background color is #997007.


Border color

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

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

This div border color is #997007.


Opacity

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

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

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

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

This text has shadow with #997007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997007 on black background.


Color preview on white background

This text has color #997007 on white background.



Black color preview on #997007 background

This text has black color on #997007 background.


White color preview on #997007 background

This text has white color on #997007 background.