COLOR #97797F

HEX: #97797F
RGB: (151,121,127)

Color info

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

RGB color model

#97797F color RGB value is (151,121,127).

  • red value is 151;
  • green value is 121;
  • blue value is 127.
RGB:
(151,121,127)
(59%,47%,50%)

RGB channels and saturation

R 151 of 255 = 59%
G 121 of 255 = 47%
B 127 of 255 = 50%

151
121
127

R + G + B ~ 52%. #97797F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 121 + 127 = 399 (100%)
R 151 of 399 ~ 37.84%
G 121 of 399 ~ 30.33%
B 127 of 399 ~ 31.83%

%37.84
%30.33
%31.83

CMYK color model

#97797F color CMYK value is (0,20,16,41).

  • cyan value is 0.00%
  • magenta value is 19.87%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(0,20,16,41)
C0M20Y16K41 
(0%,20%,16%,41%)
(0.00/0.20/0.16/0.41)	

CMYK percentages

%0
%19.87
%15.89
%40.78

Codes

Color #97797F in popluar color models

97797F
RGB151121127
HSL348°12.61%53.33%
HSB/HSV348°19.87%59.22%
CMYK0.00%19.87%15.89%
40.78%

Color #97797F in popluar number systems.

HEX97797F
Decimal151121127
Binary1001011111110011111111
Octal227171177

Shades and tints

Shades of #97797F

#97797F
(151,121,127)
#8A6E74
(138,110,116)
#7D6369
(125,99,105)
#70585E
(112,88,94)
#634D53
(99,77,83)
#564248
(86,66,72)
#49373D
(73,55,61)
#3C2C32
(60,44,50)
#2F2127
(47,33,39)
#22161C
(34,22,28)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #97797F

#97797F
(151,121,127)
#A0858A
(160,133,138)
#A99195
(169,145,149)
#B29DA0
(178,157,160)
#BBA9AB
(187,169,171)
#C4B5B6
(196,181,182)
#CDC1C1
(205,193,193)
#D6CDCC
(214,205,204)
#DFD9D7
(223,217,215)
#E8E5E2
(232,229,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97797F color. Also use rgb(151,121,127) instead hex code.

Text Font Color

.myTextColor { color: #97797F; }

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

This text font color is #97797F.


Background Color

.myBgColor { background-color: #97797F; }

<div style="background-color:#97797F">Inner text</div>

This div background color is #97797F.


Border color

.myBorderColor { border: 1px solid #97797F; }

<div style="border:3px solid #97797F">Div</div>

This div border color is #97797F.


Opacity

.myOpacity80 { color: #97797F; opacity: 0.8; }

<p style="color:#97797F;opacity:0.8;">80%</p>

Text with #97797F 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 #97797F;}

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

This text has shadow with #97797F color.

.textShadow {text-shadow: 3px 3px 1px #97797F, 3px 3px 1px red;}

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

This text has shadow with #97797F primary color and red secondary color.


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

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

This text has shadow with #97797F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97797F on black background.


Color preview on white background

This text has color #97797F on white background.



Black color preview on #97797F background

This text has black color on #97797F background.


White color preview on #97797F background

This text has white color on #97797F background.