COLOR #644B5D

HEX: #644B5D RGB: (100,75,93)

Color info

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

RGB color model

#644B5D color RGB value is (100,75,93).

RGB: (100,75,93) (39%, 29%, 36%)

RGB channels and saturation

R 100 of 255 = 39%
G 75 of 255 = 29%
B 93 of 255 = 36%

100
75
93

R + G + B ~ 35%. #644B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 75 + 93 = 268 (100%)
R 100 of 268 ~ 37.31%
G 75 of 268 ~ 27.99%
B 93 of 268 ~ 34.7'%

%37.31
%27.99
%34.7

CMYK color model

#644B5D color CMYK value is (0,25,7,61).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 7.00%
  • key color value is 60.78%
CMYK: (0,25,7,61) C0M25Y7K61 (0%,25%,7%,61%) (0.00/0.25/0.07/0.61) 

CMYK percentages

%0
%25
%7
%60.78

Codes

Color #644B5D in popluar color models

64 4B 5D
RGB 100 75 93
HSL 317° 14.29% 34.31%
HSB/HSV 317° 25.00% 39.22%
CMYK 0.00% 25.00% 7.00%
60.78%

Color #644B5D in popluar number systems.

HEX 64 4B 5D
Decimal 100 75 93
Binary 1100100 1001011 1011101
Octal 144 113 135

Shades and tints

Shades of #644B5D

#644B5D
(100,75,93)
#5B4555
(91,69,85)
#523F4D
(82,63,77)
#493945
(73,57,69)
#40333D
(64,51,61)
#372D35
(55,45,53)
#2E272D
(46,39,45)
#252125
(37,33,37)
#1C1B1D
(28,27,29)
#131515
(19,21,21)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #644B5D

#644B5D
(100,75,93)
#725B6B
(114,91,107)
#806B79
(128,107,121)
#8E7B87
(142,123,135)
#9C8B95
(156,139,149)
#AA9BA3
(170,155,163)
#B8ABB1
(184,171,177)
#C6BBBF
(198,187,191)
#D4CBCD
(212,203,205)
#E2DBDB
(226,219,219)
#F0EBE9
(240,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644B5D color. Also use rgb(100,75,93) instead hex code.

Text Font Color

.myTextColor { color: #644B5D; }

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

This text font color is #644B5D.

Background Color

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

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

This div background color is #644B5D.

Border color

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

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

This div border color is #644B5D.

Opacity

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

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

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

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

This text has shadow with #644B5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644B5D.

Preview

Color preview on black background

This text has color #644B5D on black background.


Color preview on white background

This text has color #644B5D on white background.


Black color preview on #644B5D background

This text has black color on #644B5D background.


White color preview on #644B5D background

This text has white color on #644B5D background.


Related colors

Complementary color

Complementary color for #hex is #9BB4A2.


I love getcolorcode.com

Triadic colors

1 #5D644B and #4B5D64 with #644B5D are triadic colors.

2 #5D4B64 and #4B645D with #644B5D are triadic colors.