COLOR #64355C

HEX: #64355C
RGB: (100,53,92)

Color info

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

RGB color model

#64355C color RGB value is (100,53,92).

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

RGB channels and saturation

R 100 of 255 = 39%
G 53 of 255 = 21%
B 92 of 255 = 36%

100
53
92

R + G + B ~ 32%. #64355C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 53 + 92 = 245 (100%)
R 100 of 245 ~ 40.82%
G 53 of 245 ~ 21.63%
B 92 of 245 ~ 37.55%

%40.82
%21.63
%37.55

CMYK color model

#64355C color CMYK value is (0,47,8,61).

  • cyan value is 0.00%
  • magenta value is 47.00%
  • yellow value is 8.00%
  • key color value is 60.78%
CMYK:
(0,47,8,61)
C0M47Y8K61 
(0%,47%,8%,61%)
(0.00/0.47/0.08/0.61)	

CMYK percentages

%0
%47
%8
%60.78

Codes

Color #64355C in popluar color models

64355C
RGB1005392
HSL310°30.72%30.00%
HSB/HSV310°47.00%39.22%
CMYK0.00%47.00%8.00%
60.78%

Color #64355C in popluar number systems.

HEX64355C
Decimal1005392
Binary11001001101011011100
Octal14465134

Shades and tints

Shades of #64355C

#64355C
(100,53,92)
#5B3154
(91,49,84)
#522D4C
(82,45,76)
#492944
(73,41,68)
#40253C
(64,37,60)
#372134
(55,33,52)
#2E1D2C
(46,29,44)
#251924
(37,25,36)
#1C151C
(28,21,28)
#131114
(19,17,20)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #64355C

#64355C
(100,53,92)
#72476A
(114,71,106)
#805978
(128,89,120)
#8E6B86
(142,107,134)
#9C7D94
(156,125,148)
#AA8FA2
(170,143,162)
#B8A1B0
(184,161,176)
#C6B3BE
(198,179,190)
#D4C5CC
(212,197,204)
#E2D7DA
(226,215,218)
#F0E9E8
(240,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64355C; }

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

This text font color is #64355C.


Background Color

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

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

This div background color is #64355C.


Border color

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

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

This div border color is #64355C.


Opacity

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

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

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

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

This text has shadow with #64355C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64355C on black background.


Color preview on white background

This text has color #64355C on white background.



Black color preview on #64355C background

This text has black color on #64355C background.


White color preview on #64355C background

This text has white color on #64355C background.