COLOR #644457

HEX: #644457
RGB: (100,68,87)

Color info

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

RGB color model

#644457 color RGB value is (100,68,87).

  • red value is 100;
  • green value is 68;
  • blue value is 87.
RGB:
(100,68,87)
(39%,27%,34%)

RGB channels and saturation

R 100 of 255 = 39%
G 68 of 255 = 27%
B 87 of 255 = 34%

100
68
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 68 + 87 = 255 (100%)
R 100 of 255 ~ 39.22%
G 68 of 255 ~ 26.67%
B 87 of 255 ~ 34.12%

%39.22
%26.67
%34.12

CMYK color model

#644457 color CMYK value is (0,32,13,61).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(0,32,13,61)
C0M32Y13K61 
(0%,32%,13%,61%)
(0.00/0.32/0.13/0.61)	

CMYK percentages

%0
%32
%13
%60.78

Codes

Color #644457 in popluar color models

644457
RGB1006887
HSL324°19.05%32.94%
HSB/HSV324°32.00%39.22%
CMYK0.00%32.00%13.00%
60.78%

Color #644457 in popluar number systems.

HEX644457
Decimal1006887
Binary110010010001001010111
Octal144104127

Shades and tints

Shades of #644457

#644457
(100,68,87)
#5B3E50
(91,62,80)
#523849
(82,56,73)
#493242
(73,50,66)
#402C3B
(64,44,59)
#372634
(55,38,52)
#2E202D
(46,32,45)
#251A26
(37,26,38)
#1C141F
(28,20,31)
#130E18
(19,14,24)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #644457

#644457
(100,68,87)
#725566
(114,85,102)
#806675
(128,102,117)
#8E7784
(142,119,132)
#9C8893
(156,136,147)
#AA99A2
(170,153,162)
#B8AAB1
(184,170,177)
#C6BBC0
(198,187,192)
#D4CCCF
(212,204,207)
#E2DDDE
(226,221,222)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644457 color. Also use rgb(100,68,87) instead hex code.

Text Font Color

.myTextColor { color: #644457; }

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

This text font color is #644457.


Background Color

.myBgColor { background-color: #644457; }

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

This div background color is #644457.


Border color

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

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

This div border color is #644457.


Opacity

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

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

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

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

This text has shadow with #644457 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644457 on black background.


Color preview on white background

This text has color #644457 on white background.



Black color preview on #644457 background

This text has black color on #644457 background.


White color preview on #644457 background

This text has white color on #644457 background.