COLOR #644F76

HEX: #644F76
RGB: (100,79,118)

Color info

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

RGB color model

#644F76 color RGB value is (100,79,118).

  • red value is 100;
  • green value is 79;
  • blue value is 118.
RGB:
(100,79,118)
(39%,31%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 79 of 255 = 31%
B 118 of 255 = 46%

100
79
118

R + G + B ~ 39%. #644F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 79 + 118 = 297 (100%)
R 100 of 297 ~ 33.67%
G 79 of 297 ~ 26.6%
B 118 of 297 ~ 39.73%

%33.67
%26.6
%39.73

CMYK color model

#644F76 color CMYK value is (15,33,0,54).

  • cyan value is 15.25%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(15,33,0,54)
C15M33Y0K54 
(15%,33%,0%,54%)
(0.15/0.33/0.00/0.54)	

CMYK percentages

%15.25
%33.05
%0
%53.73

Codes

Color #644F76 in popluar color models

644F76
RGB10079118
HSL272°19.80%38.63%
HSB/HSV272°33.05%46.27%
CMYK15.25%33.05%0.00%
53.73%

Color #644F76 in popluar number systems.

HEX644F76
Decimal10079118
Binary110010010011111110110
Octal144117166

Shades and tints

Shades of #644F76

#644F76
(100,79,118)
#5B486C
(91,72,108)
#524162
(82,65,98)
#493A58
(73,58,88)
#40334E
(64,51,78)
#372C44
(55,44,68)
#2E253A
(46,37,58)
#251E30
(37,30,48)
#1C1726
(28,23,38)
#13101C
(19,16,28)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #644F76

#644F76
(100,79,118)
#725F82
(114,95,130)
#806F8E
(128,111,142)
#8E7F9A
(142,127,154)
#9C8FA6
(156,143,166)
#AA9FB2
(170,159,178)
#B8AFBE
(184,175,190)
#C6BFCA
(198,191,202)
#D4CFD6
(212,207,214)
#E2DFE2
(226,223,226)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644F76 color. Also use rgb(100,79,118) instead hex code.

Text Font Color

.myTextColor { color: #644F76; }

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

This text font color is #644F76.


Background Color

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

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

This div background color is #644F76.


Border color

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

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

This div border color is #644F76.


Opacity

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

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

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

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

This text has shadow with #644F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644F76 on black background.


Color preview on white background

This text has color #644F76 on white background.



Black color preview on #644F76 background

This text has black color on #644F76 background.


White color preview on #644F76 background

This text has white color on #644F76 background.