COLOR #644357

HEX: #644357
RGB: (100,67,87)

Color info

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

RGB color model

#644357 color RGB value is (100,67,87).

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

RGB channels and saturation

R 100 of 255 = 39%
G 67 of 255 = 26%
B 87 of 255 = 34%

100
67
87

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

Portions of RGB colors in percentages

R + G + B =
100 + 67 + 87 = 254 (100%)
R 100 of 254 ~ 39.37%
G 67 of 254 ~ 26.38%
B 87 of 254 ~ 34.25%

%39.37
%26.38
%34.25

CMYK color model

#644357 color CMYK value is (0,33,13,61).

  • cyan value is 0.00%
  • magenta value is 33.00%
  • yellow value is 13.00%
  • key color value is 60.78%
CMYK:
(0,33,13,61)
C0M33Y13K61 
(0%,33%,13%,61%)
(0.00/0.33/0.13/0.61)	

CMYK percentages

%0
%33
%13
%60.78

Codes

Color #644357 in popluar color models

644357
RGB1006787
HSL324°19.76%32.75%
HSB/HSV324°33.00%39.22%
CMYK0.00%33.00%13.00%
60.78%

Color #644357 in popluar number systems.

HEX644357
Decimal1006787
Binary110010010000111010111
Octal144103127

Shades and tints

Shades of #644357

#644357
(100,67,87)
#5B3D50
(91,61,80)
#523749
(82,55,73)
#493142
(73,49,66)
#402B3B
(64,43,59)
#372534
(55,37,52)
#2E1F2D
(46,31,45)
#251926
(37,25,38)
#1C131F
(28,19,31)
#130D18
(19,13,24)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #644357

#644357
(100,67,87)
#725466
(114,84,102)
#806575
(128,101,117)
#8E7684
(142,118,132)
#9C8793
(156,135,147)
#AA98A2
(170,152,162)
#B8A9B1
(184,169,177)
#C6BAC0
(198,186,192)
#D4CBCF
(212,203,207)
#E2DCDE
(226,220,222)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644357; }

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

This text font color is #644357.


Background Color

.myBgColor { background-color: #644357; }

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

This div background color is #644357.


Border color

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

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

This div border color is #644357.


Opacity

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

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

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

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

This text has shadow with #644357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644357 on black background.


Color preview on white background

This text has color #644357 on white background.



Black color preview on #644357 background

This text has black color on #644357 background.


White color preview on #644357 background

This text has white color on #644357 background.