COLOR #97738C

HEX: #97738C
RGB: (151,115,140)

Color info

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

RGB color model

#97738C color RGB value is (151,115,140).

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

RGB channels and saturation

R 151 of 255 = 59%
G 115 of 255 = 45%
B 140 of 255 = 55%

151
115
140

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 140 = 406 (100%)
R 151 of 406 ~ 37.19%
G 115 of 406 ~ 28.33%
B 140 of 406 ~ 34.48%

%37.19
%28.33
%34.48

CMYK color model

#97738C color CMYK value is (0,24,7,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 7.28%
  • key color value is 40.78%
CMYK:
(0,24,7,41)
C0M24Y7K41 
(0%,24%,7%,41%)
(0.00/0.24/0.07/0.41)	

CMYK percentages

%0
%23.84
%7.28
%40.78

Codes

Color #97738C in popluar color models

97738C
RGB151115140
HSL318°14.75%52.16%
HSB/HSV318°23.84%59.22%
CMYK0.00%23.84%7.28%
40.78%

Color #97738C in popluar number systems.

HEX97738C
Decimal151115140
Binary10010111111001110001100
Octal227163214

Shades and tints

Shades of #97738C

#97738C
(151,115,140)
#8A6980
(138,105,128)
#7D5F74
(125,95,116)
#705568
(112,85,104)
#634B5C
(99,75,92)
#564150
(86,65,80)
#493744
(73,55,68)
#3C2D38
(60,45,56)
#2F232C
(47,35,44)
#221920
(34,25,32)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #97738C

#97738C
(151,115,140)
#A07F96
(160,127,150)
#A98BA0
(169,139,160)
#B297AA
(178,151,170)
#BBA3B4
(187,163,180)
#C4AFBE
(196,175,190)
#CDBBC8
(205,187,200)
#D6C7D2
(214,199,210)
#DFD3DC
(223,211,220)
#E8DFE6
(232,223,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97738C color. Also use rgb(151,115,140) instead hex code.

Text Font Color

.myTextColor { color: #97738C; }

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

This text font color is #97738C.


Background Color

.myBgColor { background-color: #97738C; }

<div style="background-color:#97738C">Inner text</div>

This div background color is #97738C.


Border color

.myBorderColor { border: 1px solid #97738C; }

<div style="border:3px solid #97738C">Div</div>

This div border color is #97738C.


Opacity

.myOpacity80 { color: #97738C; opacity: 0.8; }

<p style="color:#97738C;opacity:0.8;">80%</p>

Text with #97738C 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 #97738C;}

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

This text has shadow with #97738C color.

.textShadow {text-shadow: 3px 3px 1px #97738C, 3px 3px 1px red;}

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

This text has shadow with #97738C primary color and red secondary color.


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

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

This text has shadow with #97738C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97738C on black background.


Color preview on white background

This text has color #97738C on white background.



Black color preview on #97738C background

This text has black color on #97738C background.


White color preview on #97738C background

This text has white color on #97738C background.