COLOR #997C5D

HEX: #997C5D
RGB: (153,124,93)

Color info

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

RGB color model

#997C5D color RGB value is (153,124,93).

  • red value is 153;
  • green value is 124;
  • blue value is 93.
RGB:
(153,124,93)
(60%,49%,36%)

RGB channels and saturation

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

153
124
93

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

Portions of RGB colors in percentages

R + G + B =
153 + 124 + 93 = 370 (100%)
R 153 of 370 ~ 41.35%
G 124 of 370 ~ 33.51%
B 93 of 370 ~ 25.14%

%41.35
%33.51
%25.14

CMYK color model

#997C5D color CMYK value is (0,19,39,40).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 39.22%
  • key color value is 40.00%
CMYK:
(0,19,39,40)
C0M19Y39K40 
(0%,19%,39%,40%)
(0.00/0.19/0.39/0.40)	

CMYK percentages

%0
%18.95
%39.22
%40

Codes

Color #997C5D in popluar color models

997C5D
RGB15312493
HSL31°24.39%48.24%
HSB/HSV31°39.22%60.00%
CMYK0.00%18.95%39.22%
40.00%

Color #997C5D in popluar number systems.

HEX997C5D
Decimal15312493
Binary1001100111111001011101
Octal231174135

Shades and tints

Shades of #997C5D

#997C5D
(153,124,93)
#8C7155
(140,113,85)
#7F664D
(127,102,77)
#725B45
(114,91,69)
#65503D
(101,80,61)
#584535
(88,69,53)
#4B3A2D
(75,58,45)
#3E2F25
(62,47,37)
#31241D
(49,36,29)
#241915
(36,25,21)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #997C5D

#997C5D
(153,124,93)
#A2876B
(162,135,107)
#AB9279
(171,146,121)
#B49D87
(180,157,135)
#BDA895
(189,168,149)
#C6B3A3
(198,179,163)
#CFBEB1
(207,190,177)
#D8C9BF
(216,201,191)
#E1D4CD
(225,212,205)
#EADFDB
(234,223,219)
#F3EAE9
(243,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997C5D; }

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

This text font color is #997C5D.


Background Color

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

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

This div background color is #997C5D.


Border color

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

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

This div border color is #997C5D.


Opacity

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

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

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

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

This text has shadow with #997C5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997C5D on black background.


Color preview on white background

This text has color #997C5D on white background.



Black color preview on #997C5D background

This text has black color on #997C5D background.


White color preview on #997C5D background

This text has white color on #997C5D background.