COLOR #97737A

HEX: #97737A
RGB: (151,115,122)

Color info

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

RGB color model

#97737A color RGB value is (151,115,122).

  • red value is 151;
  • green value is 115;
  • blue value is 122.
RGB:
(151,115,122)
(59%,45%,48%)

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 122 of 255 = 48%

151
115
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 122 = 388 (100%)
R 151 of 388 ~ 38.92%
G 115 of 388 ~ 29.64%
B 122 of 388 ~ 31.44%

%38.92
%29.64
%31.44

CMYK color model

#97737A color CMYK value is (0,24,19,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,24,19,41)
C0M24Y19K41 
(0%,24%,19%,41%)
(0.00/0.24/0.19/0.41)	

CMYK percentages

%0
%23.84
%19.21
%40.78

Codes

Color #97737A in popluar color models

97737A
RGB151115122
HSL348°14.75%52.16%
HSB/HSV348°23.84%59.22%
CMYK0.00%23.84%19.21%
40.78%

Color #97737A in popluar number systems.

HEX97737A
Decimal151115122
Binary1001011111100111111010
Octal227163172

Shades and tints

Shades of #97737A

#97737A
(151,115,122)
#8A696F
(138,105,111)
#7D5F64
(125,95,100)
#705559
(112,85,89)
#634B4E
(99,75,78)
#564143
(86,65,67)
#493738
(73,55,56)
#3C2D2D
(60,45,45)
#2F2322
(47,35,34)
#221917
(34,25,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #97737A

#97737A
(151,115,122)
#A07F86
(160,127,134)
#A98B92
(169,139,146)
#B2979E
(178,151,158)
#BBA3AA
(187,163,170)
#C4AFB6
(196,175,182)
#CDBBC2
(205,187,194)
#D6C7CE
(214,199,206)
#DFD3DA
(223,211,218)
#E8DFE6
(232,223,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97737A color. Also use rgb(151,115,122) instead hex code.

Text Font Color

.myTextColor { color: #97737A; }

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

This text font color is #97737A.


Background Color

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

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

This div background color is #97737A.


Border color

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

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

This div border color is #97737A.


Opacity

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

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

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

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

This text has shadow with #97737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97737A on black background.


Color preview on white background

This text has color #97737A on white background.



Black color preview on #97737A background

This text has black color on #97737A background.


White color preview on #97737A background

This text has white color on #97737A background.