COLOR #64585C

HEX: #64585C RGB: (100,88,92)

Color info

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

RGB color model

#64585C color RGB value is (100,88,92).

RGB: (100,88,92) (39%, 35%, 36%)

RGB channels and saturation

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

100
88
92

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

Portions of RGB colors in percentages

R + G + B = 100 + 88 + 92 = 280 (100%)
R 100 of 280 ~ 35.71%
G 88 of 280 ~ 31.43%
B 92 of 280 ~ 32.86'%

%35.71
%31.43
%32.86

CMYK color model

#64585C color CMYK value is (0,12,8,61).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 8.00%
  • key color value is 60.78%

CMYK: (0,12,8,61)
C0M12Y8K61 (0%, 12%, 8%, 61%)
(0.00 / 0.12 / 0.08 / 0.61)

CMYK percentages

%0
%12
%8
%60.78

Codes

Color #64585C in popluar color models

64 58 5C
RGB 100 88 92
HSL 340° 6.38% 36.86%
HSB/HSV 340° 12.00% 39.22%
CMYK 0.00% 12.00% 8.00%
60.78%

Color #64585C in popluar number systems.

HEX 64 58 5C
Decimal 100 88 92
Binary 1100100 1011000 1011100
Octal 144 130 134

Shades and tints

Shades of #64585C

#64585C
(100,88,92)
#5B5054
(91,80,84)
#52484C
(82,72,76)
#494044
(73,64,68)
#40383C
(64,56,60)
#373034
(55,48,52)
#2E282C
(46,40,44)
#252024
(37,32,36)
#1C181C
(28,24,28)
#131014
(19,16,20)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #64585C

#64585C
(100,88,92)
#72676A
(114,103,106)
#807678
(128,118,120)
#8E8586
(142,133,134)
#9C9494
(156,148,148)
#AAA3A2
(170,163,162)
#B8B2B0
(184,178,176)
#C6C1BE
(198,193,190)
#D4D0CC
(212,208,204)
#E2DFDA
(226,223,218)
#F0EEE8
(240,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64585C; }

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

This text font color is #64585C.

Background Color

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

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

This div background color is #64585C.

Border color

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

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

This div border color is #64585C.

Opacity

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

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

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

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

This text has shadow with #64585C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64585C.

Preview

Color preview on black background

This text has color #64585C on black background.


Color preview on white background

This text has color #64585C on white background.


Black color preview on #64585C background

This text has black color on #64585C background.


White color preview on #64585C background

This text has white color on #64585C background.


Related colors

Complementary color

Complementary color for #hex is #9BA7A3.


I love getcolorcode.com

Triadic colors

1 #5C6458 and #585C64 with #64585C are triadic colors.

2 #5C5864 and #58645C with #64585C are triadic colors.