COLOR #997C5B

HEX: #997C5B RGB: (153,124,91)

Color info

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

RGB color model

#997C5B color RGB value is (153,124,91).

RGB: (153,124,91) (60%, 49%, 36%)

RGB channels and saturation

R 153 of 255 = 60%
G 124 of 255 = 49%
B 91 of 255 = 36%

153
124
91

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

Portions of RGB colors in percentages

R + G + B = 153 + 124 + 91 = 368 (100%)
R 153 of 368 ~ 41.58%
G 124 of 368 ~ 33.7%
B 91 of 368 ~ 24.73'%

%41.58
%33.7
%24.73

CMYK color model

#997C5B color CMYK value is (0,19,41,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 40.52%
  • key color value is 40.00%

CMYK: (0,19,41,40)
C0M19Y41K40 (0%, 19%, 41%, 40%)
(0.00 / 0.19 / 0.41 / 0.40)

CMYK percentages

%0
%18.95
%40.52
%40

Codes

Color #997C5B in popluar color models

99 7C 5B
RGB 153 124 91
HSL 32° 25.41% 47.84%
HSB/HSV 32° 40.52% 60.00%
CMYK 0.00% 18.95% 40.52%
40.00%

Color #997C5B in popluar number systems.

HEX 99 7C 5B
Decimal 153 124 91
Binary 10011001 1111100 1011011
Octal 231 174 133

Shades and tints

Shades of #997C5B

#997C5B
(153,124,91)
#8C7153
(140,113,83)
#7F664B
(127,102,75)
#725B43
(114,91,67)
#65503B
(101,80,59)
#584533
(88,69,51)
#4B3A2B
(75,58,43)
#3E2F23
(62,47,35)
#31241B
(49,36,27)
#241913
(36,25,19)
#170E0B
(23,14,11)
#000000
(0,0,0)

Tints of #997C5B

#997C5B
(153,124,91)
#A28769
(162,135,105)
#AB9277
(171,146,119)
#B49D85
(180,157,133)
#BDA893
(189,168,147)
#C6B3A1
(198,179,161)
#CFBEAF
(207,190,175)
#D8C9BD
(216,201,189)
#E1D4CB
(225,212,203)
#EADFD9
(234,223,217)
#F3EAE7
(243,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997C5B color. Also use rgb(153,124,91) instead hex code.

Text Font Color

.myTextColor { color: #997C5B; }

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

This text font color is #997C5B.

Background Color

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

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

This div background color is #997C5B.

Border color

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

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

This div border color is #997C5B.

Opacity

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

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

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

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

This text has shadow with #997C5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #997C5B.

Preview

Color preview on black background

This text has color #997C5B on black background.


Color preview on white background

This text has color #997C5B on white background.


Black color preview on #997C5B background

This text has black color on #997C5B background.


White color preview on #997C5B background

This text has white color on #997C5B background.


Related colors

Complementary color

Complementary color for #hex is #6683A4.


I love getcolorcode.com

Triadic colors

1 #5B997C and #7C5B99 with #997C5B are triadic colors.

2 #5B7C99 and #7C995B with #997C5B are triadic colors.