COLOR #997D51

HEX: #997D51
RGB: (153,125,81)

Color info

#997D51 contains mainly red and green colors. Web safe color of #997D51 is #996666 (or #966).

RGB color model

#997D51 color RGB value is (153,125,81).

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

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 81 of 255 = 32%

153
125
81

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

Portions of RGB colors in percentages

R + G + B =
153 + 125 + 81 = 359 (100%)
R 153 of 359 ~ 42.62%
G 125 of 359 ~ 34.82%
B 81 of 359 ~ 22.56%

%42.62
%34.82
%22.56

CMYK color model

#997D51 color CMYK value is (0,18,47,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 47.06%
  • key color value is 40.00%
CMYK:
(0,18,47,40)
C0M18Y47K40 
(0%,18%,47%,40%)
(0.00/0.18/0.47/0.40)	

CMYK percentages

%0
%18.3
%47.06
%40

Codes

Color #997D51 in popluar color models

997D51
RGB15312581
HSL37°30.77%45.88%
HSB/HSV37°47.06%60.00%
CMYK0.00%18.30%47.06%
40.00%

Color #997D51 in popluar number systems.

HEX997D51
Decimal15312581
Binary1001100111111011010001
Octal231175121

Shades and tints

Shades of #997D51

#997D51
(153,125,81)
#8C724A
(140,114,74)
#7F6743
(127,103,67)
#725C3C
(114,92,60)
#655135
(101,81,53)
#58462E
(88,70,46)
#4B3B27
(75,59,39)
#3E3020
(62,48,32)
#312519
(49,37,25)
#241A12
(36,26,18)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #997D51

#997D51
(153,125,81)
#A28860
(162,136,96)
#AB936F
(171,147,111)
#B49E7E
(180,158,126)
#BDA98D
(189,169,141)
#C6B49C
(198,180,156)
#CFBFAB
(207,191,171)
#D8CABA
(216,202,186)
#E1D5C9
(225,213,201)
#EAE0D8
(234,224,216)
#F3EBE7
(243,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D51; }

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

This text font color is #997D51.


Background Color

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

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

This div background color is #997D51.


Border color

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

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

This div border color is #997D51.


Opacity

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

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

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

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

This text has shadow with #997D51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997D51 on black background.


Color preview on white background

This text has color #997D51 on white background.



Black color preview on #997D51 background

This text has black color on #997D51 background.


White color preview on #997D51 background

This text has white color on #997D51 background.