COLOR #997E60

HEX: #997E60
RGB: (153,126,96)

Color info

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

RGB color model

#997E60 color RGB value is (153,126,96).

  • red value is 153;
  • green value is 126;
  • blue value is 96.
RGB:
(153,126,96)
(60%,49%,38%)

RGB channels and saturation

R 153 of 255 = 60%
G 126 of 255 = 49%
B 96 of 255 = 38%

153
126
96

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

Portions of RGB colors in percentages

R + G + B =
153 + 126 + 96 = 375 (100%)
R 153 of 375 ~ 40.8%
G 126 of 375 ~ 33.6%
B 96 of 375 ~ 25.6%

%40.8
%33.6
%25.6

CMYK color model

#997E60 color CMYK value is (0,18,37,40).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(0,18,37,40)
C0M18Y37K40 
(0%,18%,37%,40%)
(0.00/0.18/0.37/0.40)	

CMYK percentages

%0
%17.65
%37.25
%40

Codes

Color #997E60 in popluar color models

997E60
RGB15312696
HSL32°22.89%48.82%
HSB/HSV32°37.25%60.00%
CMYK0.00%17.65%37.25%
40.00%

Color #997E60 in popluar number systems.

HEX997E60
Decimal15312696
Binary1001100111111101100000
Octal231176140

Shades and tints

Shades of #997E60

#997E60
(153,126,96)
#8C7358
(140,115,88)
#7F6850
(127,104,80)
#725D48
(114,93,72)
#655240
(101,82,64)
#584738
(88,71,56)
#4B3C30
(75,60,48)
#3E3128
(62,49,40)
#312620
(49,38,32)
#241B18
(36,27,24)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #997E60

#997E60
(153,126,96)
#A2896E
(162,137,110)
#AB947C
(171,148,124)
#B49F8A
(180,159,138)
#BDAA98
(189,170,152)
#C6B5A6
(198,181,166)
#CFC0B4
(207,192,180)
#D8CBC2
(216,203,194)
#E1D6D0
(225,214,208)
#EAE1DE
(234,225,222)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997E60 color. Also use rgb(153,126,96) instead hex code.

Text Font Color

.myTextColor { color: #997E60; }

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

This text font color is #997E60.


Background Color

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

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

This div background color is #997E60.


Border color

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

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

This div border color is #997E60.


Opacity

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

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

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

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

This text has shadow with #997E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997E60 on black background.


Color preview on white background

This text has color #997E60 on white background.



Black color preview on #997E60 background

This text has black color on #997E60 background.


White color preview on #997E60 background

This text has white color on #997E60 background.