COLOR #64466C

HEX: #64466C
RGB: (100,70,108)

Color info

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

RGB color model

#64466C color RGB value is (100,70,108).

  • red value is 100;
  • green value is 70;
  • blue value is 108.
RGB:
(100,70,108)
(39%,27%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 70 of 255 = 27%
B 108 of 255 = 42%

100
70
108

R + G + B ~ 36%. #64466C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 70 + 108 = 278 (100%)
R 100 of 278 ~ 35.97%
G 70 of 278 ~ 25.18%
B 108 of 278 ~ 38.85%

%35.97
%25.18
%38.85

CMYK color model

#64466C color CMYK value is (7,35,0,58).

  • cyan value is 7.41%
  • magenta value is 35.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(7,35,0,58)
C7M35Y0K58 
(7%,35%,0%,58%)
(0.07/0.35/0.00/0.58)	

CMYK percentages

%7.41
%35.19
%0
%57.65

Codes

Color #64466C in popluar color models

64466C
RGB10070108
HSL287°21.35%34.90%
HSB/HSV287°35.19%42.35%
CMYK7.41%35.19%0.00%
57.65%

Color #64466C in popluar number systems.

HEX64466C
Decimal10070108
Binary110010010001101101100
Octal144106154

Shades and tints

Shades of #64466C

#64466C
(100,70,108)
#5B4063
(91,64,99)
#523A5A
(82,58,90)
#493451
(73,52,81)
#402E48
(64,46,72)
#37283F
(55,40,63)
#2E2236
(46,34,54)
#251C2D
(37,28,45)
#1C1624
(28,22,36)
#13101B
(19,16,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #64466C

#64466C
(100,70,108)
#725679
(114,86,121)
#806686
(128,102,134)
#8E7693
(142,118,147)
#9C86A0
(156,134,160)
#AA96AD
(170,150,173)
#B8A6BA
(184,166,186)
#C6B6C7
(198,182,199)
#D4C6D4
(212,198,212)
#E2D6E1
(226,214,225)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64466C color. Also use rgb(100,70,108) instead hex code.

Text Font Color

.myTextColor { color: #64466C; }

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

This text font color is #64466C.


Background Color

.myBgColor { background-color: #64466C; }

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

This div background color is #64466C.


Border color

.myBorderColor { border: 1px solid #64466C; }

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

This div border color is #64466C.


Opacity

.myOpacity80 { color: #64466C; opacity: 0.8; }

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

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

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

This text has shadow with #64466C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64466C on black background.


Color preview on white background

This text has color #64466C on white background.



Black color preview on #64466C background

This text has black color on #64466C background.


White color preview on #64466C background

This text has white color on #64466C background.