COLOR #644273

HEX: #644273
RGB: (100,66,115)

Color info

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

RGB color model

#644273 color RGB value is (100,66,115).

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

RGB channels and saturation

R 100 of 255 = 39%
G 66 of 255 = 26%
B 115 of 255 = 45%

100
66
115

R + G + B ~ 37%. #644273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 66 + 115 = 281 (100%)
R 100 of 281 ~ 35.59%
G 66 of 281 ~ 23.49%
B 115 of 281 ~ 40.93%

%35.59
%23.49
%40.93

CMYK color model

#644273 color CMYK value is (13,43,0,55).

  • cyan value is 13.04%
  • magenta value is 42.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(13,43,0,55)
C13M43Y0K55 
(13%,43%,0%,55%)
(0.13/0.43/0.00/0.55)	

CMYK percentages

%13.04
%42.61
%0
%54.9

Codes

Color #644273 in popluar color models

644273
RGB10066115
HSL282°27.07%35.49%
HSB/HSV282°42.61%45.10%
CMYK13.04%42.61%0.00%
54.90%

Color #644273 in popluar number systems.

HEX644273
Decimal10066115
Binary110010010000101110011
Octal144102163

Shades and tints

Shades of #644273

#644273
(100,66,115)
#5B3C69
(91,60,105)
#52365F
(82,54,95)
#493055
(73,48,85)
#402A4B
(64,42,75)
#372441
(55,36,65)
#2E1E37
(46,30,55)
#25182D
(37,24,45)
#1C1223
(28,18,35)
#130C19
(19,12,25)
#0A060F
(10,6,15)
#000000
(0,0,0)

Tints of #644273

#644273
(100,66,115)
#72537F
(114,83,127)
#80648B
(128,100,139)
#8E7597
(142,117,151)
#9C86A3
(156,134,163)
#AA97AF
(170,151,175)
#B8A8BB
(184,168,187)
#C6B9C7
(198,185,199)
#D4CAD3
(212,202,211)
#E2DBDF
(226,219,223)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #644273; }

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

This text font color is #644273.


Background Color

.myBgColor { background-color: #644273; }

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

This div background color is #644273.


Border color

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

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

This div border color is #644273.


Opacity

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

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

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

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

This text has shadow with #644273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #644273 on black background.


Color preview on white background

This text has color #644273 on white background.



Black color preview on #644273 background

This text has black color on #644273 background.


White color preview on #644273 background

This text has white color on #644273 background.