COLOR #997307

HEX: #997307
RGB: (153,115,7)

Color info

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

RGB color model

#997307 color RGB value is (153,115,7).

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

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 7 of 255 = 3%

153
115
7

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 7 = 275 (100%)
R 153 of 275 ~ 55.64%
G 115 of 275 ~ 41.82%
B 7 of 275 ~ 2.55%

%55.64
%41.82

CMYK color model

#997307 color CMYK value is (0,25,95,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 95.42%
  • key color value is 40.00%
CMYK:
(0,25,95,40)
C0M25Y95K40 
(0%,25%,95%,40%)
(0.00/0.25/0.95/0.40)	

CMYK percentages

%0
%24.84
%95.42
%40

Codes

Color #997307 in popluar color models

997307
RGB1531157
HSL44°91.25%31.37%
HSB/HSV44°95.42%60.00%
CMYK0.00%24.84%95.42%
40.00%

Color #997307 in popluar number systems.

HEX997307
Decimal1531157
Binary100110011110011111
Octal2311637

Shades and tints

Shades of #997307

#997307
(153,115,7)
#8C6907
(140,105,7)
#7F5F07
(127,95,7)
#725507
(114,85,7)
#654B07
(101,75,7)
#584107
(88,65,7)
#4B3707
(75,55,7)
#3E2D07
(62,45,7)
#312307
(49,35,7)
#241907
(36,25,7)
#170F07
(23,15,7)
#000000
(0,0,0)

Tints of #997307

#997307
(153,115,7)
#A27F1D
(162,127,29)
#AB8B33
(171,139,51)
#B49749
(180,151,73)
#BDA35F
(189,163,95)
#C6AF75
(198,175,117)
#CFBB8B
(207,187,139)
#D8C7A1
(216,199,161)
#E1D3B7
(225,211,183)
#EADFCD
(234,223,205)
#F3EBE3
(243,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997307; }

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

This text font color is #997307.


Background Color

.myBgColor { background-color: #997307; }

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

This div background color is #997307.


Border color

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

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

This div border color is #997307.


Opacity

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

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

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

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

This text has shadow with #997307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997307 on black background.


Color preview on white background

This text has color #997307 on white background.



Black color preview on #997307 background

This text has black color on #997307 background.


White color preview on #997307 background

This text has white color on #997307 background.