COLOR #64487D

HEX: #64487D
RGB: (100,72,125)

Color info

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

RGB color model

#64487D color RGB value is (100,72,125).

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

RGB channels and saturation

R 100 of 255 = 39%
G 72 of 255 = 28%
B 125 of 255 = 49%

100
72
125

R + G + B ~ 39%. #64487D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 72 + 125 = 297 (100%)
R 100 of 297 ~ 33.67%
G 72 of 297 ~ 24.24%
B 125 of 297 ~ 42.09%

%33.67
%24.24
%42.09

CMYK color model

#64487D color CMYK value is (20,42,0,51).

  • cyan value is 20.00%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(20,42,0,51)
C20M42Y0K51 
(20%,42%,0%,51%)
(0.20/0.42/0.00/0.51)	

CMYK percentages

%20
%42.4
%0
%50.98

Codes

Color #64487D in popluar color models

64487D
RGB10072125
HSL272°26.90%38.63%
HSB/HSV272°42.40%49.02%
CMYK20.00%42.40%0.00%
50.98%

Color #64487D in popluar number systems.

HEX64487D
Decimal10072125
Binary110010010010001111101
Octal144110175

Shades and tints

Shades of #64487D

#64487D
(100,72,125)
#5B4272
(91,66,114)
#523C67
(82,60,103)
#49365C
(73,54,92)
#403051
(64,48,81)
#372A46
(55,42,70)
#2E243B
(46,36,59)
#251E30
(37,30,48)
#1C1825
(28,24,37)
#13121A
(19,18,26)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #64487D

#64487D
(100,72,125)
#725888
(114,88,136)
#806893
(128,104,147)
#8E789E
(142,120,158)
#9C88A9
(156,136,169)
#AA98B4
(170,152,180)
#B8A8BF
(184,168,191)
#C6B8CA
(198,184,202)
#D4C8D5
(212,200,213)
#E2D8E0
(226,216,224)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64487D; }

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

This text font color is #64487D.


Background Color

.myBgColor { background-color: #64487D; }

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

This div background color is #64487D.


Border color

.myBorderColor { border: 1px solid #64487D; }

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

This div border color is #64487D.


Opacity

.myOpacity80 { color: #64487D; opacity: 0.8; }

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

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

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

This text has shadow with #64487D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64487D on black background.


Color preview on white background

This text has color #64487D on white background.



Black color preview on #64487D background

This text has black color on #64487D background.


White color preview on #64487D background

This text has white color on #64487D background.