COLOR #997F5D

HEX: #997F5D RGB: (153,127,93)

Color info

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

RGB color model

#997F5D color RGB value is (153,127,93).

RGB: (153,127,93) (60%, 50%, 36%)

RGB channels and saturation

R 153 of 255 = 60%
G 127 of 255 = 50%
B 93 of 255 = 36%

153
127
93

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

Portions of RGB colors in percentages

R + G + B = 153 + 127 + 93 = 373 (100%)
R 153 of 373 ~ 41.02%
G 127 of 373 ~ 34.05%
B 93 of 373 ~ 24.93'%

%41.02
%34.05
%24.93

CMYK color model

#997F5D color CMYK value is (0,17,39,40).

  • cyan value is 0.00%
  • magenta value is 16.99%
  • yellow value is 39.22%
  • key color value is 40.00%

CMYK: (0,17,39,40)
C0M17Y39K40 (0%, 17%, 39%, 40%)
(0.00 / 0.17 / 0.39 / 0.40)

CMYK percentages

%0
%16.99
%39.22
%40

Codes

Color #997F5D in popluar color models

99 7F 5D
RGB 153 127 93
HSL 34° 24.39% 48.24%
HSB/HSV 34° 39.22% 60.00%
CMYK 0.00% 16.99% 39.22%
40.00%

Color #997F5D in popluar number systems.

HEX 99 7F 5D
Decimal 153 127 93
Binary 10011001 1111111 1011101
Octal 231 177 135

Shades and tints

Shades of #997F5D

#997F5D
(153,127,93)
#8C7455
(140,116,85)
#7F694D
(127,105,77)
#725E45
(114,94,69)
#65533D
(101,83,61)
#584835
(88,72,53)
#4B3D2D
(75,61,45)
#3E3225
(62,50,37)
#31271D
(49,39,29)
#241C15
(36,28,21)
#17110D
(23,17,13)
#000000
(0,0,0)

Tints of #997F5D

#997F5D
(153,127,93)
#A28A6B
(162,138,107)
#AB9579
(171,149,121)
#B4A087
(180,160,135)
#BDAB95
(189,171,149)
#C6B6A3
(198,182,163)
#CFC1B1
(207,193,177)
#D8CCBF
(216,204,191)
#E1D7CD
(225,215,205)
#EAE2DB
(234,226,219)
#F3EDE9
(243,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997F5D; }

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

This text font color is #997F5D.

Background Color

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

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

This div background color is #997F5D.

Border color

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

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

This div border color is #997F5D.

Opacity

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

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

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

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

This text has shadow with #997F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997F5D.

Preview

Color preview on black background

This text has color #997F5D on black background.


Color preview on white background

This text has color #997F5D on white background.


Black color preview on #997F5D background

This text has black color on #997F5D background.


White color preview on #997F5D background

This text has white color on #997F5D background.


Related colors

Complementary color

Complementary color for #hex is #6680A2.


I love getcolorcode.com

Triadic colors

1 #5D997F and #7F5D99 with #997F5D are triadic colors.

2 #5D7F99 and #7F995D with #997F5D are triadic colors.