COLOR #64496A

HEX: #64496A
RGB: (100,73,106)

Color info

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

RGB color model

#64496A color RGB value is (100,73,106).

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

RGB channels and saturation

R 100 of 255 = 39%
G 73 of 255 = 29%
B 106 of 255 = 42%

100
73
106

R + G + B ~ 37%. #64496A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 73 + 106 = 279 (100%)
R 100 of 279 ~ 35.84%
G 73 of 279 ~ 26.16%
B 106 of 279 ~ 37.99%

%35.84
%26.16
%37.99

CMYK color model

#64496A color CMYK value is (6,31,0,58).

  • cyan value is 5.66%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(6,31,0,58)
C6M31Y0K58 
(6%,31%,0%,58%)
(0.06/0.31/0.00/0.58)	

CMYK percentages

%5.66
%31.13
%0
%58.43

Codes

Color #64496A in popluar color models

64496A
RGB10073106
HSL289°18.44%35.10%
HSB/HSV289°31.13%41.57%
CMYK5.66%31.13%0.00%
58.43%

Color #64496A in popluar number systems.

HEX64496A
Decimal10073106
Binary110010010010011101010
Octal144111152

Shades and tints

Shades of #64496A

#64496A
(100,73,106)
#5B4361
(91,67,97)
#523D58
(82,61,88)
#49374F
(73,55,79)
#403146
(64,49,70)
#372B3D
(55,43,61)
#2E2534
(46,37,52)
#251F2B
(37,31,43)
#1C1922
(28,25,34)
#131319
(19,19,25)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #64496A

#64496A
(100,73,106)
#725977
(114,89,119)
#806984
(128,105,132)
#8E7991
(142,121,145)
#9C899E
(156,137,158)
#AA99AB
(170,153,171)
#B8A9B8
(184,169,184)
#C6B9C5
(198,185,197)
#D4C9D2
(212,201,210)
#E2D9DF
(226,217,223)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64496A; }

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

This text font color is #64496A.


Background Color

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

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

This div background color is #64496A.


Border color

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

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

This div border color is #64496A.


Opacity

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

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

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

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

This text has shadow with #64496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64496A on black background.


Color preview on white background

This text has color #64496A on white background.



Black color preview on #64496A background

This text has black color on #64496A background.


White color preview on #64496A background

This text has white color on #64496A background.