COLOR #64337C

HEX: #64337C
RGB: (100,51,124)

Color info

#64337C contains mainly red and blue colors. Web safe color of #64337C is #663366 (or #636).

RGB color model

#64337C color RGB value is (100,51,124).

  • red value is 100;
  • green value is 51;
  • blue value is 124.
RGB:
(100,51,124)
(39%,20%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 51 of 255 = 20%
B 124 of 255 = 49%

100
51
124

R + G + B ~ 36%. #64337C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 51 + 124 = 275 (100%)
R 100 of 275 ~ 36.36%
G 51 of 275 ~ 18.55%
B 124 of 275 ~ 45.09%

%36.36
%18.55
%45.09

CMYK color model

#64337C color CMYK value is (19,59,0,51).

  • cyan value is 19.35%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(19,59,0,51)
C19M59Y0K51 
(19%,59%,0%,51%)
(0.19/0.59/0.00/0.51)	

CMYK percentages

%19.35
%58.87
%0
%51.37

Codes

Color #64337C in popluar color models

64337C
RGB10051124
HSL280°41.71%34.31%
HSB/HSV280°58.87%48.63%
CMYK19.35%58.87%0.00%
51.37%

Color #64337C in popluar number systems.

HEX64337C
Decimal10051124
Binary11001001100111111100
Octal14463174

Shades and tints

Shades of #64337C

#64337C
(100,51,124)
#5B2F71
(91,47,113)
#522B66
(82,43,102)
#49275B
(73,39,91)
#402350
(64,35,80)
#371F45
(55,31,69)
#2E1B3A
(46,27,58)
#25172F
(37,23,47)
#1C1324
(28,19,36)
#130F19
(19,15,25)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #64337C

#64337C
(100,51,124)
#724587
(114,69,135)
#805792
(128,87,146)
#8E699D
(142,105,157)
#9C7BA8
(156,123,168)
#AA8DB3
(170,141,179)
#B89FBE
(184,159,190)
#C6B1C9
(198,177,201)
#D4C3D4
(212,195,212)
#E2D5DF
(226,213,223)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64337C color. Also use rgb(100,51,124) instead hex code.

Text Font Color

.myTextColor { color: #64337C; }

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

This text font color is #64337C.


Background Color

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

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

This div background color is #64337C.


Border color

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

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

This div border color is #64337C.


Opacity

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

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

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

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

This text has shadow with #64337C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64337C on black background.


Color preview on white background

This text has color #64337C on white background.



Black color preview on #64337C background

This text has black color on #64337C background.


White color preview on #64337C background

This text has white color on #64337C background.