COLOR #97958A

HEX: #97958A
RGB: (151,149,138)

Color info

#97958A contains red, green and blue colors in about the same proportion. Web safe color of #97958A is #999999 (or #999).

RGB color model

#97958A color RGB value is (151,149,138).

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

RGB channels and saturation

R 151 of 255 = 59%
G 149 of 255 = 58%
B 138 of 255 = 54%

151
149
138

R + G + B ~ 57%. #97958A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 149 + 138 = 438 (100%)
R 151 of 438 ~ 34.47%
G 149 of 438 ~ 34.02%
B 138 of 438 ~ 31.51%

%34.47
%34.02
%31.51

CMYK color model

#97958A color CMYK value is (0,1,9,41).

  • cyan value is 0.00%
  • magenta value is 1.32%
  • yellow value is 8.61%
  • key color value is 40.78%
CMYK:
(0,1,9,41)
C0M1Y9K41 
(0%,1%,9%,41%)
(0.00/0.01/0.09/0.41)	

CMYK percentages

%0
%1.32
%8.61
%40.78

Codes

Color #97958A in popluar color models

97958A
RGB151149138
HSL51°5.88%56.67%
HSB/HSV51°8.61%59.22%
CMYK0.00%1.32%8.61%
40.78%

Color #97958A in popluar number systems.

HEX97958A
Decimal151149138
Binary100101111001010110001010
Octal227225212

Shades and tints

Shades of #97958A

#97958A
(151,149,138)
#8A887E
(138,136,126)
#7D7B72
(125,123,114)
#706E66
(112,110,102)
#63615A
(99,97,90)
#56544E
(86,84,78)
#494742
(73,71,66)
#3C3A36
(60,58,54)
#2F2D2A
(47,45,42)
#22201E
(34,32,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #97958A

#97958A
(151,149,138)
#A09E94
(160,158,148)
#A9A79E
(169,167,158)
#B2B0A8
(178,176,168)
#BBB9B2
(187,185,178)
#C4C2BC
(196,194,188)
#CDCBC6
(205,203,198)
#D6D4D0
(214,212,208)
#DFDDDA
(223,221,218)
#E8E6E4
(232,230,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97958A color. Also use rgb(151,149,138) instead hex code.

Text Font Color

.myTextColor { color: #97958A; }

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

This text font color is #97958A.


Background Color

.myBgColor { background-color: #97958A; }

<div style="background-color:#97958A">Inner text</div>

This div background color is #97958A.


Border color

.myBorderColor { border: 1px solid #97958A; }

<div style="border:3px solid #97958A">Div</div>

This div border color is #97958A.


Opacity

.myOpacity80 { color: #97958A; opacity: 0.8; }

<p style="color:#97958A;opacity:0.8;">80%</p>

Text with #97958A 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 #97958A;}

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

This text has shadow with #97958A color.

.textShadow {text-shadow: 3px 3px 1px #97958A, 3px 3px 1px red;}

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

This text has shadow with #97958A primary color and red secondary color.


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

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

This text has shadow with #97958A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97958A on black background.


Color preview on white background

This text has color #97958A on white background.



Black color preview on #97958A background

This text has black color on #97958A background.


White color preview on #97958A background

This text has white color on #97958A background.