COLOR #644D69

HEX: #644D69
RGB: (100,77,105)

Color info

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

RGB color model

#644D69 color RGB value is (100,77,105).

  • red value is 100;
  • green value is 77;
  • blue value is 105.
RGB:
(100,77,105)
(39%,30%,41%)

RGB channels and saturation

R 100 of 255 = 39%
G 77 of 255 = 30%
B 105 of 255 = 41%

100
77
105

R + G + B ~ 37%. #644D69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 77 + 105 = 282 (100%)
R 100 of 282 ~ 35.46%
G 77 of 282 ~ 27.3%
B 105 of 282 ~ 37.23%

%35.46
%27.3
%37.23

CMYK color model

#644D69 color CMYK value is (5,27,0,59).

  • cyan value is 4.76%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(5,27,0,59)
C5M27Y0K59 
(5%,27%,0%,59%)
(0.05/0.27/0.00/0.59)	

CMYK percentages

%4.76
%26.67
%0
%58.82

Codes

Color #644D69 in popluar color models

644D69
RGB10077105
HSL289°15.38%35.69%
HSB/HSV289°26.67%41.18%
CMYK4.76%26.67%0.00%
58.82%

Color #644D69 in popluar number systems.

HEX644D69
Decimal10077105
Binary110010010011011101001
Octal144115151

Shades and tints

Shades of #644D69

#644D69
(100,77,105)
#5B4660
(91,70,96)
#523F57
(82,63,87)
#49384E
(73,56,78)
#403145
(64,49,69)
#372A3C
(55,42,60)
#2E2333
(46,35,51)
#251C2A
(37,28,42)
#1C1521
(28,21,33)
#130E18
(19,14,24)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #644D69

#644D69
(100,77,105)
#725D76
(114,93,118)
#806D83
(128,109,131)
#8E7D90
(142,125,144)
#9C8D9D
(156,141,157)
#AA9DAA
(170,157,170)
#B8ADB7
(184,173,183)
#C6BDC4
(198,189,196)
#D4CDD1
(212,205,209)
#E2DDDE
(226,221,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644D69 color. Also use rgb(100,77,105) instead hex code.

Text Font Color

.myTextColor { color: #644D69; }

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

This text font color is #644D69.


Background Color

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

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

This div background color is #644D69.


Border color

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

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

This div border color is #644D69.


Opacity

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

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

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

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

This text has shadow with #644D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644D69 on black background.


Color preview on white background

This text has color #644D69 on white background.



Black color preview on #644D69 background

This text has black color on #644D69 background.


White color preview on #644D69 background

This text has white color on #644D69 background.