COLOR #644C71

HEX: #644C71
RGB: (100,76,113)

Color info

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

RGB color model

#644C71 color RGB value is (100,76,113).

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

RGB channels and saturation

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

100
76
113

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

Portions of RGB colors in percentages

R + G + B =
100 + 76 + 113 = 289 (100%)
R 100 of 289 ~ 34.6%
G 76 of 289 ~ 26.3%
B 113 of 289 ~ 39.1%

%34.6
%26.3
%39.1

CMYK color model

#644C71 color CMYK value is (12,33,0,56).

  • cyan value is 11.50%
  • magenta value is 32.74%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(12,33,0,56)
C12M33Y0K56 
(12%,33%,0%,56%)
(0.12/0.33/0.00/0.56)	

CMYK percentages

%11.5
%32.74
%0
%55.69

Codes

Color #644C71 in popluar color models

644C71
RGB10076113
HSL279°19.58%37.06%
HSB/HSV279°32.74%44.31%
CMYK11.50%32.74%0.00%
55.69%

Color #644C71 in popluar number systems.

HEX644C71
Decimal10076113
Binary110010010011001110001
Octal144114161

Shades and tints

Shades of #644C71

#644C71
(100,76,113)
#5B4667
(91,70,103)
#52405D
(82,64,93)
#493A53
(73,58,83)
#403449
(64,52,73)
#372E3F
(55,46,63)
#2E2835
(46,40,53)
#25222B
(37,34,43)
#1C1C21
(28,28,33)
#131617
(19,22,23)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #644C71

#644C71
(100,76,113)
#725C7D
(114,92,125)
#806C89
(128,108,137)
#8E7C95
(142,124,149)
#9C8CA1
(156,140,161)
#AA9CAD
(170,156,173)
#B8ACB9
(184,172,185)
#C6BCC5
(198,188,197)
#D4CCD1
(212,204,209)
#E2DCDD
(226,220,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644C71; }

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

This text font color is #644C71.


Background Color

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

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

This div background color is #644C71.


Border color

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

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

This div border color is #644C71.


Opacity

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

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

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

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

This text has shadow with #644C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644C71 on black background.


Color preview on white background

This text has color #644C71 on white background.



Black color preview on #644C71 background

This text has black color on #644C71 background.


White color preview on #644C71 background

This text has white color on #644C71 background.