COLOR #97917C

HEX: #97917C
RGB: (151,145,124)

Color info

#97917C contains red, green and blue colors in about the same proportion. Web safe color of #97917C is #999966 (or #996).

RGB color model

#97917C color RGB value is (151,145,124).

  • red value is 151;
  • green value is 145;
  • blue value is 124.
RGB:
(151,145,124)
(59%,57%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 145 of 255 = 57%
B 124 of 255 = 49%

151
145
124

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

Portions of RGB colors in percentages

R + G + B =
151 + 145 + 124 = 420 (100%)
R 151 of 420 ~ 35.95%
G 145 of 420 ~ 34.52%
B 124 of 420 ~ 29.52%

%35.95
%34.52
%29.52

CMYK color model

#97917C color CMYK value is (0,4,18,41).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 17.88%
  • key color value is 40.78%
CMYK:
(0,4,18,41)
C0M4Y18K41 
(0%,4%,18%,41%)
(0.00/0.04/0.18/0.41)	

CMYK percentages

%0
%3.97
%17.88
%40.78

Codes

Color #97917C in popluar color models

97917C
RGB151145124
HSL47°11.49%53.92%
HSB/HSV47°17.88%59.22%
CMYK0.00%3.97%17.88%
40.78%

Color #97917C in popluar number systems.

HEX97917C
Decimal151145124
Binary10010111100100011111100
Octal227221174

Shades and tints

Shades of #97917C

#97917C
(151,145,124)
#8A8471
(138,132,113)
#7D7766
(125,119,102)
#706A5B
(112,106,91)
#635D50
(99,93,80)
#565045
(86,80,69)
#49433A
(73,67,58)
#3C362F
(60,54,47)
#2F2924
(47,41,36)
#221C19
(34,28,25)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #97917C

#97917C
(151,145,124)
#A09B87
(160,155,135)
#A9A592
(169,165,146)
#B2AF9D
(178,175,157)
#BBB9A8
(187,185,168)
#C4C3B3
(196,195,179)
#CDCDBE
(205,205,190)
#D6D7C9
(214,215,201)
#DFE1D4
(223,225,212)
#E8EBDF
(232,235,223)
#F1F5EA
(241,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97917C; }

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

This text font color is #97917C.


Background Color

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

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

This div background color is #97917C.


Border color

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

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

This div border color is #97917C.


Opacity

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

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

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

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

This text has shadow with #97917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97917C on black background.


Color preview on white background

This text has color #97917C on white background.



Black color preview on #97917C background

This text has black color on #97917C background.


White color preview on #97917C background

This text has white color on #97917C background.