COLOR #644859

HEX: #644859
RGB: (100,72,89)

Color info

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

RGB color model

#644859 color RGB value is (100,72,89).

  • red value is 100;
  • green value is 72;
  • blue value is 89.
RGB:
(100,72,89)
(39%,28%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 72 of 255 = 28%
B 89 of 255 = 35%

100
72
89

R + G + B ~ 34%. #644859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 72 + 89 = 261 (100%)
R 100 of 261 ~ 38.31%
G 72 of 261 ~ 27.59%
B 89 of 261 ~ 34.1%

%38.31
%27.59
%34.1

CMYK color model

#644859 color CMYK value is (0,28,11,61).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 11.00%
  • key color value is 60.78%
CMYK:
(0,28,11,61)
C0M28Y11K61 
(0%,28%,11%,61%)
(0.00/0.28/0.11/0.61)	

CMYK percentages

%0
%28
%11
%60.78

Codes

Color #644859 in popluar color models

644859
RGB1007289
HSL324°16.28%33.73%
HSB/HSV324°28.00%39.22%
CMYK0.00%28.00%11.00%
60.78%

Color #644859 in popluar number systems.

HEX644859
Decimal1007289
Binary110010010010001011001
Octal144110131

Shades and tints

Shades of #644859

#644859
(100,72,89)
#5B4251
(91,66,81)
#523C49
(82,60,73)
#493641
(73,54,65)
#403039
(64,48,57)
#372A31
(55,42,49)
#2E2429
(46,36,41)
#251E21
(37,30,33)
#1C1819
(28,24,25)
#131211
(19,18,17)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #644859

#644859
(100,72,89)
#725868
(114,88,104)
#806877
(128,104,119)
#8E7886
(142,120,134)
#9C8895
(156,136,149)
#AA98A4
(170,152,164)
#B8A8B3
(184,168,179)
#C6B8C2
(198,184,194)
#D4C8D1
(212,200,209)
#E2D8E0
(226,216,224)
#F0E8EF
(240,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644859 color. Also use rgb(100,72,89) instead hex code.

Text Font Color

.myTextColor { color: #644859; }

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

This text font color is #644859.


Background Color

.myBgColor { background-color: #644859; }

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

This div background color is #644859.


Border color

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

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

This div border color is #644859.


Opacity

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

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

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

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

This text has shadow with #644859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644859 on black background.


Color preview on white background

This text has color #644859 on white background.



Black color preview on #644859 background

This text has black color on #644859 background.


White color preview on #644859 background

This text has white color on #644859 background.