COLOR #644D71

HEX: #644D71
RGB: (100,77,113)

Color info

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

RGB color model

#644D71 color RGB value is (100,77,113).

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

RGB channels and saturation

R 100 of 255 = 39%
G 77 of 255 = 30%
B 113 of 255 = 44%

100
77
113

R + G + B ~ 38%. #644D71 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 77 + 113 = 290 (100%)
R 100 of 290 ~ 34.48%
G 77 of 290 ~ 26.55%
B 113 of 290 ~ 38.97%

%34.48
%26.55
%38.97

CMYK color model

#644D71 color CMYK value is (12,32,0,56).

  • cyan value is 11.50%
  • magenta value is 31.86%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,32,0,56)
C12M32Y0K56 
(12%,32%,0%,56%)
(0.12/0.32/0.00/0.56)	

CMYK percentages

%11.5
%31.86
%0
%55.69

Codes

Color #644D71 in popluar color models

644D71
RGB10077113
HSL278°18.95%37.25%
HSB/HSV278°31.86%44.31%
CMYK11.50%31.86%0.00%
55.69%

Color #644D71 in popluar number systems.

HEX644D71
Decimal10077113
Binary110010010011011110001
Octal144115161

Shades and tints

Shades of #644D71

#644D71
(100,77,113)
#5B4667
(91,70,103)
#523F5D
(82,63,93)
#493853
(73,56,83)
#403149
(64,49,73)
#372A3F
(55,42,63)
#2E2335
(46,35,53)
#251C2B
(37,28,43)
#1C1521
(28,21,33)
#130E17
(19,14,23)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #644D71

#644D71
(100,77,113)
#725D7D
(114,93,125)
#806D89
(128,109,137)
#8E7D95
(142,125,149)
#9C8DA1
(156,141,161)
#AA9DAD
(170,157,173)
#B8ADB9
(184,173,185)
#C6BDC5
(198,189,197)
#D4CDD1
(212,205,209)
#E2DDDD
(226,221,221)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644D71; }

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

This text font color is #644D71.


Background Color

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

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

This div background color is #644D71.


Border color

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

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

This div border color is #644D71.


Opacity

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

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

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

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

This text has shadow with #644D71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644D71 on black background.


Color preview on white background

This text has color #644D71 on white background.



Black color preview on #644D71 background

This text has black color on #644D71 background.


White color preview on #644D71 background

This text has white color on #644D71 background.