COLOR #845580

HEX: #845580
RGB: (132,85,128)

Color info

#845580 contains red, green and blue colors in about the same proportion. Web safe color of #845580 is #996666 (or #966).

RGB color model

#845580 color RGB value is (132,85,128).

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

RGB channels and saturation

R 132 of 255 = 52%
G 85 of 255 = 33%
B 128 of 255 = 50%

132
85
128

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

Portions of RGB colors in percentages

R + G + B =
132 + 85 + 128 = 345 (100%)
R 132 of 345 ~ 38.26%
G 85 of 345 ~ 24.64%
B 128 of 345 ~ 37.1%

%38.26
%24.64
%37.1

CMYK color model

#845580 color CMYK value is (0,36,3,48).

  • cyan value is 0.00%
  • magenta value is 35.61%
  • yellow value is 3.03%
  • key color value is 48.24%
CMYK:
(0,36,3,48)
C0M36Y3K48 
(0%,36%,3%,48%)
(0.00/0.36/0.03/0.48)	

CMYK percentages

%0
%35.61
%3.03
%48.24

Codes

Color #845580 in popluar color models

845580
RGB13285128
HSL305°21.66%42.55%
HSB/HSV305°35.61%51.76%
CMYK0.00%35.61%3.03%
48.24%

Color #845580 in popluar number systems.

HEX845580
Decimal13285128
Binary10000100101010110000000
Octal204125200

Shades and tints

Shades of #845580

#845580
(132,85,128)
#784E75
(120,78,117)
#6C476A
(108,71,106)
#60405F
(96,64,95)
#543954
(84,57,84)
#483249
(72,50,73)
#3C2B3E
(60,43,62)
#302433
(48,36,51)
#241D28
(36,29,40)
#18161D
(24,22,29)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #845580

#845580
(132,85,128)
#8F648B
(143,100,139)
#9A7396
(154,115,150)
#A582A1
(165,130,161)
#B091AC
(176,145,172)
#BBA0B7
(187,160,183)
#C6AFC2
(198,175,194)
#D1BECD
(209,190,205)
#DCCDD8
(220,205,216)
#E7DCE3
(231,220,227)
#F2EBEE
(242,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #845580; }

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

This text font color is #845580.


Background Color

.myBgColor { background-color: #845580; }

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

This div background color is #845580.


Border color

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

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

This div border color is #845580.


Opacity

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

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

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

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

This text has shadow with #845580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #845580 on black background.


Color preview on white background

This text has color #845580 on white background.



Black color preview on #845580 background

This text has black color on #845580 background.


White color preview on #845580 background

This text has white color on #845580 background.