COLOR #997F4D

HEX: #997F4D RGB: (153,127,77)

Color info

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

RGB color model

#997F4D color RGB value is (153,127,77).

RGB: (153,127,77) (60%, 50%, 30%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 77 of 255 = 30%

153
127
77

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

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 77 = 357 (100%)
R 153 of 357 ~ 42.86%
G 127 of 357 ~ 35.57%
B 77 of 357 ~ 21.57'%

%42.86
%35.57
%21.57

CMYK color model

#997F4D color CMYK value is (0,17,50,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 49.67%
  • key color value is 40.00%
CMYK: (0,17,50,40) C0M17Y50K40 (0%,17%,50%,40%) (0.00/0.17/0.50/0.40) 

CMYK percentages

%0
%16.99
%49.67
%40

Codes

Color #997F4D in popluar color models

99 7F 4D
RGB 153 127 77
HSL 39° 33.04% 45.10%
HSB/HSV 39° 49.67% 60.00%
CMYK 0.00% 16.99% 49.67%
40.00%

Color #997F4D in popluar number systems.

HEX 99 7F 4D
Decimal 153 127 77
Binary 10011001 1111111 1001101
Octal 231 177 115

Shades and tints

Shades of #997F4D

#997F4D
(153,127,77)
#8C7446
(140,116,70)
#7F693F
(127,105,63)
#725E38
(114,94,56)
#655331
(101,83,49)
#58482A
(88,72,42)
#4B3D23
(75,61,35)
#3E321C
(62,50,28)
#312715
(49,39,21)
#241C0E
(36,28,14)
#171107
(23,17,7)
#000000
(0,0,0)

Tints of #997F4D

#997F4D
(153,127,77)
#A28A5D
(162,138,93)
#AB956D
(171,149,109)
#B4A07D
(180,160,125)
#BDAB8D
(189,171,141)
#C6B69D
(198,182,157)
#CFC1AD
(207,193,173)
#D8CCBD
(216,204,189)
#E1D7CD
(225,215,205)
#EAE2DD
(234,226,221)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997F4D color. Also use rgb(153,127,77) instead hex code.

Text Font Color

.myTextColor { color: #997F4D; }

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

This text font color is #997F4D.

Background Color

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

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

This div background color is #997F4D.

Border color

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

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

This div border color is #997F4D.

Opacity

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

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

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

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

This text has shadow with #997F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997F4D.

Preview

Color preview on black background

This text has color #997F4D on black background.


Color preview on white background

This text has color #997F4D on white background.


Black color preview on #997F4D background

This text has black color on #997F4D background.


White color preview on #997F4D background

This text has white color on #997F4D background.


Related colors

Complementary color

Complementary color for #hex is #6680B2.


I love getcolorcode.com

Triadic colors

1 #4D997F and #7F4D99 with #997F4D are triadic colors.

2 #4D7F99 and #7F994D with #997F4D are triadic colors.