COLOR #97717C

HEX: #97717C RGB: (151,113,124)

Color info

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

RGB color model

#97717C color RGB value is (151,113,124).

RGB: (151,113,124) (59%, 44%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 113 of 255 = 44%
B 124 of 255 = 49%

151
113
124

R + G + B ~ 51%. #97717C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 113 + 124 = 388 (100%)
R 151 of 388 ~ 38.92%
G 113 of 388 ~ 29.12%
B 124 of 388 ~ 31.96'%

%38.92
%29.12
%31.96

CMYK color model

#97717C color CMYK value is (0,25,18,41).

  • cyan value is 0.00%
  • magenta value is 25.17%
  • yellow value is 17.88%
  • key color value is 40.78%

CMYK: (0,25,18,41)
C0M25Y18K41 (0%, 25%, 18%, 41%)
(0.00 / 0.25 / 0.18 / 0.41)

CMYK percentages

%0
%25.17
%17.88
%40.78

Codes

Color #97717C in popluar color models

97 71 7C
RGB 151 113 124
HSL 343° 15.45% 51.76%
HSB/HSV 343° 25.17% 59.22%
CMYK 0.00% 25.17% 17.88%
40.78%

Color #97717C in popluar number systems.

HEX 97 71 7C
Decimal 151 113 124
Binary 10010111 1110001 1111100
Octal 227 161 174

Shades and tints

Shades of #97717C

#97717C
(151,113,124)
#8A6771
(138,103,113)
#7D5D66
(125,93,102)
#70535B
(112,83,91)
#634950
(99,73,80)
#563F45
(86,63,69)
#49353A
(73,53,58)
#3C2B2F
(60,43,47)
#2F2124
(47,33,36)
#221719
(34,23,25)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #97717C

#97717C
(151,113,124)
#A07D87
(160,125,135)
#A98992
(169,137,146)
#B2959D
(178,149,157)
#BBA1A8
(187,161,168)
#C4ADB3
(196,173,179)
#CDB9BE
(205,185,190)
#D6C5C9
(214,197,201)
#DFD1D4
(223,209,212)
#E8DDDF
(232,221,223)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97717C color. Also use rgb(151,113,124) instead hex code.

Text Font Color

.myTextColor { color: #97717C; }

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

This text font color is #97717C.

Background Color

.myBgColor { background-color: #97717C; }

<div style="background-color:#97717C">Inner text</div>

This div background color is #97717C.

Border color

.myBorderColor { border: 1px solid #97717C; }

<div style="border:3px solid #97717C">Div</div>

This div border color is #97717C.

Opacity

.myOpacity80 { color: #97717C; opacity: 0.8; }

<p style="color:#97717C;opacity:0.8;">80%</p>

Text with #97717C 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 #97717C;}

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

This text has shadow with #97717C color.


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

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

This text has shadow with #97717C primary color and red secondary color.


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

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

This text has shadow with #97717C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97717C.

Preview

Color preview on black background

This text has color #97717C on black background.


Color preview on white background

This text has color #97717C on white background.


Black color preview on #97717C background

This text has black color on #97717C background.


White color preview on #97717C background

This text has white color on #97717C background.


Related colors

Complementary color

Complementary color for #hex is #688E83.


I love getcolorcode.com

Triadic colors

1 #7C9771 and #717C97 with #97717C are triadic colors.

2 #7C7197 and #71977C with #97717C are triadic colors.