COLOR #644C65

HEX: #644C65
RGB: (100,76,101)

Color info

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

RGB color model

#644C65 color RGB value is (100,76,101).

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

RGB channels and saturation

R 100 of 255 = 39%
G 76 of 255 = 30%
B 101 of 255 = 40%

100
76
101

R + G + B ~ 36%. #644C65 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 76 + 101 = 277 (100%)
R 100 of 277 ~ 36.1%
G 76 of 277 ~ 27.44%
B 101 of 277 ~ 36.46%

%36.1
%27.44
%36.46

CMYK color model

#644C65 color CMYK value is (1,25,0,60).

  • cyan value is 0.99%
  • magenta value is 24.75%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(1,25,0,60)
C1M25Y0K60 
(1%,25%,0%,60%)
(0.01/0.25/0.00/0.60)	

CMYK percentages

%0.99
%24.75
%0
%60.39

Codes

Color #644C65 in popluar color models

644C65
RGB10076101
HSL298°14.12%34.71%
HSB/HSV298°24.75%39.61%
CMYK0.99%24.75%0.00%
60.39%

Color #644C65 in popluar number systems.

HEX644C65
Decimal10076101
Binary110010010011001100101
Octal144114145

Shades and tints

Shades of #644C65

#644C65
(100,76,101)
#5B465C
(91,70,92)
#524053
(82,64,83)
#493A4A
(73,58,74)
#403441
(64,52,65)
#372E38
(55,46,56)
#2E282F
(46,40,47)
#252226
(37,34,38)
#1C1C1D
(28,28,29)
#131614
(19,22,20)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #644C65

#644C65
(100,76,101)
#725C73
(114,92,115)
#806C81
(128,108,129)
#8E7C8F
(142,124,143)
#9C8C9D
(156,140,157)
#AA9CAB
(170,156,171)
#B8ACB9
(184,172,185)
#C6BCC7
(198,188,199)
#D4CCD5
(212,204,213)
#E2DCE3
(226,220,227)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644C65; }

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

This text font color is #644C65.


Background Color

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

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

This div background color is #644C65.


Border color

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

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

This div border color is #644C65.


Opacity

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

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

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

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

This text has shadow with #644C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644C65 on black background.


Color preview on white background

This text has color #644C65 on white background.



Black color preview on #644C65 background

This text has black color on #644C65 background.


White color preview on #644C65 background

This text has white color on #644C65 background.