COLOR #644E73

HEX: #644E73
RGB: (100,78,115)

Color info

#644E73 contains red, green and blue colors in about the same proportion. Web safe color of #644E73 is #666666 (or #666).

RGB color model

#644E73 color RGB value is (100,78,115).

  • red value is 100;
  • green value is 78;
  • blue value is 115.
RGB:
(100,78,115)
(39%,31%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 78 of 255 = 31%
B 115 of 255 = 45%

100
78
115

R + G + B ~ 38%. #644E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 78 + 115 = 293 (100%)
R 100 of 293 ~ 34.13%
G 78 of 293 ~ 26.62%
B 115 of 293 ~ 39.25%

%34.13
%26.62
%39.25

CMYK color model

#644E73 color CMYK value is (13,32,0,55).

  • cyan value is 13.04%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(13,32,0,55)
C13M32Y0K55 
(13%,32%,0%,55%)
(0.13/0.32/0.00/0.55)	

CMYK percentages

%13.04
%32.17
%0
%54.9

Codes

Color #644E73 in popluar color models

644E73
RGB10078115
HSL276°19.17%37.84%
HSB/HSV276°32.17%45.10%
CMYK13.04%32.17%0.00%
54.90%

Color #644E73 in popluar number systems.

HEX644E73
Decimal10078115
Binary110010010011101110011
Octal144116163

Shades and tints

Shades of #644E73

#644E73
(100,78,115)
#5B4769
(91,71,105)
#52405F
(82,64,95)
#493955
(73,57,85)
#40324B
(64,50,75)
#372B41
(55,43,65)
#2E2437
(46,36,55)
#251D2D
(37,29,45)
#1C1623
(28,22,35)
#130F19
(19,15,25)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #644E73

#644E73
(100,78,115)
#725E7F
(114,94,127)
#806E8B
(128,110,139)
#8E7E97
(142,126,151)
#9C8EA3
(156,142,163)
#AA9EAF
(170,158,175)
#B8AEBB
(184,174,187)
#C6BEC7
(198,190,199)
#D4CED3
(212,206,211)
#E2DEDF
(226,222,223)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644E73 color. Also use rgb(100,78,115) instead hex code.

Text Font Color

.myTextColor { color: #644E73; }

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

This text font color is #644E73.


Background Color

.myBgColor { background-color: #644E73; }

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

This div background color is #644E73.


Border color

.myBorderColor { border: 1px solid #644E73; }

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

This div border color is #644E73.


Opacity

.myOpacity80 { color: #644E73; opacity: 0.8; }

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

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

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

This text has shadow with #644E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644E73 on black background.


Color preview on white background

This text has color #644E73 on white background.



Black color preview on #644E73 background

This text has black color on #644E73 background.


White color preview on #644E73 background

This text has white color on #644E73 background.