COLOR #643364

HEX: #643364
RGB: (100,51,100)

Color info

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

RGB color model

#643364 color RGB value is (100,51,100).

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

RGB channels and saturation

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

100
51
100

R + G + B ~ 33%. #643364 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 51 + 100 = 251 (100%)
R 100 of 251 ~ 39.84%
G 51 of 251 ~ 20.32%
B 100 of 251 ~ 39.84%

%39.84
%20.32
%39.84

CMYK color model

#643364 color CMYK value is (0,49,0,61).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(0,49,0,61)
C0M49Y0K61 
(0%,49%,0%,61%)
(0.00/0.49/0.00/0.61)	

CMYK percentages

%0
%49
%0
%60.78

Codes

Color #643364 in popluar color models

643364
RGB10051100
HSL300°32.45%29.61%
HSB/HSV300°49.00%39.22%
CMYK0.00%49.00%0.00%
60.78%

Color #643364 in popluar number systems.

HEX643364
Decimal10051100
Binary11001001100111100100
Octal14463144

Shades and tints

Shades of #643364

#643364
(100,51,100)
#5B2F5B
(91,47,91)
#522B52
(82,43,82)
#492749
(73,39,73)
#402340
(64,35,64)
#371F37
(55,31,55)
#2E1B2E
(46,27,46)
#251725
(37,23,37)
#1C131C
(28,19,28)
#130F13
(19,15,19)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #643364

#643364
(100,51,100)
#724572
(114,69,114)
#805780
(128,87,128)
#8E698E
(142,105,142)
#9C7B9C
(156,123,156)
#AA8DAA
(170,141,170)
#B89FB8
(184,159,184)
#C6B1C6
(198,177,198)
#D4C3D4
(212,195,212)
#E2D5E2
(226,213,226)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #643364; }

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

This text font color is #643364.


Background Color

.myBgColor { background-color: #643364; }

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

This div background color is #643364.


Border color

.myBorderColor { border: 1px solid #643364; }

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

This div border color is #643364.


Opacity

.myOpacity80 { color: #643364; opacity: 0.8; }

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

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

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

This text has shadow with #643364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643364 on black background.


Color preview on white background

This text has color #643364 on white background.



Black color preview on #643364 background

This text has black color on #643364 background.


White color preview on #643364 background

This text has white color on #643364 background.