COLOR #64585D

HEX: #64585D
RGB: (100,88,93)

Color info

#64585D contains red, green and blue colors in about the same proportion. Web safe color of #64585D is #666666 (or #666).

RGB color model

#64585D color RGB value is (100,88,93).

  • red value is 100;
  • green value is 88;
  • blue value is 93.
RGB:
(100,88,93)
(39%,35%,36%)

RGB channels and saturation

R 100 of 255 = 39%
G 88 of 255 = 35%
B 93 of 255 = 36%

100
88
93

R + G + B ~ 37%. #64585D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 88 + 93 = 281 (100%)
R 100 of 281 ~ 35.59%
G 88 of 281 ~ 31.32%
B 93 of 281 ~ 33.1%

%35.59
%31.32
%33.1

CMYK color model

#64585D color CMYK value is (0,12,7,61).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 7.00%
  • key color value is 60.78%
CMYK:
(0,12,7,61)
C0M12Y7K61 
(0%,12%,7%,61%)
(0.00/0.12/0.07/0.61)	

CMYK percentages

%0
%12
%7
%60.78

Codes

Color #64585D in popluar color models

64585D
RGB1008893
HSL335°6.38%36.86%
HSB/HSV335°12.00%39.22%
CMYK0.00%12.00%7.00%
60.78%

Color #64585D in popluar number systems.

HEX64585D
Decimal1008893
Binary110010010110001011101
Octal144130135

Shades and tints

Shades of #64585D

#64585D
(100,88,93)
#5B5055
(91,80,85)
#52484D
(82,72,77)
#494045
(73,64,69)
#40383D
(64,56,61)
#373035
(55,48,53)
#2E282D
(46,40,45)
#252025
(37,32,37)
#1C181D
(28,24,29)
#131015
(19,16,21)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #64585D

#64585D
(100,88,93)
#72676B
(114,103,107)
#807679
(128,118,121)
#8E8587
(142,133,135)
#9C9495
(156,148,149)
#AAA3A3
(170,163,163)
#B8B2B1
(184,178,177)
#C6C1BF
(198,193,191)
#D4D0CD
(212,208,205)
#E2DFDB
(226,223,219)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64585D color. Also use rgb(100,88,93) instead hex code.

Text Font Color

.myTextColor { color: #64585D; }

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

This text font color is #64585D.


Background Color

.myBgColor { background-color: #64585D; }

<div style="background-color:#64585D">Inner text</div>

This div background color is #64585D.


Border color

.myBorderColor { border: 1px solid #64585D; }

<div style="border:3px solid #64585D">Div</div>

This div border color is #64585D.


Opacity

.myOpacity80 { color: #64585D; opacity: 0.8; }

<p style="color:#64585D;opacity:0.8;">80%</p>

Text with #64585D 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 #64585D;}

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

This text has shadow with #64585D color.

.textShadow {text-shadow: 3px 3px 1px #64585D, 3px 3px 1px red;}

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

This text has shadow with #64585D primary color and red secondary color.


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

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

This text has shadow with #64585D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64585D on black background.


Color preview on white background

This text has color #64585D on white background.



Black color preview on #64585D background

This text has black color on #64585D background.


White color preview on #64585D background

This text has white color on #64585D background.