COLOR #645584

HEX: #645584
RGB: (100,85,132)

Color info

#645584 contains red, green and blue colors in about the same proportion. Web safe color of #645584 is #666699 (or #669).

RGB color model

#645584 color RGB value is (100,85,132).

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

RGB channels and saturation

R 100 of 255 = 39%
G 85 of 255 = 33%
B 132 of 255 = 52%

100
85
132

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

Portions of RGB colors in percentages

R + G + B =
100 + 85 + 132 = 317 (100%)
R 100 of 317 ~ 31.55%
G 85 of 317 ~ 26.81%
B 132 of 317 ~ 41.64%

%31.55
%26.81
%41.64

CMYK color model

#645584 color CMYK value is (24,36,0,48).

  • cyan value is 24.24%
  • magenta value is 35.61%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(24,36,0,48)
C24M36Y0K48 
(24%,36%,0%,48%)
(0.24/0.36/0.00/0.48)	

CMYK percentages

%24.24
%35.61
%0
%48.24

Codes

Color #645584 in popluar color models

645584
RGB10085132
HSL259°21.66%42.55%
HSB/HSV259°35.61%51.76%
CMYK24.24%35.61%0.00%
48.24%

Color #645584 in popluar number systems.

HEX645584
Decimal10085132
Binary1100100101010110000100
Octal144125204

Shades and tints

Shades of #645584

#645584
(100,85,132)
#5B4E78
(91,78,120)
#52476C
(82,71,108)
#494060
(73,64,96)
#403954
(64,57,84)
#373248
(55,50,72)
#2E2B3C
(46,43,60)
#252430
(37,36,48)
#1C1D24
(28,29,36)
#131618
(19,22,24)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #645584

#645584
(100,85,132)
#72648F
(114,100,143)
#80739A
(128,115,154)
#8E82A5
(142,130,165)
#9C91B0
(156,145,176)
#AAA0BB
(170,160,187)
#B8AFC6
(184,175,198)
#C6BED1
(198,190,209)
#D4CDDC
(212,205,220)
#E2DCE7
(226,220,231)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645584; }

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

This text font color is #645584.


Background Color

.myBgColor { background-color: #645584; }

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

This div background color is #645584.


Border color

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

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

This div border color is #645584.


Opacity

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

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

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

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

This text has shadow with #645584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645584 on black background.


Color preview on white background

This text has color #645584 on white background.



Black color preview on #645584 background

This text has black color on #645584 background.


White color preview on #645584 background

This text has white color on #645584 background.