COLOR #64426A

HEX: #64426A
RGB: (100,66,106)

Color info

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

RGB color model

#64426A color RGB value is (100,66,106).

  • red value is 100;
  • green value is 66;
  • blue value is 106.
RGB:
(100,66,106)
(39%,26%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 66 of 255 = 26%
B 106 of 255 = 42%

100
66
106

R + G + B ~ 36%. #64426A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 66 + 106 = 272 (100%)
R 100 of 272 ~ 36.76%
G 66 of 272 ~ 24.26%
B 106 of 272 ~ 38.97%

%36.76
%24.26
%38.97

CMYK color model

#64426A color CMYK value is (6,38,0,58).

  • cyan value is 5.66%
  • magenta value is 37.74%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(6,38,0,58)
C6M38Y0K58 
(6%,38%,0%,58%)
(0.06/0.38/0.00/0.58)	

CMYK percentages

%5.66
%37.74
%0
%58.43

Codes

Color #64426A in popluar color models

64426A
RGB10066106
HSL291°23.26%33.73%
HSB/HSV291°37.74%41.57%
CMYK5.66%37.74%0.00%
58.43%

Color #64426A in popluar number systems.

HEX64426A
Decimal10066106
Binary110010010000101101010
Octal144102152

Shades and tints

Shades of #64426A

#64426A
(100,66,106)
#5B3C61
(91,60,97)
#523658
(82,54,88)
#49304F
(73,48,79)
#402A46
(64,42,70)
#37243D
(55,36,61)
#2E1E34
(46,30,52)
#25182B
(37,24,43)
#1C1222
(28,18,34)
#130C19
(19,12,25)
#0A0610
(10,6,16)
#000000
(0,0,0)

Tints of #64426A

#64426A
(100,66,106)
#725377
(114,83,119)
#806484
(128,100,132)
#8E7591
(142,117,145)
#9C869E
(156,134,158)
#AA97AB
(170,151,171)
#B8A8B8
(184,168,184)
#C6B9C5
(198,185,197)
#D4CAD2
(212,202,210)
#E2DBDF
(226,219,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64426A color. Also use rgb(100,66,106) instead hex code.

Text Font Color

.myTextColor { color: #64426A; }

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

This text font color is #64426A.


Background Color

.myBgColor { background-color: #64426A; }

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

This div background color is #64426A.


Border color

.myBorderColor { border: 1px solid #64426A; }

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

This div border color is #64426A.


Opacity

.myOpacity80 { color: #64426A; opacity: 0.8; }

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

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

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

This text has shadow with #64426A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64426A on black background.


Color preview on white background

This text has color #64426A on white background.



Black color preview on #64426A background

This text has black color on #64426A background.


White color preview on #64426A background

This text has white color on #64426A background.