COLOR #64377E

HEX: #64377E
RGB: (100,55,126)

Color info

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

RGB color model

#64377E color RGB value is (100,55,126).

  • red value is 100;
  • green value is 55;
  • blue value is 126.
RGB:
(100,55,126)
(39%,22%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 55 of 255 = 22%
B 126 of 255 = 49%

100
55
126

R + G + B ~ 37%. #64377E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 55 + 126 = 281 (100%)
R 100 of 281 ~ 35.59%
G 55 of 281 ~ 19.57%
B 126 of 281 ~ 44.84%

%35.59
%19.57
%44.84

CMYK color model

#64377E color CMYK value is (21,56,0,51).

  • cyan value is 20.63%
  • magenta value is 56.35%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,56,0,51)
C21M56Y0K51 
(21%,56%,0%,51%)
(0.21/0.56/0.00/0.51)	

CMYK percentages

%20.63
%56.35
%0
%50.59

Codes

Color #64377E in popluar color models

64377E
RGB10055126
HSL278°39.23%35.49%
HSB/HSV278°56.35%49.41%
CMYK20.63%56.35%0.00%
50.59%

Color #64377E in popluar number systems.

HEX64377E
Decimal10055126
Binary11001001101111111110
Octal14467176

Shades and tints

Shades of #64377E

#64377E
(100,55,126)
#5B3273
(91,50,115)
#522D68
(82,45,104)
#49285D
(73,40,93)
#402352
(64,35,82)
#371E47
(55,30,71)
#2E193C
(46,25,60)
#251431
(37,20,49)
#1C0F26
(28,15,38)
#130A1B
(19,10,27)
#0A0510
(10,5,16)
#000000
(0,0,0)

Tints of #64377E

#64377E
(100,55,126)
#724989
(114,73,137)
#805B94
(128,91,148)
#8E6D9F
(142,109,159)
#9C7FAA
(156,127,170)
#AA91B5
(170,145,181)
#B8A3C0
(184,163,192)
#C6B5CB
(198,181,203)
#D4C7D6
(212,199,214)
#E2D9E1
(226,217,225)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64377E color. Also use rgb(100,55,126) instead hex code.

Text Font Color

.myTextColor { color: #64377E; }

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

This text font color is #64377E.


Background Color

.myBgColor { background-color: #64377E; }

<div style="background-color:#64377E">Inner text</div>

This div background color is #64377E.


Border color

.myBorderColor { border: 1px solid #64377E; }

<div style="border:3px solid #64377E">Div</div>

This div border color is #64377E.


Opacity

.myOpacity80 { color: #64377E; opacity: 0.8; }

<p style="color:#64377E;opacity:0.8;">80%</p>

Text with #64377E 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 #64377E;}

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

This text has shadow with #64377E color.

.textShadow {text-shadow: 3px 3px 1px #64377E, 3px 3px 1px red;}

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

This text has shadow with #64377E primary color and red secondary color.


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

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

This text has shadow with #64377E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64377E on black background.


Color preview on white background

This text has color #64377E on white background.



Black color preview on #64377E background

This text has black color on #64377E background.


White color preview on #64377E background

This text has white color on #64377E background.