COLOR #644649

HEX: #644649
RGB: (100,70,73)

Color info

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

RGB color model

#644649 color RGB value is (100,70,73).

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

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 73 of 255 = 29%

100
70
73

R + G + B ~ 32%. #644649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 70 + 73 = 243 (100%)
R 100 of 243 ~ 41.15%
G 70 of 243 ~ 28.81%
B 73 of 243 ~ 30.04%

%41.15
%28.81
%30.04

CMYK color model

#644649 color CMYK value is (0,30,27,61).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 27.00%
  • key color value is 60.78%
CMYK:
(0,30,27,61)
C0M30Y27K61 
(0%,30%,27%,61%)
(0.00/0.30/0.27/0.61)	

CMYK percentages

%0
%30
%27
%60.78

Codes

Color #644649 in popluar color models

644649
RGB1007073
HSL354°17.65%33.33%
HSB/HSV354°30.00%39.22%
CMYK0.00%30.00%27.00%
60.78%

Color #644649 in popluar number systems.

HEX644649
Decimal1007073
Binary110010010001101001001
Octal144106111

Shades and tints

Shades of #644649

#644649
(100,70,73)
#5B4043
(91,64,67)
#523A3D
(82,58,61)
#493437
(73,52,55)
#402E31
(64,46,49)
#37282B
(55,40,43)
#2E2225
(46,34,37)
#251C1F
(37,28,31)
#1C1619
(28,22,25)
#131013
(19,16,19)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #644649

#644649
(100,70,73)
#725659
(114,86,89)
#806669
(128,102,105)
#8E7679
(142,118,121)
#9C8689
(156,134,137)
#AA9699
(170,150,153)
#B8A6A9
(184,166,169)
#C6B6B9
(198,182,185)
#D4C6C9
(212,198,201)
#E2D6D9
(226,214,217)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644649; }

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

This text font color is #644649.


Background Color

.myBgColor { background-color: #644649; }

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

This div background color is #644649.


Border color

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

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

This div border color is #644649.


Opacity

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

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

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

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

This text has shadow with #644649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644649 on black background.


Color preview on white background

This text has color #644649 on white background.



Black color preview on #644649 background

This text has black color on #644649 background.


White color preview on #644649 background

This text has white color on #644649 background.