COLOR #64467D

HEX: #64467D
RGB: (100,70,125)

Color info

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

RGB color model

#64467D color RGB value is (100,70,125).

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

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 125 of 255 = 49%

100
70
125

R + G + B ~ 38%. #64467D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 70 + 125 = 295 (100%)
R 100 of 295 ~ 33.9%
G 70 of 295 ~ 23.73%
B 125 of 295 ~ 42.37%

%33.9
%23.73
%42.37

CMYK color model

#64467D color CMYK value is (20,44,0,51).

  • cyan value is 20.00%
  • magenta value is 44.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(20,44,0,51)
C20M44Y0K51 
(20%,44%,0%,51%)
(0.20/0.44/0.00/0.51)	

CMYK percentages

%20
%44
%0
%50.98

Codes

Color #64467D in popluar color models

64467D
RGB10070125
HSL273°28.21%38.24%
HSB/HSV273°44.00%49.02%
CMYK20.00%44.00%0.00%
50.98%

Color #64467D in popluar number systems.

HEX64467D
Decimal10070125
Binary110010010001101111101
Octal144106175

Shades and tints

Shades of #64467D

#64467D
(100,70,125)
#5B4072
(91,64,114)
#523A67
(82,58,103)
#49345C
(73,52,92)
#402E51
(64,46,81)
#372846
(55,40,70)
#2E223B
(46,34,59)
#251C30
(37,28,48)
#1C1625
(28,22,37)
#13101A
(19,16,26)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #64467D

#64467D
(100,70,125)
#725688
(114,86,136)
#806693
(128,102,147)
#8E769E
(142,118,158)
#9C86A9
(156,134,169)
#AA96B4
(170,150,180)
#B8A6BF
(184,166,191)
#C6B6CA
(198,182,202)
#D4C6D5
(212,198,213)
#E2D6E0
(226,214,224)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64467D; }

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

This text font color is #64467D.


Background Color

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

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

This div background color is #64467D.


Border color

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

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

This div border color is #64467D.


Opacity

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

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

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

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

This text has shadow with #64467D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64467D on black background.


Color preview on white background

This text has color #64467D on white background.



Black color preview on #64467D background

This text has black color on #64467D background.


White color preview on #64467D background

This text has white color on #64467D background.