COLOR #644A50

HEX: #644A50 RGB: (100,74,80)

Color info

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

RGB color model

#644A50 color RGB value is (100,74,80).

RGB: (100,74,80) (39%, 29%, 31%)

RGB channels and saturation

R 100 of 255 = 39%
G 74 of 255 = 29%
B 80 of 255 = 31%

100
74
80

R + G + B ~ 33%. #644A50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 74 + 80 = 254 (100%)
R 100 of 254 ~ 39.37%
G 74 of 254 ~ 29.13%
B 80 of 254 ~ 31.5'%

%39.37
%29.13
%31.5

CMYK color model

#644A50 color CMYK value is (0,26,20,61).

  • cyan value is 0.00%
  • magenta value is 26.00%
  • yellow value is 20.00%
  • key color value is 60.78%

CMYK: (0,26,20,61)
C0M26Y20K61 (0%, 26%, 20%, 61%)
(0.00 / 0.26 / 0.20 / 0.61)

CMYK percentages

%0
%26
%20
%60.78

Codes

Color #644A50 in popluar color models

64 4A 50
RGB 100 74 80
HSL 346° 14.94% 34.12%
HSB/HSV 346° 26.00% 39.22%
CMYK 0.00% 26.00% 20.00%
60.78%

Color #644A50 in popluar number systems.

HEX 64 4A 50
Decimal 100 74 80
Binary 1100100 1001010 1010000
Octal 144 112 120

Shades and tints

Shades of #644A50

#644A50
(100,74,80)
#5B4449
(91,68,73)
#523E42
(82,62,66)
#49383B
(73,56,59)
#403234
(64,50,52)
#372C2D
(55,44,45)
#2E2626
(46,38,38)
#25201F
(37,32,31)
#1C1A18
(28,26,24)
#131411
(19,20,17)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #644A50

#644A50
(100,74,80)
#725A5F
(114,90,95)
#806A6E
(128,106,110)
#8E7A7D
(142,122,125)
#9C8A8C
(156,138,140)
#AA9A9B
(170,154,155)
#B8AAAA
(184,170,170)
#C6BAB9
(198,186,185)
#D4CAC8
(212,202,200)
#E2DAD7
(226,218,215)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644A50 color. Also use rgb(100,74,80) instead hex code.

Text Font Color

.myTextColor { color: #644A50; }

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

This text font color is #644A50.

Background Color

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

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

This div background color is #644A50.

Border color

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

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

This div border color is #644A50.

Opacity

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

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

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

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

This text has shadow with #644A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644A50.

Preview

Color preview on black background

This text has color #644A50 on black background.


Color preview on white background

This text has color #644A50 on white background.


Black color preview on #644A50 background

This text has black color on #644A50 background.


White color preview on #644A50 background

This text has white color on #644A50 background.


Related colors

Complementary color

Complementary color for #hex is #9BB5AF.


I love getcolorcode.com

Triadic colors

1 #50644A and #4A5064 with #644A50 are triadic colors.

2 #504A64 and #4A6450 with #644A50 are triadic colors.