COLOR #644251

HEX: #644251 RGB: (100,66,81)

Color info

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

RGB color model

#644251 color RGB value is (100,66,81).

RGB: (100,66,81) (39%, 26%, 32%)

RGB channels and saturation

R 100 of 255 = 39%
G 66 of 255 = 26%
B 81 of 255 = 32%

100
66
81

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

Portions of RGB colors in percentages

R + G + B = 100 + 66 + 81 = 247 (100%)
R 100 of 247 ~ 40.49%
G 66 of 247 ~ 26.72%
B 81 of 247 ~ 32.79'%

%40.49
%26.72
%32.79

CMYK color model

#644251 color CMYK value is (0,34,19,61).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 19.00%
  • key color value is 60.78%
CMYK: (0,34,19,61) C0M34Y19K61 (0%,34%,19%,61%) (0.00/0.34/0.19/0.61) 

CMYK percentages

%0
%34
%19
%60.78

Codes

Color #644251 in popluar color models

64 42 51
RGB 100 66 81
HSL 334° 20.48% 32.55%
HSB/HSV 334° 34.00% 39.22%
CMYK 0.00% 34.00% 19.00%
60.78%

Color #644251 in popluar number systems.

HEX 64 42 51
Decimal 100 66 81
Binary 1100100 1000010 1010001
Octal 144 102 121

Shades and tints

Shades of #644251

#644251
(100,66,81)
#5B3C4A
(91,60,74)
#523643
(82,54,67)
#49303C
(73,48,60)
#402A35
(64,42,53)
#37242E
(55,36,46)
#2E1E27
(46,30,39)
#251820
(37,24,32)
#1C1219
(28,18,25)
#130C12
(19,12,18)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #644251

#644251
(100,66,81)
#725360
(114,83,96)
#80646F
(128,100,111)
#8E757E
(142,117,126)
#9C868D
(156,134,141)
#AA979C
(170,151,156)
#B8A8AB
(184,168,171)
#C6B9BA
(198,185,186)
#D4CAC9
(212,202,201)
#E2DBD8
(226,219,216)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644251 color. Also use rgb(100,66,81) instead hex code.

Text Font Color

.myTextColor { color: #644251; }

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

This text font color is #644251.

Background Color

.myBgColor { background-color: #644251; }

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

This div background color is #644251.

Border color

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

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

This div border color is #644251.

Opacity

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

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

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

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

This text has shadow with #644251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #644251.

Preview

Color preview on black background

This text has color #644251 on black background.


Color preview on white background

This text has color #644251 on white background.


Black color preview on #644251 background

This text has black color on #644251 background.


White color preview on #644251 background

This text has white color on #644251 background.


Related colors

Complementary color

Complementary color for #hex is #9BBDAE.


I love getcolorcode.com

Triadic colors

1 #516442 and #425164 with #644251 are triadic colors.

2 #514264 and #426451 with #644251 are triadic colors.