COLOR #64315C

HEX: #64315C
RGB: (100,49,92)

Color info

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

RGB color model

#64315C color RGB value is (100,49,92).

  • red value is 100;
  • green value is 49;
  • blue value is 92.
RGB:
(100,49,92)
(39%,19%,36%)

RGB channels and saturation

R 100 of 255 = 39%
G 49 of 255 = 19%
B 92 of 255 = 36%

100
49
92

R + G + B ~ 31%. #64315C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 49 + 92 = 241 (100%)
R 100 of 241 ~ 41.49%
G 49 of 241 ~ 20.33%
B 92 of 241 ~ 38.17%

%41.49
%20.33
%38.17

CMYK color model

#64315C color CMYK value is (0,51,8,61).

  • cyan value is 0.00%
  • magenta value is 51.00%
  • yellow value is 8.00%
  • key color value is 60.78%
CMYK:
(0,51,8,61)
C0M51Y8K61 
(0%,51%,8%,61%)
(0.00/0.51/0.08/0.61)	

CMYK percentages

%0
%51
%8
%60.78

Codes

Color #64315C in popluar color models

64315C
RGB1004992
HSL309°34.23%29.22%
HSB/HSV309°51.00%39.22%
CMYK0.00%51.00%8.00%
60.78%

Color #64315C in popluar number systems.

HEX64315C
Decimal1004992
Binary11001001100011011100
Octal14461134

Shades and tints

Shades of #64315C

#64315C
(100,49,92)
#5B2D54
(91,45,84)
#52294C
(82,41,76)
#492544
(73,37,68)
#40213C
(64,33,60)
#371D34
(55,29,52)
#2E192C
(46,25,44)
#251524
(37,21,36)
#1C111C
(28,17,28)
#130D14
(19,13,20)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #64315C

#64315C
(100,49,92)
#72436A
(114,67,106)
#805578
(128,85,120)
#8E6786
(142,103,134)
#9C7994
(156,121,148)
#AA8BA2
(170,139,162)
#B89DB0
(184,157,176)
#C6AFBE
(198,175,190)
#D4C1CC
(212,193,204)
#E2D3DA
(226,211,218)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64315C color. Also use rgb(100,49,92) instead hex code.

Text Font Color

.myTextColor { color: #64315C; }

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

This text font color is #64315C.


Background Color

.myBgColor { background-color: #64315C; }

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

This div background color is #64315C.


Border color

.myBorderColor { border: 1px solid #64315C; }

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

This div border color is #64315C.


Opacity

.myOpacity80 { color: #64315C; opacity: 0.8; }

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

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

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

This text has shadow with #64315C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64315C on black background.


Color preview on white background

This text has color #64315C on white background.



Black color preview on #64315C background

This text has black color on #64315C background.


White color preview on #64315C background

This text has white color on #64315C background.