COLOR #997A60

HEX: #997A60
RGB: (153,122,96)

Color info

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

RGB color model

#997A60 color RGB value is (153,122,96).

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

RGB channels and saturation

R 153 of 255 = 60%
G 122 of 255 = 48%
B 96 of 255 = 38%

153
122
96

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

Portions of RGB colors in percentages

R + G + B =
153 + 122 + 96 = 371 (100%)
R 153 of 371 ~ 41.24%
G 122 of 371 ~ 32.88%
B 96 of 371 ~ 25.88%

%41.24
%32.88
%25.88

CMYK color model

#997A60 color CMYK value is (0,20,37,40).

  • cyan value is 0.00%
  • magenta value is 20.26%
  • yellow value is 37.25%
  • key color value is 40.00%
CMYK:
(0,20,37,40)
C0M20Y37K40 
(0%,20%,37%,40%)
(0.00/0.20/0.37/0.40)	

CMYK percentages

%0
%20.26
%37.25
%40

Codes

Color #997A60 in popluar color models

997A60
RGB15312296
HSL27°22.89%48.82%
HSB/HSV27°37.25%60.00%
CMYK0.00%20.26%37.25%
40.00%

Color #997A60 in popluar number systems.

HEX997A60
Decimal15312296
Binary1001100111110101100000
Octal231172140

Shades and tints

Shades of #997A60

#997A60
(153,122,96)
#8C6F58
(140,111,88)
#7F6450
(127,100,80)
#725948
(114,89,72)
#654E40
(101,78,64)
#584338
(88,67,56)
#4B3830
(75,56,48)
#3E2D28
(62,45,40)
#312220
(49,34,32)
#241718
(36,23,24)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #997A60

#997A60
(153,122,96)
#A2866E
(162,134,110)
#AB927C
(171,146,124)
#B49E8A
(180,158,138)
#BDAA98
(189,170,152)
#C6B6A6
(198,182,166)
#CFC2B4
(207,194,180)
#D8CEC2
(216,206,194)
#E1DAD0
(225,218,208)
#EAE6DE
(234,230,222)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #997A60; }

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

This text font color is #997A60.


Background Color

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

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

This div background color is #997A60.


Border color

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

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

This div border color is #997A60.


Opacity

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

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

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

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

This text has shadow with #997A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997A60 on black background.


Color preview on white background

This text has color #997A60 on white background.



Black color preview on #997A60 background

This text has black color on #997A60 background.


White color preview on #997A60 background

This text has white color on #997A60 background.