COLOR #997389

HEX: #997389
RGB: (153,115,137)

Color info

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

RGB color model

#997389 color RGB value is (153,115,137).

  • red value is 153;
  • green value is 115;
  • blue value is 137.
RGB:
(153,115,137)
(60%,45%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 115 of 255 = 45%
B 137 of 255 = 54%

153
115
137

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

Portions of RGB colors in percentages

R + G + B =
153 + 115 + 137 = 405 (100%)
R 153 of 405 ~ 37.78%
G 115 of 405 ~ 28.4%
B 137 of 405 ~ 33.83%

%37.78
%28.4
%33.83

CMYK color model

#997389 color CMYK value is (0,25,10,40).

  • cyan value is 0.00%
  • magenta value is 24.84%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(0,25,10,40)
C0M25Y10K40 
(0%,25%,10%,40%)
(0.00/0.25/0.10/0.40)	

CMYK percentages

%0
%24.84
%10.46
%40

Codes

Color #997389 in popluar color models

997389
RGB153115137
HSL325°15.70%52.55%
HSB/HSV325°24.84%60.00%
CMYK0.00%24.84%10.46%
40.00%

Color #997389 in popluar number systems.

HEX997389
Decimal153115137
Binary10011001111001110001001
Octal231163211

Shades and tints

Shades of #997389

#997389
(153,115,137)
#8C697D
(140,105,125)
#7F5F71
(127,95,113)
#725565
(114,85,101)
#654B59
(101,75,89)
#58414D
(88,65,77)
#4B3741
(75,55,65)
#3E2D35
(62,45,53)
#312329
(49,35,41)
#24191D
(36,25,29)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #997389

#997389
(153,115,137)
#A27F93
(162,127,147)
#AB8B9D
(171,139,157)
#B497A7
(180,151,167)
#BDA3B1
(189,163,177)
#C6AFBB
(198,175,187)
#CFBBC5
(207,187,197)
#D8C7CF
(216,199,207)
#E1D3D9
(225,211,217)
#EADFE3
(234,223,227)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #997389 color. Also use rgb(153,115,137) instead hex code.

Text Font Color

.myTextColor { color: #997389; }

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

This text font color is #997389.


Background Color

.myBgColor { background-color: #997389; }

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

This div background color is #997389.


Border color

.myBorderColor { border: 1px solid #997389; }

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

This div border color is #997389.


Opacity

.myOpacity80 { color: #997389; opacity: 0.8; }

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

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

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

This text has shadow with #997389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #997389 on black background.


Color preview on white background

This text has color #997389 on white background.



Black color preview on #997389 background

This text has black color on #997389 background.


White color preview on #997389 background

This text has white color on #997389 background.