COLOR #895584

HEX: #895584
RGB: (137,85,132)

Color info

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

RGB color model

#895584 color RGB value is (137,85,132).

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

RGB channels and saturation

R 137 of 255 = 54%
G 85 of 255 = 33%
B 132 of 255 = 52%

137
85
132

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

Portions of RGB colors in percentages

R + G + B =
137 + 85 + 132 = 354 (100%)
R 137 of 354 ~ 38.7%
G 85 of 354 ~ 24.01%
B 132 of 354 ~ 37.29%

%38.7
%24.01
%37.29

CMYK color model

#895584 color CMYK value is (0,38,4,46).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(0,38,4,46)
C0M38Y4K46 
(0%,38%,4%,46%)
(0.00/0.38/0.04/0.46)	

CMYK percentages

%0
%37.96
%3.65
%46.27

Codes

Color #895584 in popluar color models

895584
RGB13785132
HSL306°23.42%43.53%
HSB/HSV306°37.96%53.73%
CMYK0.00%37.96%3.65%
46.27%

Color #895584 in popluar number systems.

HEX895584
Decimal13785132
Binary10001001101010110000100
Octal211125204

Shades and tints

Shades of #895584

#895584
(137,85,132)
#7D4E78
(125,78,120)
#71476C
(113,71,108)
#654060
(101,64,96)
#593954
(89,57,84)
#4D3248
(77,50,72)
#412B3C
(65,43,60)
#352430
(53,36,48)
#291D24
(41,29,36)
#1D1618
(29,22,24)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #895584

#895584
(137,85,132)
#93648F
(147,100,143)
#9D739A
(157,115,154)
#A782A5
(167,130,165)
#B191B0
(177,145,176)
#BBA0BB
(187,160,187)
#C5AFC6
(197,175,198)
#CFBED1
(207,190,209)
#D9CDDC
(217,205,220)
#E3DCE7
(227,220,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #895584; }

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

This text font color is #895584.


Background Color

.myBgColor { background-color: #895584; }

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

This div background color is #895584.


Border color

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

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

This div border color is #895584.


Opacity

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

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

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

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

This text has shadow with #895584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895584 on black background.


Color preview on white background

This text has color #895584 on white background.



Black color preview on #895584 background

This text has black color on #895584 background.


White color preview on #895584 background

This text has white color on #895584 background.