COLOR #64747C

HEX: #64747C
RGB: (100,116,124)

Color info

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

RGB color model

#64747C color RGB value is (100,116,124).

  • red value is 100;
  • green value is 116;
  • blue value is 124.
RGB:
(100,116,124)
(39%,45%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 116 of 255 = 45%
B 124 of 255 = 49%

100
116
124

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

Portions of RGB colors in percentages

R + G + B =
100 + 116 + 124 = 340 (100%)
R 100 of 340 ~ 29.41%
G 116 of 340 ~ 34.12%
B 124 of 340 ~ 36.47%

%29.41
%34.12
%36.47

CMYK color model

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

  • cyan value is 19.35%
  • magenta value is 6.45%
  • 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
%6.45
%0
%51.37

Codes

Color #64747C in popluar color models

64747C
RGB100116124
HSL200°10.71%43.92%
HSB/HSV200°19.35%48.63%
CMYK19.35%6.45%0.00%
51.37%

Color #64747C in popluar number systems.

HEX64747C
Decimal100116124
Binary110010011101001111100
Octal144164174

Shades and tints

Shades of #64747C

#64747C
(100,116,124)
#5B6A71
(91,106,113)
#526066
(82,96,102)
#49565B
(73,86,91)
#404C50
(64,76,80)
#374245
(55,66,69)
#2E383A
(46,56,58)
#252E2F
(37,46,47)
#1C2424
(28,36,36)
#131A19
(19,26,25)
#0A100E
(10,16,14)
#000000
(0,0,0)

Tints of #64747C

#64747C
(100,116,124)
#728087
(114,128,135)
#808C92
(128,140,146)
#8E989D
(142,152,157)
#9CA4A8
(156,164,168)
#AAB0B3
(170,176,179)
#B8BCBE
(184,188,190)
#C6C8C9
(198,200,201)
#D4D4D4
(212,212,212)
#E2E0DF
(226,224,223)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64747C; }

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

This text font color is #64747C.


Background Color

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

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

This div background color is #64747C.


Border color

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

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

This div border color is #64747C.


Opacity

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

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

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

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

This text has shadow with #64747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64747C on black background.


Color preview on white background

This text has color #64747C on white background.



Black color preview on #64747C background

This text has black color on #64747C background.


White color preview on #64747C background

This text has white color on #64747C background.