COLOR #64495E

HEX: #64495E
RGB: (100,73,94)

Color info

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

RGB color model

#64495E color RGB value is (100,73,94).

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

RGB channels and saturation

R 100 of 255 = 39%
G 73 of 255 = 29%
B 94 of 255 = 37%

100
73
94

R + G + B ~ 35%. #64495E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 73 + 94 = 267 (100%)
R 100 of 267 ~ 37.45%
G 73 of 267 ~ 27.34%
B 94 of 267 ~ 35.21%

%37.45
%27.34
%35.21

CMYK color model

#64495E color CMYK value is (0,27,6,61).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 6.00%
  • key color value is 60.78%
CMYK:
(0,27,6,61)
C0M27Y6K61 
(0%,27%,6%,61%)
(0.00/0.27/0.06/0.61)	

CMYK percentages

%0
%27
%6
%60.78

Codes

Color #64495E in popluar color models

64495E
RGB1007394
HSL313°15.61%33.92%
HSB/HSV313°27.00%39.22%
CMYK0.00%27.00%6.00%
60.78%

Color #64495E in popluar number systems.

HEX64495E
Decimal1007394
Binary110010010010011011110
Octal144111136

Shades and tints

Shades of #64495E

#64495E
(100,73,94)
#5B4356
(91,67,86)
#523D4E
(82,61,78)
#493746
(73,55,70)
#40313E
(64,49,62)
#372B36
(55,43,54)
#2E252E
(46,37,46)
#251F26
(37,31,38)
#1C191E
(28,25,30)
#131316
(19,19,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #64495E

#64495E
(100,73,94)
#72596C
(114,89,108)
#80697A
(128,105,122)
#8E7988
(142,121,136)
#9C8996
(156,137,150)
#AA99A4
(170,153,164)
#B8A9B2
(184,169,178)
#C6B9C0
(198,185,192)
#D4C9CE
(212,201,206)
#E2D9DC
(226,217,220)
#F0E9EA
(240,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64495E color. Also use rgb(100,73,94) instead hex code.

Text Font Color

.myTextColor { color: #64495E; }

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

This text font color is #64495E.


Background Color

.myBgColor { background-color: #64495E; }

<div style="background-color:#64495E">Inner text</div>

This div background color is #64495E.


Border color

.myBorderColor { border: 1px solid #64495E; }

<div style="border:3px solid #64495E">Div</div>

This div border color is #64495E.


Opacity

.myOpacity80 { color: #64495E; opacity: 0.8; }

<p style="color:#64495E;opacity:0.8;">80%</p>

Text with #64495E 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 #64495E;}

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

This text has shadow with #64495E color.

.textShadow {text-shadow: 3px 3px 1px #64495E, 3px 3px 1px red;}

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

This text has shadow with #64495E primary color and red secondary color.


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

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

This text has shadow with #64495E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64495E on black background.


Color preview on white background

This text has color #64495E on white background.



Black color preview on #64495E background

This text has black color on #64495E background.


White color preview on #64495E background

This text has white color on #64495E background.