COLOR #997D24

HEX: #997D24
RGB: (153,125,36)

Color info

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

RGB color model

#997D24 color RGB value is (153,125,36).

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

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 36 of 255 = 14%

153
125
36

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 36 = 314 (100%)
R 153 of 314 ~ 48.73%
G 125 of 314 ~ 39.81%
B 36 of 314 ~ 11.46%

%48.73
%39.81
%11.46

CMYK color model

#997D24 color CMYK value is (0,18,76,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 76.47%
  • key color value is 40.00%
CMYK:
(0,18,76,40)
C0M18Y76K40 
(0%,18%,76%,40%)
(0.00/0.18/0.76/0.40)	

CMYK percentages

%0
%18.3
%76.47
%40

Codes

Color #997D24 in popluar color models

997D24
RGB15312536
HSL46°61.90%37.06%
HSB/HSV46°76.47%60.00%
CMYK0.00%18.30%76.47%
40.00%

Color #997D24 in popluar number systems.

HEX997D24
Decimal15312536
Binary100110011111101100100
Octal23117544

Shades and tints

Shades of #997D24

#997D24
(153,125,36)
#8C7221
(140,114,33)
#7F671E
(127,103,30)
#725C1B
(114,92,27)
#655118
(101,81,24)
#584615
(88,70,21)
#4B3B12
(75,59,18)
#3E300F
(62,48,15)
#31250C
(49,37,12)
#241A09
(36,26,9)
#170F06
(23,15,6)
#000000
(0,0,0)

Tints of #997D24

#997D24
(153,125,36)
#A28837
(162,136,55)
#AB934A
(171,147,74)
#B49E5D
(180,158,93)
#BDA970
(189,169,112)
#C6B483
(198,180,131)
#CFBF96
(207,191,150)
#D8CAA9
(216,202,169)
#E1D5BC
(225,213,188)
#EAE0CF
(234,224,207)
#F3EBE2
(243,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D24; }

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

This text font color is #997D24.


Background Color

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

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

This div background color is #997D24.


Border color

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

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

This div border color is #997D24.


Opacity

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

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

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

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

This text has shadow with #997D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D24 on black background.


Color preview on white background

This text has color #997D24 on white background.



Black color preview on #997D24 background

This text has black color on #997D24 background.


White color preview on #997D24 background

This text has white color on #997D24 background.