COLOR #896484

HEX: #896484
RGB: (137,100,132)

Color info

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

RGB color model

#896484 color RGB value is (137,100,132).

  • red value is 137;
  • green value is 100;
  • blue value is 132.
RGB:
(137,100,132)
(54%,39%,52%)

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 132 of 255 = 52%

137
100
132

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

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 132 = 369 (100%)
R 137 of 369 ~ 37.13%
G 100 of 369 ~ 27.1%
B 132 of 369 ~ 35.77%

%37.13
%27.1
%35.77

CMYK color model

#896484 color CMYK value is (0,27,4,46).

  • cyan value is 0.00%
  • magenta value is 27.01%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(0,27,4,46)
C0M27Y4K46 
(0%,27%,4%,46%)
(0.00/0.27/0.04/0.46)	

CMYK percentages

%0
%27.01
%3.65
%46.27

Codes

Color #896484 in popluar color models

896484
RGB137100132
HSL308°15.61%46.47%
HSB/HSV308°27.01%53.73%
CMYK0.00%27.01%3.65%
46.27%

Color #896484 in popluar number systems.

HEX896484
Decimal137100132
Binary10001001110010010000100
Octal211144204

Shades and tints

Shades of #896484

#896484
(137,100,132)
#7D5B78
(125,91,120)
#71526C
(113,82,108)
#654960
(101,73,96)
#594054
(89,64,84)
#4D3748
(77,55,72)
#412E3C
(65,46,60)
#352530
(53,37,48)
#291C24
(41,28,36)
#1D1318
(29,19,24)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #896484

#896484
(137,100,132)
#93728F
(147,114,143)
#9D809A
(157,128,154)
#A78EA5
(167,142,165)
#B19CB0
(177,156,176)
#BBAABB
(187,170,187)
#C5B8C6
(197,184,198)
#CFC6D1
(207,198,209)
#D9D4DC
(217,212,220)
#E3E2E7
(227,226,231)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #896484 color. Also use rgb(137,100,132) instead hex code.

Text Font Color

.myTextColor { color: #896484; }

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

This text font color is #896484.


Background Color

.myBgColor { background-color: #896484; }

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

This div background color is #896484.


Border color

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

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

This div border color is #896484.


Opacity

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

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

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

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

This text has shadow with #896484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #896484 on black background.


Color preview on white background

This text has color #896484 on white background.



Black color preview on #896484 background

This text has black color on #896484 background.


White color preview on #896484 background

This text has white color on #896484 background.