COLOR #64368C

HEX: #64368C
RGB: (100,54,140)

Color info

#64368C contains mainly red and blue colors. Web safe color of #64368C is #663399 (or #639).

RGB color model

#64368C color RGB value is (100,54,140).

  • red value is 100;
  • green value is 54;
  • blue value is 140.
RGB:
(100,54,140)
(39%,21%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 54 of 255 = 21%
B 140 of 255 = 55%

100
54
140

R + G + B ~ 38%. #64368C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 54 + 140 = 294 (100%)
R 100 of 294 ~ 34.01%
G 54 of 294 ~ 18.37%
B 140 of 294 ~ 47.62%

%34.01
%18.37
%47.62

CMYK color model

#64368C color CMYK value is (29,61,0,45).

  • cyan value is 28.57%
  • magenta value is 61.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(29,61,0,45)
C29M61Y0K45 
(29%,61%,0%,45%)
(0.29/0.61/0.00/0.45)	

CMYK percentages

%28.57
%61.43
%0
%45.1

Codes

Color #64368C in popluar color models

64368C
RGB10054140
HSL272°44.33%38.04%
HSB/HSV272°61.43%54.90%
CMYK28.57%61.43%0.00%
45.10%

Color #64368C in popluar number systems.

HEX64368C
Decimal10054140
Binary110010011011010001100
Octal14466214

Shades and tints

Shades of #64368C

#64368C
(100,54,140)
#5B3280
(91,50,128)
#522E74
(82,46,116)
#492A68
(73,42,104)
#40265C
(64,38,92)
#372250
(55,34,80)
#2E1E44
(46,30,68)
#251A38
(37,26,56)
#1C162C
(28,22,44)
#131220
(19,18,32)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #64368C

#64368C
(100,54,140)
#724896
(114,72,150)
#805AA0
(128,90,160)
#8E6CAA
(142,108,170)
#9C7EB4
(156,126,180)
#AA90BE
(170,144,190)
#B8A2C8
(184,162,200)
#C6B4D2
(198,180,210)
#D4C6DC
(212,198,220)
#E2D8E6
(226,216,230)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64368C color. Also use rgb(100,54,140) instead hex code.

Text Font Color

.myTextColor { color: #64368C; }

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

This text font color is #64368C.


Background Color

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

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

This div background color is #64368C.


Border color

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

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

This div border color is #64368C.


Opacity

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

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

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

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

This text has shadow with #64368C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64368C on black background.


Color preview on white background

This text has color #64368C on white background.



Black color preview on #64368C background

This text has black color on #64368C background.


White color preview on #64368C background

This text has white color on #64368C background.