COLOR #644A80

HEX: #644A80
RGB: (100,74,128)

Color info

#644A80 contains red, green and blue colors in about the same proportion. Web safe color of #644A80 is #663366 (or #636).

RGB color model

#644A80 color RGB value is (100,74,128).

  • red value is 100;
  • green value is 74;
  • blue value is 128.
RGB:
(100,74,128)
(39%,29%,50%)

RGB channels and saturation

R 100 of 255 = 39%
G 74 of 255 = 29%
B 128 of 255 = 50%

100
74
128

R + G + B ~ 39%. #644A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 74 + 128 = 302 (100%)
R 100 of 302 ~ 33.11%
G 74 of 302 ~ 24.5%
B 128 of 302 ~ 42.38%

%33.11
%24.5
%42.38

CMYK color model

#644A80 color CMYK value is (22,42,0,50).

  • cyan value is 21.88%
  • magenta value is 42.19%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(22,42,0,50)
C22M42Y0K50 
(22%,42%,0%,50%)
(0.22/0.42/0.00/0.50)	

CMYK percentages

%21.88
%42.19
%0
%49.8

Codes

Color #644A80 in popluar color models

644A80
RGB10074128
HSL269°26.73%39.61%
HSB/HSV269°42.19%50.20%
CMYK21.88%42.19%0.00%
49.80%

Color #644A80 in popluar number systems.

HEX644A80
Decimal10074128
Binary1100100100101010000000
Octal144112200

Shades and tints

Shades of #644A80

#644A80
(100,74,128)
#5B4475
(91,68,117)
#523E6A
(82,62,106)
#49385F
(73,56,95)
#403254
(64,50,84)
#372C49
(55,44,73)
#2E263E
(46,38,62)
#252033
(37,32,51)
#1C1A28
(28,26,40)
#13141D
(19,20,29)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #644A80

#644A80
(100,74,128)
#725A8B
(114,90,139)
#806A96
(128,106,150)
#8E7AA1
(142,122,161)
#9C8AAC
(156,138,172)
#AA9AB7
(170,154,183)
#B8AAC2
(184,170,194)
#C6BACD
(198,186,205)
#D4CAD8
(212,202,216)
#E2DAE3
(226,218,227)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644A80 color. Also use rgb(100,74,128) instead hex code.

Text Font Color

.myTextColor { color: #644A80; }

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

This text font color is #644A80.


Background Color

.myBgColor { background-color: #644A80; }

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

This div background color is #644A80.


Border color

.myBorderColor { border: 1px solid #644A80; }

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

This div border color is #644A80.


Opacity

.myOpacity80 { color: #644A80; opacity: 0.8; }

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

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

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

This text has shadow with #644A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644A80 on black background.


Color preview on white background

This text has color #644A80 on white background.



Black color preview on #644A80 background

This text has black color on #644A80 background.


White color preview on #644A80 background

This text has white color on #644A80 background.