COLOR #97997B

HEX: #97997B
RGB: (151,153,123)

Color info

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

RGB color model

#97997B color RGB value is (151,153,123).

  • red value is 151;
  • green value is 153;
  • blue value is 123.
RGB:
(151,153,123)
(59%,60%,48%)

RGB channels and saturation

R 151 of 255 = 59%
G 153 of 255 = 60%
B 123 of 255 = 48%

151
153
123

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

Portions of RGB colors in percentages

R + G + B =
151 + 153 + 123 = 427 (100%)
R 151 of 427 ~ 35.36%
G 153 of 427 ~ 35.83%
B 123 of 427 ~ 28.81%

%35.36
%35.83
%28.81

CMYK color model

#97997B color CMYK value is (1,0,20,40).

  • cyan value is 1.31%
  • magenta value is 0.00%
  • yellow value is 19.61%
  • key color value is 40.00%
CMYK:
(1,0,20,40)
C1M0Y20K40 
(1%,0%,20%,40%)
(0.01/0.00/0.20/0.40)	

CMYK percentages

%1.31
%0
%19.61
%40

Codes

Color #97997B in popluar color models

97997B
RGB151153123
HSL64°12.82%54.12%
HSB/HSV64°19.61%60.00%
CMYK1.31%0.00%19.61%
40.00%

Color #97997B in popluar number systems.

HEX97997B
Decimal151153123
Binary10010111100110011111011
Octal227231173

Shades and tints

Shades of #97997B

#97997B
(151,153,123)
#8A8C70
(138,140,112)
#7D7F65
(125,127,101)
#70725A
(112,114,90)
#63654F
(99,101,79)
#565844
(86,88,68)
#494B39
(73,75,57)
#3C3E2E
(60,62,46)
#2F3123
(47,49,35)
#222418
(34,36,24)
#15170D
(21,23,13)
#000000
(0,0,0)

Tints of #97997B

#97997B
(151,153,123)
#A0A287
(160,162,135)
#A9AB93
(169,171,147)
#B2B49F
(178,180,159)
#BBBDAB
(187,189,171)
#C4C6B7
(196,198,183)
#CDCFC3
(205,207,195)
#D6D8CF
(214,216,207)
#DFE1DB
(223,225,219)
#E8EAE7
(232,234,231)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97997B color. Also use rgb(151,153,123) instead hex code.

Text Font Color

.myTextColor { color: #97997B; }

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

This text font color is #97997B.


Background Color

.myBgColor { background-color: #97997B; }

<div style="background-color:#97997B">Inner text</div>

This div background color is #97997B.


Border color

.myBorderColor { border: 1px solid #97997B; }

<div style="border:3px solid #97997B">Div</div>

This div border color is #97997B.


Opacity

.myOpacity80 { color: #97997B; opacity: 0.8; }

<p style="color:#97997B;opacity:0.8;">80%</p>

Text with #97997B 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 #97997B;}

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

This text has shadow with #97997B color.

.textShadow {text-shadow: 3px 3px 1px #97997B, 3px 3px 1px red;}

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

This text has shadow with #97997B primary color and red secondary color.


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

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

This text has shadow with #97997B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97997B on black background.


Color preview on white background

This text has color #97997B on white background.



Black color preview on #97997B background

This text has black color on #97997B background.


White color preview on #97997B background

This text has white color on #97997B background.