COLOR #644049

HEX: #644049
RGB: (100,64,73)

Color info

#644049 contains red, green and blue colors in about the same proportion. Web safe color of #644049 is #663333 (or #633).

RGB color model

#644049 color RGB value is (100,64,73).

  • red value is 100;
  • green value is 64;
  • blue value is 73.
RGB:
(100,64,73)
(39%,25%,29%)

RGB channels and saturation

R 100 of 255 = 39%
G 64 of 255 = 25%
B 73 of 255 = 29%

100
64
73

R + G + B ~ 31%. #644049 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 64 + 73 = 237 (100%)
R 100 of 237 ~ 42.19%
G 64 of 237 ~ 27%
B 73 of 237 ~ 30.8%

%42.19
%27
%30.8

CMYK color model

#644049 color CMYK value is (0,36,27,61).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(0,36,27,61)
C0M36Y27K61 
(0%,36%,27%,61%)
(0.00/0.36/0.27/0.61)	

CMYK percentages

%0
%36
%27
%60.78

Codes

Color #644049 in popluar color models

644049
RGB1006473
HSL345°21.95%32.16%
HSB/HSV345°36.00%39.22%
CMYK0.00%36.00%27.00%
60.78%

Color #644049 in popluar number systems.

HEX644049
Decimal1006473
Binary110010010000001001001
Octal144100111

Shades and tints

Shades of #644049

#644049
(100,64,73)
#5B3B43
(91,59,67)
#52363D
(82,54,61)
#493137
(73,49,55)
#402C31
(64,44,49)
#37272B
(55,39,43)
#2E2225
(46,34,37)
#251D1F
(37,29,31)
#1C1819
(28,24,25)
#131313
(19,19,19)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #644049

#644049
(100,64,73)
#725159
(114,81,89)
#806269
(128,98,105)
#8E7379
(142,115,121)
#9C8489
(156,132,137)
#AA9599
(170,149,153)
#B8A6A9
(184,166,169)
#C6B7B9
(198,183,185)
#D4C8C9
(212,200,201)
#E2D9D9
(226,217,217)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644049 color. Also use rgb(100,64,73) instead hex code.

Text Font Color

.myTextColor { color: #644049; }

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

This text font color is #644049.


Background Color

.myBgColor { background-color: #644049; }

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

This div background color is #644049.


Border color

.myBorderColor { border: 1px solid #644049; }

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

This div border color is #644049.


Opacity

.myOpacity80 { color: #644049; opacity: 0.8; }

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

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

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

This text has shadow with #644049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644049 on black background.


Color preview on white background

This text has color #644049 on white background.



Black color preview on #644049 background

This text has black color on #644049 background.


White color preview on #644049 background

This text has white color on #644049 background.