COLOR #897388

HEX: #897388
RGB: (137,115,136)

Color info

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

RGB color model

#897388 color RGB value is (137,115,136).

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

RGB channels and saturation

R 137 of 255 = 54%
G 115 of 255 = 45%
B 136 of 255 = 53%

137
115
136

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

Portions of RGB colors in percentages

R + G + B =
137 + 115 + 136 = 388 (100%)
R 137 of 388 ~ 35.31%
G 115 of 388 ~ 29.64%
B 136 of 388 ~ 35.05%

%35.31
%29.64
%35.05

CMYK color model

#897388 color CMYK value is (0,16,1,46).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 0.73%
  • key color value is 46.27%
CMYK:
(0,16,1,46)
C0M16Y1K46 
(0%,16%,1%,46%)
(0.00/0.16/0.01/0.46)	

CMYK percentages

%0
%16.06
%0.73
%46.27

Codes

Color #897388 in popluar color models

897388
RGB137115136
HSL303°8.73%49.41%
HSB/HSV303°16.06%53.73%
CMYK0.00%16.06%0.73%
46.27%

Color #897388 in popluar number systems.

HEX897388
Decimal137115136
Binary10001001111001110001000
Octal211163210

Shades and tints

Shades of #897388

#897388
(137,115,136)
#7D697C
(125,105,124)
#715F70
(113,95,112)
#655564
(101,85,100)
#594B58
(89,75,88)
#4D414C
(77,65,76)
#413740
(65,55,64)
#352D34
(53,45,52)
#292328
(41,35,40)
#1D191C
(29,25,28)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #897388

#897388
(137,115,136)
#937F92
(147,127,146)
#9D8B9C
(157,139,156)
#A797A6
(167,151,166)
#B1A3B0
(177,163,176)
#BBAFBA
(187,175,186)
#C5BBC4
(197,187,196)
#CFC7CE
(207,199,206)
#D9D3D8
(217,211,216)
#E3DFE2
(227,223,226)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #897388; }

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

This text font color is #897388.


Background Color

.myBgColor { background-color: #897388; }

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

This div background color is #897388.


Border color

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

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

This div border color is #897388.


Opacity

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

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

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

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

This text has shadow with #897388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897388 on black background.


Color preview on white background

This text has color #897388 on white background.



Black color preview on #897388 background

This text has black color on #897388 background.


White color preview on #897388 background

This text has white color on #897388 background.