COLOR #64757C

HEX: #64757C RGB: (100,117,124)

Color info

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

RGB color model

#64757C color RGB value is (100,117,124).

RGB: (100,117,124) (39%, 46%, 49%)

RGB channels and saturation

R 100 of 255 = 39%
G 117 of 255 = 46%
B 124 of 255 = 49%

100
117
124

R + G + B ~ 45%. #64757C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 117 + 124 = 341 (100%)
R 100 of 341 ~ 29.33%
G 117 of 341 ~ 34.31%
B 124 of 341 ~ 36.36'%

%29.33
%34.31
%36.36

CMYK color model

#64757C color CMYK value is (19,6,0,51).

  • cyan value is 19.35%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (19,6,0,51)
C19M6Y0K51 (19%, 6%, 0%, 51%)
(0.19 / 0.06 / 0.00 / 0.51)

CMYK percentages

%19.35
%5.65
%0
%51.37

Codes

Color #64757C in popluar color models

64 75 7C
RGB 100 117 124
HSL 198° 10.71% 43.92%
HSB/HSV 198° 19.35% 48.63%
CMYK 19.35% 5.65% 0.00%
51.37%

Color #64757C in popluar number systems.

HEX 64 75 7C
Decimal 100 117 124
Binary 1100100 1110101 1111100
Octal 144 165 174

Shades and tints

Shades of #64757C

#64757C
(100,117,124)
#5B6B71
(91,107,113)
#526166
(82,97,102)
#49575B
(73,87,91)
#404D50
(64,77,80)
#374345
(55,67,69)
#2E393A
(46,57,58)
#252F2F
(37,47,47)
#1C2524
(28,37,36)
#131B19
(19,27,25)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #64757C

#64757C
(100,117,124)
#728187
(114,129,135)
#808D92
(128,141,146)
#8E999D
(142,153,157)
#9CA5A8
(156,165,168)
#AAB1B3
(170,177,179)
#B8BDBE
(184,189,190)
#C6C9C9
(198,201,201)
#D4D5D4
(212,213,212)
#E2E1DF
(226,225,223)
#F0EDEA
(240,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64757C color. Also use rgb(100,117,124) instead hex code.

Text Font Color

.myTextColor { color: #64757C; }

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

This text font color is #64757C.

Background Color

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

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

This div background color is #64757C.

Border color

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

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

This div border color is #64757C.

Opacity

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

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

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

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

This text has shadow with #64757C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64757C.

Preview

Color preview on black background

This text has color #64757C on black background.


Color preview on white background

This text has color #64757C on white background.


Black color preview on #64757C background

This text has black color on #64757C background.


White color preview on #64757C background

This text has white color on #64757C background.


Related colors

Complementary color

Complementary color for #hex is #9B8A83.


I love getcolorcode.com

Triadic colors

1 #7C6475 and #757C64 with #64757C are triadic colors.

2 #7C7564 and #75647C with #64757C are triadic colors.