COLOR #643E72

HEX: #643E72
RGB: (100,62,114)

Color info

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

RGB color model

#643E72 color RGB value is (100,62,114).

  • red value is 100;
  • green value is 62;
  • blue value is 114.
RGB:
(100,62,114)
(39%,24%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 62 of 255 = 24%
B 114 of 255 = 45%

100
62
114

R + G + B ~ 36%. #643E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 62 + 114 = 276 (100%)
R 100 of 276 ~ 36.23%
G 62 of 276 ~ 22.46%
B 114 of 276 ~ 41.3%

%36.23
%22.46
%41.3

CMYK color model

#643E72 color CMYK value is (12,46,0,55).

  • cyan value is 12.28%
  • magenta value is 45.61%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(12,46,0,55)
C12M46Y0K55 
(12%,46%,0%,55%)
(0.12/0.46/0.00/0.55)	

CMYK percentages

%12.28
%45.61
%0
%55.29

Codes

Color #643E72 in popluar color models

643E72
RGB10062114
HSL284°29.55%34.51%
HSB/HSV284°45.61%44.71%
CMYK12.28%45.61%0.00%
55.29%

Color #643E72 in popluar number systems.

HEX643E72
Decimal10062114
Binary11001001111101110010
Octal14476162

Shades and tints

Shades of #643E72

#643E72
(100,62,114)
#5B3968
(91,57,104)
#52345E
(82,52,94)
#492F54
(73,47,84)
#402A4A
(64,42,74)
#372540
(55,37,64)
#2E2036
(46,32,54)
#251B2C
(37,27,44)
#1C1622
(28,22,34)
#131118
(19,17,24)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #643E72

#643E72
(100,62,114)
#724F7E
(114,79,126)
#80608A
(128,96,138)
#8E7196
(142,113,150)
#9C82A2
(156,130,162)
#AA93AE
(170,147,174)
#B8A4BA
(184,164,186)
#C6B5C6
(198,181,198)
#D4C6D2
(212,198,210)
#E2D7DE
(226,215,222)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643E72 color. Also use rgb(100,62,114) instead hex code.

Text Font Color

.myTextColor { color: #643E72; }

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

This text font color is #643E72.


Background Color

.myBgColor { background-color: #643E72; }

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

This div background color is #643E72.


Border color

.myBorderColor { border: 1px solid #643E72; }

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

This div border color is #643E72.


Opacity

.myOpacity80 { color: #643E72; opacity: 0.8; }

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

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

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

This text has shadow with #643E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643E72 on black background.


Color preview on white background

This text has color #643E72 on white background.



Black color preview on #643E72 background

This text has black color on #643E72 background.


White color preview on #643E72 background

This text has white color on #643E72 background.