COLOR #997D40

HEX: #997D40
RGB: (153,125,64)

Color info

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

RGB color model

#997D40 color RGB value is (153,125,64).

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

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 64 of 255 = 25%

153
125
64

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 64 = 342 (100%)
R 153 of 342 ~ 44.74%
G 125 of 342 ~ 36.55%
B 64 of 342 ~ 18.71%

%44.74
%36.55
%18.71

CMYK color model

#997D40 color CMYK value is (0,18,58,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 58.17%
  • key color value is 40.00%
CMYK:
(0,18,58,40)
C0M18Y58K40 
(0%,18%,58%,40%)
(0.00/0.18/0.58/0.40)	

CMYK percentages

%0
%18.3
%58.17
%40

Codes

Color #997D40 in popluar color models

997D40
RGB15312564
HSL41°41.01%42.55%
HSB/HSV41°58.17%60.00%
CMYK0.00%18.30%58.17%
40.00%

Color #997D40 in popluar number systems.

HEX997D40
Decimal15312564
Binary1001100111111011000000
Octal231175100

Shades and tints

Shades of #997D40

#997D40
(153,125,64)
#8C723B
(140,114,59)
#7F6736
(127,103,54)
#725C31
(114,92,49)
#65512C
(101,81,44)
#584627
(88,70,39)
#4B3B22
(75,59,34)
#3E301D
(62,48,29)
#312518
(49,37,24)
#241A13
(36,26,19)
#170F0E
(23,15,14)
#000000
(0,0,0)

Tints of #997D40

#997D40
(153,125,64)
#A28851
(162,136,81)
#AB9362
(171,147,98)
#B49E73
(180,158,115)
#BDA984
(189,169,132)
#C6B495
(198,180,149)
#CFBFA6
(207,191,166)
#D8CAB7
(216,202,183)
#E1D5C8
(225,213,200)
#EAE0D9
(234,224,217)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D40; }

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

This text font color is #997D40.


Background Color

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

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

This div background color is #997D40.


Border color

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

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

This div border color is #997D40.


Opacity

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

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

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

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

This text has shadow with #997D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D40 on black background.


Color preview on white background

This text has color #997D40 on white background.



Black color preview on #997D40 background

This text has black color on #997D40 background.


White color preview on #997D40 background

This text has white color on #997D40 background.