COLOR #643F73

HEX: #643F73
RGB: (100,63,115)

Color info

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

RGB color model

#643F73 color RGB value is (100,63,115).

  • red value is 100;
  • green value is 63;
  • blue value is 115.
RGB:
(100,63,115)
(39%,25%,45%)

RGB channels and saturation

R 100 of 255 = 39%
G 63 of 255 = 25%
B 115 of 255 = 45%

100
63
115

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

Portions of RGB colors in percentages

R + G + B =
100 + 63 + 115 = 278 (100%)
R 100 of 278 ~ 35.97%
G 63 of 278 ~ 22.66%
B 115 of 278 ~ 41.37%

%35.97
%22.66
%41.37

CMYK color model

#643F73 color CMYK value is (13,45,0,55).

  • cyan value is 13.04%
  • magenta value is 45.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(13,45,0,55)
C13M45Y0K55 
(13%,45%,0%,55%)
(0.13/0.45/0.00/0.55)	

CMYK percentages

%13.04
%45.22
%0
%54.9

Codes

Color #643F73 in popluar color models

643F73
RGB10063115
HSL283°29.21%34.90%
HSB/HSV283°45.22%45.10%
CMYK13.04%45.22%0.00%
54.90%

Color #643F73 in popluar number systems.

HEX643F73
Decimal10063115
Binary11001001111111110011
Octal14477163

Shades and tints

Shades of #643F73

#643F73
(100,63,115)
#5B3A69
(91,58,105)
#52355F
(82,53,95)
#493055
(73,48,85)
#402B4B
(64,43,75)
#372641
(55,38,65)
#2E2137
(46,33,55)
#251C2D
(37,28,45)
#1C1723
(28,23,35)
#131219
(19,18,25)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #643F73

#643F73
(100,63,115)
#72507F
(114,80,127)
#80618B
(128,97,139)
#8E7297
(142,114,151)
#9C83A3
(156,131,163)
#AA94AF
(170,148,175)
#B8A5BB
(184,165,187)
#C6B6C7
(198,182,199)
#D4C7D3
(212,199,211)
#E2D8DF
(226,216,223)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #643F73 color. Also use rgb(100,63,115) instead hex code.

Text Font Color

.myTextColor { color: #643F73; }

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

This text font color is #643F73.


Background Color

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

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

This div background color is #643F73.


Border color

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

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

This div border color is #643F73.


Opacity

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

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

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

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

This text has shadow with #643F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #643F73 on black background.


Color preview on white background

This text has color #643F73 on white background.



Black color preview on #643F73 background

This text has black color on #643F73 background.


White color preview on #643F73 background

This text has white color on #643F73 background.