COLOR #896382

HEX: #896382
RGB: (137,99,130)

Color info

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

RGB color model

#896382 color RGB value is (137,99,130).

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

RGB channels and saturation

R 137 of 255 = 54%
G 99 of 255 = 39%
B 130 of 255 = 51%

137
99
130

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

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 130 = 366 (100%)
R 137 of 366 ~ 37.43%
G 99 of 366 ~ 27.05%
B 130 of 366 ~ 35.52%

%37.43
%27.05
%35.52

CMYK color model

#896382 color CMYK value is (0,28,5,46).

  • cyan value is 0.00%
  • magenta value is 27.74%
  • yellow value is 5.11%
  • key color value is 46.27%
CMYK:
(0,28,5,46)
C0M28Y5K46 
(0%,28%,5%,46%)
(0.00/0.28/0.05/0.46)	

CMYK percentages

%0
%27.74
%5.11
%46.27

Codes

Color #896382 in popluar color models

896382
RGB13799130
HSL311°16.10%46.27%
HSB/HSV311°27.74%53.73%
CMYK0.00%27.74%5.11%
46.27%

Color #896382 in popluar number systems.

HEX896382
Decimal13799130
Binary10001001110001110000010
Octal211143202

Shades and tints

Shades of #896382

#896382
(137,99,130)
#7D5A77
(125,90,119)
#71516C
(113,81,108)
#654861
(101,72,97)
#593F56
(89,63,86)
#4D364B
(77,54,75)
#412D40
(65,45,64)
#352435
(53,36,53)
#291B2A
(41,27,42)
#1D121F
(29,18,31)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #896382

#896382
(137,99,130)
#93718D
(147,113,141)
#9D7F98
(157,127,152)
#A78DA3
(167,141,163)
#B19BAE
(177,155,174)
#BBA9B9
(187,169,185)
#C5B7C4
(197,183,196)
#CFC5CF
(207,197,207)
#D9D3DA
(217,211,218)
#E3E1E5
(227,225,229)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #896382; }

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

This text font color is #896382.


Background Color

.myBgColor { background-color: #896382; }

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

This div background color is #896382.


Border color

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

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

This div border color is #896382.


Opacity

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

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

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

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

This text has shadow with #896382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896382 on black background.


Color preview on white background

This text has color #896382 on white background.



Black color preview on #896382 background

This text has black color on #896382 background.


White color preview on #896382 background

This text has white color on #896382 background.