COLOR #642D68

HEX: #642D68
RGB: (100,45,104)

Color info

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

RGB color model

#642D68 color RGB value is (100,45,104).

  • red value is 100;
  • green value is 45;
  • blue value is 104.
RGB:
(100,45,104)
(39%,18%,41%)

RGB channels and saturation

R 100 of 255 = 39%
G 45 of 255 = 18%
B 104 of 255 = 41%

100
45
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 45 + 104 = 249 (100%)
R 100 of 249 ~ 40.16%
G 45 of 249 ~ 18.07%
B 104 of 249 ~ 41.77%

%40.16
%18.07
%41.77

CMYK color model

#642D68 color CMYK value is (4,57,0,59).

  • cyan value is 3.85%
  • magenta value is 56.73%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(4,57,0,59)
C4M57Y0K59 
(4%,57%,0%,59%)
(0.04/0.57/0.00/0.59)	

CMYK percentages

%3.85
%56.73
%0
%59.22

Codes

Color #642D68 in popluar color models

642D68
RGB10045104
HSL296°39.60%29.22%
HSB/HSV296°56.73%40.78%
CMYK3.85%56.73%0.00%
59.22%

Color #642D68 in popluar number systems.

HEX642D68
Decimal10045104
Binary11001001011011101000
Octal14455150

Shades and tints

Shades of #642D68

#642D68
(100,45,104)
#5B295F
(91,41,95)
#522556
(82,37,86)
#49214D
(73,33,77)
#401D44
(64,29,68)
#37193B
(55,25,59)
#2E1532
(46,21,50)
#251129
(37,17,41)
#1C0D20
(28,13,32)
#130917
(19,9,23)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #642D68

#642D68
(100,45,104)
#724075
(114,64,117)
#805382
(128,83,130)
#8E668F
(142,102,143)
#9C799C
(156,121,156)
#AA8CA9
(170,140,169)
#B89FB6
(184,159,182)
#C6B2C3
(198,178,195)
#D4C5D0
(212,197,208)
#E2D8DD
(226,216,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #642D68 color. Also use rgb(100,45,104) instead hex code.

Text Font Color

.myTextColor { color: #642D68; }

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

This text font color is #642D68.


Background Color

.myBgColor { background-color: #642D68; }

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

This div background color is #642D68.


Border color

.myBorderColor { border: 1px solid #642D68; }

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

This div border color is #642D68.


Opacity

.myOpacity80 { color: #642D68; opacity: 0.8; }

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

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

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

This text has shadow with #642D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #642D68 on black background.


Color preview on white background

This text has color #642D68 on white background.



Black color preview on #642D68 background

This text has black color on #642D68 background.


White color preview on #642D68 background

This text has white color on #642D68 background.