COLOR #644D57

HEX: #644D57
RGB: (100,77,87)

Color info

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

RGB color model

#644D57 color RGB value is (100,77,87).

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

RGB channels and saturation

R 100 of 255 = 39%
G 77 of 255 = 30%
B 87 of 255 = 34%

100
77
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 77 + 87 = 264 (100%)
R 100 of 264 ~ 37.88%
G 77 of 264 ~ 29.17%
B 87 of 264 ~ 32.95%

%37.88
%29.17
%32.95

CMYK color model

#644D57 color CMYK value is (0,23,13,61).

  • cyan value is 0.00%
  • magenta value is 23.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(0,23,13,61)
C0M23Y13K61 
(0%,23%,13%,61%)
(0.00/0.23/0.13/0.61)	

CMYK percentages

%0
%23
%13
%60.78

Codes

Color #644D57 in popluar color models

644D57
RGB1007787
HSL334°12.99%34.71%
HSB/HSV334°23.00%39.22%
CMYK0.00%23.00%13.00%
60.78%

Color #644D57 in popluar number systems.

HEX644D57
Decimal1007787
Binary110010010011011010111
Octal144115127

Shades and tints

Shades of #644D57

#644D57
(100,77,87)
#5B4650
(91,70,80)
#523F49
(82,63,73)
#493842
(73,56,66)
#40313B
(64,49,59)
#372A34
(55,42,52)
#2E232D
(46,35,45)
#251C26
(37,28,38)
#1C151F
(28,21,31)
#130E18
(19,14,24)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #644D57

#644D57
(100,77,87)
#725D66
(114,93,102)
#806D75
(128,109,117)
#8E7D84
(142,125,132)
#9C8D93
(156,141,147)
#AA9DA2
(170,157,162)
#B8ADB1
(184,173,177)
#C6BDC0
(198,189,192)
#D4CDCF
(212,205,207)
#E2DDDE
(226,221,222)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644D57; }

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

This text font color is #644D57.


Background Color

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

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

This div background color is #644D57.


Border color

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

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

This div border color is #644D57.


Opacity

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

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

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

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

This text has shadow with #644D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644D57 on black background.


Color preview on white background

This text has color #644D57 on white background.



Black color preview on #644D57 background

This text has black color on #644D57 background.


White color preview on #644D57 background

This text has white color on #644D57 background.