COLOR #997D64

HEX: #997D64 RGB: (153,125,100)

Color info

#997D64 contains red, green and blue colors in about the same proportion. Web safe color of #997D64 is #996666 (or #966).

RGB color model

#997D64 color RGB value is (153,125,100).

RGB: (153,125,100) (60%, 49%, 39%)

RGB channels and saturation

R 153 of 255 = 60%
G 125 of 255 = 49%
B 100 of 255 = 39%

153
125
100

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

Portions of RGB colors in percentages

R + G + B = 153 + 125 + 100 = 378 (100%)
R 153 of 378 ~ 40.48%
G 125 of 378 ~ 33.07%
B 100 of 378 ~ 26.46'%

%40.48
%33.07
%26.46

CMYK color model

#997D64 color CMYK value is (0,18,35,40).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 34.64%
  • key color value is 40.00%

CMYK: (0,18,35,40)
C0M18Y35K40 (0%, 18%, 35%, 40%)
(0.00 / 0.18 / 0.35 / 0.40)

CMYK percentages

%0
%18.3
%34.64
%40

Codes

Color #997D64 in popluar color models

99 7D 64
RGB 153 125 100
HSL 28° 20.95% 49.61%
HSB/HSV 28° 34.64% 60.00%
CMYK 0.00% 18.30% 34.64%
40.00%

Color #997D64 in popluar number systems.

HEX 99 7D 64
Decimal 153 125 100
Binary 10011001 1111101 1100100
Octal 231 175 144

Shades and tints

Shades of #997D64

#997D64
(153,125,100)
#8C725B
(140,114,91)
#7F6752
(127,103,82)
#725C49
(114,92,73)
#655140
(101,81,64)
#584637
(88,70,55)
#4B3B2E
(75,59,46)
#3E3025
(62,48,37)
#31251C
(49,37,28)
#241A13
(36,26,19)
#170F0A
(23,15,10)
#000000
(0,0,0)

Tints of #997D64

#997D64
(153,125,100)
#A28872
(162,136,114)
#AB9380
(171,147,128)
#B49E8E
(180,158,142)
#BDA99C
(189,169,156)
#C6B4AA
(198,180,170)
#CFBFB8
(207,191,184)
#D8CAC6
(216,202,198)
#E1D5D4
(225,213,212)
#EAE0E2
(234,224,226)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997D64; }

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

This text font color is #997D64.

Background Color

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

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

This div background color is #997D64.

Border color

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

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

This div border color is #997D64.

Opacity

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

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

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

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

This text has shadow with #997D64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997D64.

Preview

Color preview on black background

This text has color #997D64 on black background.


Color preview on white background

This text has color #997D64 on white background.


Black color preview on #997D64 background

This text has black color on #997D64 background.


White color preview on #997D64 background

This text has white color on #997D64 background.


Related colors

Complementary color

Complementary color for #hex is #66829B.


I love getcolorcode.com

Triadic colors

1 #64997D and #7D6499 with #997D64 are triadic colors.

2 #647D99 and #7D9964 with #997D64 are triadic colors.