COLOR #64396D

HEX: #64396D
RGB: (100,57,109)

Color info

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

RGB color model

#64396D color RGB value is (100,57,109).

  • red value is 100;
  • green value is 57;
  • blue value is 109.
RGB:
(100,57,109)
(39%,22%,43%)

RGB channels and saturation

R 100 of 255 = 39%
G 57 of 255 = 22%
B 109 of 255 = 43%

100
57
109

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

Portions of RGB colors in percentages

R + G + B =
100 + 57 + 109 = 266 (100%)
R 100 of 266 ~ 37.59%
G 57 of 266 ~ 21.43%
B 109 of 266 ~ 40.98%

%37.59
%21.43
%40.98

CMYK color model

#64396D color CMYK value is (8,48,0,57).

  • cyan value is 8.26%
  • magenta value is 47.71%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(8,48,0,57)
C8M48Y0K57 
(8%,48%,0%,57%)
(0.08/0.48/0.00/0.57)	

CMYK percentages

%8.26
%47.71
%0
%57.25

Codes

Color #64396D in popluar color models

64396D
RGB10057109
HSL290°31.33%32.55%
HSB/HSV290°47.71%42.75%
CMYK8.26%47.71%0.00%
57.25%

Color #64396D in popluar number systems.

HEX64396D
Decimal10057109
Binary11001001110011101101
Octal14471155

Shades and tints

Shades of #64396D

#64396D
(100,57,109)
#5B3464
(91,52,100)
#522F5B
(82,47,91)
#492A52
(73,42,82)
#402549
(64,37,73)
#372040
(55,32,64)
#2E1B37
(46,27,55)
#25162E
(37,22,46)
#1C1125
(28,17,37)
#130C1C
(19,12,28)
#0A0713
(10,7,19)
#000000
(0,0,0)

Tints of #64396D

#64396D
(100,57,109)
#724B7A
(114,75,122)
#805D87
(128,93,135)
#8E6F94
(142,111,148)
#9C81A1
(156,129,161)
#AA93AE
(170,147,174)
#B8A5BB
(184,165,187)
#C6B7C8
(198,183,200)
#D4C9D5
(212,201,213)
#E2DBE2
(226,219,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64396D color. Also use rgb(100,57,109) instead hex code.

Text Font Color

.myTextColor { color: #64396D; }

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

This text font color is #64396D.


Background Color

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

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

This div background color is #64396D.


Border color

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

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

This div border color is #64396D.


Opacity

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

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

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

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

This text has shadow with #64396D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64396D on black background.


Color preview on white background

This text has color #64396D on white background.



Black color preview on #64396D background

This text has black color on #64396D background.


White color preview on #64396D background

This text has white color on #64396D background.