COLOR #97737D

HEX: #97737D
RGB: (151,115,125)

Color info

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

RGB color model

#97737D color RGB value is (151,115,125).

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

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 125 of 255 = 49%

151
115
125

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 125 = 391 (100%)
R 151 of 391 ~ 38.62%
G 115 of 391 ~ 29.41%
B 125 of 391 ~ 31.97%

%38.62
%29.41
%31.97

CMYK color model

#97737D color CMYK value is (0,24,17,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(0,24,17,41)
C0M24Y17K41 
(0%,24%,17%,41%)
(0.00/0.24/0.17/0.41)	

CMYK percentages

%0
%23.84
%17.22
%40.78

Codes

Color #97737D in popluar color models

97737D
RGB151115125
HSL343°14.75%52.16%
HSB/HSV343°23.84%59.22%
CMYK0.00%23.84%17.22%
40.78%

Color #97737D in popluar number systems.

HEX97737D
Decimal151115125
Binary1001011111100111111101
Octal227163175

Shades and tints

Shades of #97737D

#97737D
(151,115,125)
#8A6972
(138,105,114)
#7D5F67
(125,95,103)
#70555C
(112,85,92)
#634B51
(99,75,81)
#564146
(86,65,70)
#49373B
(73,55,59)
#3C2D30
(60,45,48)
#2F2325
(47,35,37)
#22191A
(34,25,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #97737D

#97737D
(151,115,125)
#A07F88
(160,127,136)
#A98B93
(169,139,147)
#B2979E
(178,151,158)
#BBA3A9
(187,163,169)
#C4AFB4
(196,175,180)
#CDBBBF
(205,187,191)
#D6C7CA
(214,199,202)
#DFD3D5
(223,211,213)
#E8DFE0
(232,223,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97737D; }

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

This text font color is #97737D.


Background Color

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

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

This div background color is #97737D.


Border color

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

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

This div border color is #97737D.


Opacity

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

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

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

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

This text has shadow with #97737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97737D on black background.


Color preview on white background

This text has color #97737D on white background.



Black color preview on #97737D background

This text has black color on #97737D background.


White color preview on #97737D background

This text has white color on #97737D background.