COLOR #997D22

HEX: #997D22
RGB: (153,125,34)

Color info

#997D22 contains mainly red and green colors. Web safe color of #997D22 is #996633 (or #963).

RGB color model

#997D22 color RGB value is (153,125,34).

  • red value is 153;
  • green value is 125;
  • blue value is 34.
RGB:
(153,125,34)
(60%,49%,13%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 34 of 255 = 13%

153
125
34

R + G + B ~ 41%. #997D22 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 34 = 312 (100%)
R 153 of 312 ~ 49.04%
G 125 of 312 ~ 40.06%
B 34 of 312 ~ 10.9%

%49.04
%40.06
%10.9

CMYK color model

#997D22 color CMYK value is (0,18,78,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 77.78%
  • key color value is 40.00%
CMYK:
(0,18,78,40)
C0M18Y78K40 
(0%,18%,78%,40%)
(0.00/0.18/0.78/0.40)	

CMYK percentages

%0
%18.3
%77.78
%40

Codes

Color #997D22 in popluar color models

997D22
RGB15312534
HSL46°63.64%36.67%
HSB/HSV46°77.78%60.00%
CMYK0.00%18.30%77.78%
40.00%

Color #997D22 in popluar number systems.

HEX997D22
Decimal15312534
Binary100110011111101100010
Octal23117542

Shades and tints

Shades of #997D22

#997D22
(153,125,34)
#8C721F
(140,114,31)
#7F671C
(127,103,28)
#725C19
(114,92,25)
#655116
(101,81,22)
#584613
(88,70,19)
#4B3B10
(75,59,16)
#3E300D
(62,48,13)
#31250A
(49,37,10)
#241A07
(36,26,7)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #997D22

#997D22
(153,125,34)
#A28836
(162,136,54)
#AB934A
(171,147,74)
#B49E5E
(180,158,94)
#BDA972
(189,169,114)
#C6B486
(198,180,134)
#CFBF9A
(207,191,154)
#D8CAAE
(216,202,174)
#E1D5C2
(225,213,194)
#EAE0D6
(234,224,214)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997D22 color. Also use rgb(153,125,34) instead hex code.

Text Font Color

.myTextColor { color: #997D22; }

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

This text font color is #997D22.


Background Color

.myBgColor { background-color: #997D22; }

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

This div background color is #997D22.


Border color

.myBorderColor { border: 1px solid #997D22; }

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

This div border color is #997D22.


Opacity

.myOpacity80 { color: #997D22; opacity: 0.8; }

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

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

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

This text has shadow with #997D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D22 on black background.


Color preview on white background

This text has color #997D22 on white background.



Black color preview on #997D22 background

This text has black color on #997D22 background.


White color preview on #997D22 background

This text has white color on #997D22 background.