COLOR #97957F

HEX: #97957F
RGB: (151,149,127)

Color info

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

RGB color model

#97957F color RGB value is (151,149,127).

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

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 127 of 255 = 50%

151
149
127

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

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 127 = 427 (100%)
R 151 of 427 ~ 35.36%
G 149 of 427 ~ 34.89%
B 127 of 427 ~ 29.74%

%35.36
%34.89
%29.74

CMYK color model

#97957F color CMYK value is (0,1,16,41).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 15.89%
  • key color value is 40.78%
CMYK:
(0,1,16,41)
C0M1Y16K41 
(0%,1%,16%,41%)
(0.00/0.01/0.16/0.41)	

CMYK percentages

%0
%1.32
%15.89
%40.78

Codes

Color #97957F in popluar color models

97957F
RGB151149127
HSL55°10.34%54.51%
HSB/HSV55°15.89%59.22%
CMYK0.00%1.32%15.89%
40.78%

Color #97957F in popluar number systems.

HEX97957F
Decimal151149127
Binary10010111100101011111111
Octal227225177

Shades and tints

Shades of #97957F

#97957F
(151,149,127)
#8A8874
(138,136,116)
#7D7B69
(125,123,105)
#706E5E
(112,110,94)
#636153
(99,97,83)
#565448
(86,84,72)
#49473D
(73,71,61)
#3C3A32
(60,58,50)
#2F2D27
(47,45,39)
#22201C
(34,32,28)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #97957F

#97957F
(151,149,127)
#A09E8A
(160,158,138)
#A9A795
(169,167,149)
#B2B0A0
(178,176,160)
#BBB9AB
(187,185,171)
#C4C2B6
(196,194,182)
#CDCBC1
(205,203,193)
#D6D4CC
(214,212,204)
#DFDDD7
(223,221,215)
#E8E6E2
(232,230,226)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97957F; }

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

This text font color is #97957F.


Background Color

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

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

This div background color is #97957F.


Border color

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

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

This div border color is #97957F.


Opacity

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

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

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

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

This text has shadow with #97957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97957F on black background.


Color preview on white background

This text has color #97957F on white background.



Black color preview on #97957F background

This text has black color on #97957F background.


White color preview on #97957F background

This text has white color on #97957F background.