COLOR #897182

HEX: #897182
RGB: (137,113,130)

Color info

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

RGB color model

#897182 color RGB value is (137,113,130).

  • red value is 137;
  • green value is 113;
  • blue value is 130.
RGB:
(137,113,130)
(54%,44%,51%)

RGB channels and saturation

R 137 of 255 = 54%
G 113 of 255 = 44%
B 130 of 255 = 51%

137
113
130

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

Portions of RGB colors in percentages

R + G + B =
137 + 113 + 130 = 380 (100%)
R 137 of 380 ~ 36.05%
G 113 of 380 ~ 29.74%
B 130 of 380 ~ 34.21%

%36.05
%29.74
%34.21

CMYK color model

#897182 color CMYK value is (0,18,5,46).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 5.11%
  • key color value is 46.27%
CMYK:
(0,18,5,46)
C0M18Y5K46 
(0%,18%,5%,46%)
(0.00/0.18/0.05/0.46)	

CMYK percentages

%0
%17.52
%5.11
%46.27

Codes

Color #897182 in popluar color models

897182
RGB137113130
HSL318°9.60%49.02%
HSB/HSV318°17.52%53.73%
CMYK0.00%17.52%5.11%
46.27%

Color #897182 in popluar number systems.

HEX897182
Decimal137113130
Binary10001001111000110000010
Octal211161202

Shades and tints

Shades of #897182

#897182
(137,113,130)
#7D6777
(125,103,119)
#715D6C
(113,93,108)
#655361
(101,83,97)
#594956
(89,73,86)
#4D3F4B
(77,63,75)
#413540
(65,53,64)
#352B35
(53,43,53)
#29212A
(41,33,42)
#1D171F
(29,23,31)
#110D14
(17,13,20)
#000000
(0,0,0)

Tints of #897182

#897182
(137,113,130)
#937D8D
(147,125,141)
#9D8998
(157,137,152)
#A795A3
(167,149,163)
#B1A1AE
(177,161,174)
#BBADB9
(187,173,185)
#C5B9C4
(197,185,196)
#CFC5CF
(207,197,207)
#D9D1DA
(217,209,218)
#E3DDE5
(227,221,229)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #897182 color. Also use rgb(137,113,130) instead hex code.

Text Font Color

.myTextColor { color: #897182; }

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

This text font color is #897182.


Background Color

.myBgColor { background-color: #897182; }

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

This div background color is #897182.


Border color

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

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

This div border color is #897182.


Opacity

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

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

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

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

This text has shadow with #897182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #897182 on black background.


Color preview on white background

This text has color #897182 on white background.



Black color preview on #897182 background

This text has black color on #897182 background.


White color preview on #897182 background

This text has white color on #897182 background.