COLOR #644B63

HEX: #644B63 RGB: (100,75,99)

Color info

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

RGB color model

#644B63 color RGB value is (100,75,99).

RGB: (100,75,99) (39%, 29%, 39%)

RGB channels and saturation

R 100 of 255 = 39%
G 75 of 255 = 29%
B 99 of 255 = 39%

100
75
99

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

Portions of RGB colors in percentages

R + G + B = 100 + 75 + 99 = 274 (100%)
R 100 of 274 ~ 36.5%
G 75 of 274 ~ 27.37%
B 99 of 274 ~ 36.13'%

%36.5
%27.37
%36.13

CMYK color model

#644B63 color CMYK value is (0,25,1,61).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (0,25,1,61)
C0M25Y1K61 (0%, 25%, 1%, 61%)
(0.00 / 0.25 / 0.01 / 0.61)

CMYK percentages

%0
%25
%1
%60.78

Codes

Color #644B63 in popluar color models

64 4B 63
RGB 100 75 99
HSL 302° 14.29% 34.31%
HSB/HSV 302° 25.00% 39.22%
CMYK 0.00% 25.00% 1.00%
60.78%

Color #644B63 in popluar number systems.

HEX 64 4B 63
Decimal 100 75 99
Binary 1100100 1001011 1100011
Octal 144 113 143

Shades and tints

Shades of #644B63

#644B63
(100,75,99)
#5B455A
(91,69,90)
#523F51
(82,63,81)
#493948
(73,57,72)
#40333F
(64,51,63)
#372D36
(55,45,54)
#2E272D
(46,39,45)
#252124
(37,33,36)
#1C1B1B
(28,27,27)
#131512
(19,21,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #644B63

#644B63
(100,75,99)
#725B71
(114,91,113)
#806B7F
(128,107,127)
#8E7B8D
(142,123,141)
#9C8B9B
(156,139,155)
#AA9BA9
(170,155,169)
#B8ABB7
(184,171,183)
#C6BBC5
(198,187,197)
#D4CBD3
(212,203,211)
#E2DBE1
(226,219,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644B63; }

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

This text font color is #644B63.

Background Color

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

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

This div background color is #644B63.

Border color

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

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

This div border color is #644B63.

Opacity

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

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

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

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

This text has shadow with #644B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644B63.

Preview

Color preview on black background

This text has color #644B63 on black background.


Color preview on white background

This text has color #644B63 on white background.


Black color preview on #644B63 background

This text has black color on #644B63 background.


White color preview on #644B63 background

This text has white color on #644B63 background.


Related colors

Complementary color

Complementary color for #hex is #9BB49C.


I love getcolorcode.com

Triadic colors

1 #63644B and #4B6364 with #644B63 are triadic colors.

2 #634B64 and #4B6463 with #644B63 are triadic colors.