COLOR #97738B

HEX: #97738B
RGB: (151,115,139)

Color info

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

RGB color model

#97738B color RGB value is (151,115,139).

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

RGB channels and saturation

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

151
115
139

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

Portions of RGB colors in percentages

R + G + B =
151 + 115 + 139 = 405 (100%)
R 151 of 405 ~ 37.28%
G 115 of 405 ~ 28.4%
B 139 of 405 ~ 34.32%

%37.28
%28.4
%34.32

CMYK color model

#97738B color CMYK value is (0,24,8,41).

  • cyan value is 0.00%
  • magenta value is 23.84%
  • yellow value is 7.95%
  • key color value is 40.78%
CMYK:
(0,24,8,41)
C0M24Y8K41 
(0%,24%,8%,41%)
(0.00/0.24/0.08/0.41)	

CMYK percentages

%0
%23.84
%7.95
%40.78

Codes

Color #97738B in popluar color models

97738B
RGB151115139
HSL320°14.75%52.16%
HSB/HSV320°23.84%59.22%
CMYK0.00%23.84%7.95%
40.78%

Color #97738B in popluar number systems.

HEX97738B
Decimal151115139
Binary10010111111001110001011
Octal227163213

Shades and tints

Shades of #97738B

#97738B
(151,115,139)
#8A697F
(138,105,127)
#7D5F73
(125,95,115)
#705567
(112,85,103)
#634B5B
(99,75,91)
#56414F
(86,65,79)
#493743
(73,55,67)
#3C2D37
(60,45,55)
#2F232B
(47,35,43)
#22191F
(34,25,31)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #97738B

#97738B
(151,115,139)
#A07F95
(160,127,149)
#A98B9F
(169,139,159)
#B297A9
(178,151,169)
#BBA3B3
(187,163,179)
#C4AFBD
(196,175,189)
#CDBBC7
(205,187,199)
#D6C7D1
(214,199,209)
#DFD3DB
(223,211,219)
#E8DFE5
(232,223,229)
#F1EBEF
(241,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97738B; }

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

This text font color is #97738B.


Background Color

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

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

This div background color is #97738B.


Border color

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

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

This div border color is #97738B.


Opacity

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

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

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

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

This text has shadow with #97738B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97738B on black background.


Color preview on white background

This text has color #97738B on white background.



Black color preview on #97738B background

This text has black color on #97738B background.


White color preview on #97738B background

This text has white color on #97738B background.