COLOR #97728D

HEX: #97728D
RGB: (151,114,141)

Color info

#97728D contains red, green and blue colors in about the same proportion. Web safe color of #97728D is #996699 (or #969).

RGB color model

#97728D color RGB value is (151,114,141).

  • red value is 151;
  • green value is 114;
  • blue value is 141.
RGB:
(151,114,141)
(59%,45%,55%)

RGB channels and saturation

R 151 of 255 = 59%
G 114 of 255 = 45%
B 141 of 255 = 55%

151
114
141

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

Portions of RGB colors in percentages

R + G + B =
151 + 114 + 141 = 406 (100%)
R 151 of 406 ~ 37.19%
G 114 of 406 ~ 28.08%
B 141 of 406 ~ 34.73%

%37.19
%28.08
%34.73

CMYK color model

#97728D color CMYK value is (0,25,7,41).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 6.62%
  • key color value is 40.78%
CMYK:
(0,25,7,41)
C0M25Y7K41 
(0%,25%,7%,41%)
(0.00/0.25/0.07/0.41)	

CMYK percentages

%0
%24.5
%6.62
%40.78

Codes

Color #97728D in popluar color models

97728D
RGB151114141
HSL316°15.10%51.96%
HSB/HSV316°24.50%59.22%
CMYK0.00%24.50%6.62%
40.78%

Color #97728D in popluar number systems.

HEX97728D
Decimal151114141
Binary10010111111001010001101
Octal227162215

Shades and tints

Shades of #97728D

#97728D
(151,114,141)
#8A6881
(138,104,129)
#7D5E75
(125,94,117)
#705469
(112,84,105)
#634A5D
(99,74,93)
#564051
(86,64,81)
#493645
(73,54,69)
#3C2C39
(60,44,57)
#2F222D
(47,34,45)
#221821
(34,24,33)
#150E15
(21,14,21)
#000000
(0,0,0)

Tints of #97728D

#97728D
(151,114,141)
#A07E97
(160,126,151)
#A98AA1
(169,138,161)
#B296AB
(178,150,171)
#BBA2B5
(187,162,181)
#C4AEBF
(196,174,191)
#CDBAC9
(205,186,201)
#D6C6D3
(214,198,211)
#DFD2DD
(223,210,221)
#E8DEE7
(232,222,231)
#F1EAF1
(241,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97728D color. Also use rgb(151,114,141) instead hex code.

Text Font Color

.myTextColor { color: #97728D; }

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

This text font color is #97728D.


Background Color

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

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

This div background color is #97728D.


Border color

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

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

This div border color is #97728D.


Opacity

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

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

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

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

This text has shadow with #97728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97728D on black background.


Color preview on white background

This text has color #97728D on white background.



Black color preview on #97728D background

This text has black color on #97728D background.


White color preview on #97728D background

This text has white color on #97728D background.