COLOR #64395D

HEX: #64395D
RGB: (100,57,93)

Color info

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

RGB color model

#64395D color RGB value is (100,57,93).

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

RGB channels and saturation

R 100 of 255 = 39%
G 57 of 255 = 22%
B 93 of 255 = 36%

100
57
93

R + G + B ~ 32%. #64395D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 57 + 93 = 250 (100%)
R 100 of 250 ~ 40%
G 57 of 250 ~ 22.8%
B 93 of 250 ~ 37.2%

%40
%22.8
%37.2

CMYK color model

#64395D color CMYK value is (0,43,7,61).

  • cyan value is 0.00%
  • magenta value is 43.00%
  • yellow value is 7.00%
  • key color value is 60.78%
CMYK:
(0,43,7,61)
C0M43Y7K61 
(0%,43%,7%,61%)
(0.00/0.43/0.07/0.61)	

CMYK percentages

%0
%43
%7
%60.78

Codes

Color #64395D in popluar color models

64395D
RGB1005793
HSL310°27.39%30.78%
HSB/HSV310°43.00%39.22%
CMYK0.00%43.00%7.00%
60.78%

Color #64395D in popluar number systems.

HEX64395D
Decimal1005793
Binary11001001110011011101
Octal14471135

Shades and tints

Shades of #64395D

#64395D
(100,57,93)
#5B3455
(91,52,85)
#522F4D
(82,47,77)
#492A45
(73,42,69)
#40253D
(64,37,61)
#372035
(55,32,53)
#2E1B2D
(46,27,45)
#251625
(37,22,37)
#1C111D
(28,17,29)
#130C15
(19,12,21)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #64395D

#64395D
(100,57,93)
#724B6B
(114,75,107)
#805D79
(128,93,121)
#8E6F87
(142,111,135)
#9C8195
(156,129,149)
#AA93A3
(170,147,163)
#B8A5B1
(184,165,177)
#C6B7BF
(198,183,191)
#D4C9CD
(212,201,205)
#E2DBDB
(226,219,219)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64395D; }

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

This text font color is #64395D.


Background Color

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

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

This div background color is #64395D.


Border color

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

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

This div border color is #64395D.


Opacity

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

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

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

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

This text has shadow with #64395D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64395D on black background.


Color preview on white background

This text has color #64395D on white background.



Black color preview on #64395D background

This text has black color on #64395D background.


White color preview on #64395D background

This text has white color on #64395D background.