COLOR #644B77

HEX: #644B77 RGB: (100,75,119)

Color info

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

RGB color model

#644B77 color RGB value is (100,75,119).

RGB: (100,75,119) (39%, 29%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 75 of 255 = 29%
B 119 of 255 = 47%

100
75
119

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

Portions of RGB colors in percentages

R + G + B = 100 + 75 + 119 = 294 (100%)
R 100 of 294 ~ 34.01%
G 75 of 294 ~ 25.51%
B 119 of 294 ~ 40.48'%

%34.01
%25.51
%40.48

CMYK color model

#644B77 color CMYK value is (16,37,0,53).

  • cyan value is 15.97%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (16,37,0,53)
C16M37Y0K53 (16%, 37%, 0%, 53%)
(0.16 / 0.37 / 0.00 / 0.53)

CMYK percentages

%15.97
%36.97
%0
%53.33

Codes

Color #644B77 in popluar color models

64 4B 77
RGB 100 75 119
HSL 274° 22.68% 38.04%
HSB/HSV 274° 36.97% 46.67%
CMYK 15.97% 36.97% 0.00%
53.33%

Color #644B77 in popluar number systems.

HEX 64 4B 77
Decimal 100 75 119
Binary 1100100 1001011 1110111
Octal 144 113 167

Shades and tints

Shades of #644B77

#644B77
(100,75,119)
#5B456D
(91,69,109)
#523F63
(82,63,99)
#493959
(73,57,89)
#40334F
(64,51,79)
#372D45
(55,45,69)
#2E273B
(46,39,59)
#252131
(37,33,49)
#1C1B27
(28,27,39)
#13151D
(19,21,29)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #644B77

#644B77
(100,75,119)
#725B83
(114,91,131)
#806B8F
(128,107,143)
#8E7B9B
(142,123,155)
#9C8BA7
(156,139,167)
#AA9BB3
(170,155,179)
#B8ABBF
(184,171,191)
#C6BBCB
(198,187,203)
#D4CBD7
(212,203,215)
#E2DBE3
(226,219,227)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644B77; }

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

This text font color is #644B77.

Background Color

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

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

This div background color is #644B77.

Border color

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

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

This div border color is #644B77.

Opacity

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

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

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

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

This text has shadow with #644B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644B77.

Preview

Color preview on black background

This text has color #644B77 on black background.


Color preview on white background

This text has color #644B77 on white background.


Black color preview on #644B77 background

This text has black color on #644B77 background.


White color preview on #644B77 background

This text has white color on #644B77 background.


Related colors

Complementary color

Complementary color for #hex is #9BB488.


I love getcolorcode.com

Triadic colors

1 #77644B and #4B7764 with #644B77 are triadic colors.

2 #774B64 and #4B6477 with #644B77 are triadic colors.