COLOR #64495F

HEX: #64495F
RGB: (100,73,95)

Color info

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

RGB color model

#64495F color RGB value is (100,73,95).

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

RGB channels and saturation

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

100
73
95

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

Portions of RGB colors in percentages

R + G + B =
100 + 73 + 95 = 268 (100%)
R 100 of 268 ~ 37.31%
G 73 of 268 ~ 27.24%
B 95 of 268 ~ 35.45%

%37.31
%27.24
%35.45

CMYK color model

#64495F color CMYK value is (0,27,5,61).

  • cyan value is 0.00%
  • magenta value is 27.00%
  • yellow value is 5.00%
  • key color value is 60.78%
CMYK:
(0,27,5,61)
C0M27Y5K61 
(0%,27%,5%,61%)
(0.00/0.27/0.05/0.61)	

CMYK percentages

%0
%27
%5
%60.78

Codes

Color #64495F in popluar color models

64495F
RGB1007395
HSL311°15.61%33.92%
HSB/HSV311°27.00%39.22%
CMYK0.00%27.00%5.00%
60.78%

Color #64495F in popluar number systems.

HEX64495F
Decimal1007395
Binary110010010010011011111
Octal144111137

Shades and tints

Shades of #64495F

#64495F
(100,73,95)
#5B4357
(91,67,87)
#523D4F
(82,61,79)
#493747
(73,55,71)
#40313F
(64,49,63)
#372B37
(55,43,55)
#2E252F
(46,37,47)
#251F27
(37,31,39)
#1C191F
(28,25,31)
#131317
(19,19,23)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #64495F

#64495F
(100,73,95)
#72596D
(114,89,109)
#80697B
(128,105,123)
#8E7989
(142,121,137)
#9C8997
(156,137,151)
#AA99A5
(170,153,165)
#B8A9B3
(184,169,179)
#C6B9C1
(198,185,193)
#D4C9CF
(212,201,207)
#E2D9DD
(226,217,221)
#F0E9EB
(240,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64495F; }

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

This text font color is #64495F.


Background Color

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

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

This div background color is #64495F.


Border color

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

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

This div border color is #64495F.


Opacity

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

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

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

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

This text has shadow with #64495F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64495F on black background.


Color preview on white background

This text has color #64495F on white background.



Black color preview on #64495F background

This text has black color on #64495F background.


White color preview on #64495F background

This text has white color on #64495F background.