COLOR #644861

HEX: #644861
RGB: (100,72,97)

Color info

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

RGB color model

#644861 color RGB value is (100,72,97).

  • red value is 100;
  • green value is 72;
  • blue value is 97.
RGB:
(100,72,97)
(39%,28%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 72 of 255 = 28%
B 97 of 255 = 38%

100
72
97

R + G + B ~ 35%. #644861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 72 + 97 = 269 (100%)
R 100 of 269 ~ 37.17%
G 72 of 269 ~ 26.77%
B 97 of 269 ~ 36.06%

%37.17
%26.77
%36.06

CMYK color model

#644861 color CMYK value is (0,28,3,61).

  • cyan value is 0.00%
  • magenta value is 28.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(0,28,3,61)
C0M28Y3K61 
(0%,28%,3%,61%)
(0.00/0.28/0.03/0.61)	

CMYK percentages

%0
%28
%3
%60.78

Codes

Color #644861 in popluar color models

644861
RGB1007297
HSL306°16.28%33.73%
HSB/HSV306°28.00%39.22%
CMYK0.00%28.00%3.00%
60.78%

Color #644861 in popluar number systems.

HEX644861
Decimal1007297
Binary110010010010001100001
Octal144110141

Shades and tints

Shades of #644861

#644861
(100,72,97)
#5B4259
(91,66,89)
#523C51
(82,60,81)
#493649
(73,54,73)
#403041
(64,48,65)
#372A39
(55,42,57)
#2E2431
(46,36,49)
#251E29
(37,30,41)
#1C1821
(28,24,33)
#131219
(19,18,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #644861

#644861
(100,72,97)
#72586F
(114,88,111)
#80687D
(128,104,125)
#8E788B
(142,120,139)
#9C8899
(156,136,153)
#AA98A7
(170,152,167)
#B8A8B5
(184,168,181)
#C6B8C3
(198,184,195)
#D4C8D1
(212,200,209)
#E2D8DF
(226,216,223)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #644861 color. Also use rgb(100,72,97) instead hex code.

Text Font Color

.myTextColor { color: #644861; }

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

This text font color is #644861.


Background Color

.myBgColor { background-color: #644861; }

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

This div background color is #644861.


Border color

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

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

This div border color is #644861.


Opacity

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

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

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

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

This text has shadow with #644861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644861 on black background.


Color preview on white background

This text has color #644861 on white background.



Black color preview on #644861 background

This text has black color on #644861 background.


White color preview on #644861 background

This text has white color on #644861 background.