COLOR #64687F

HEX: #64687F
RGB: (100,104,127)

Color info

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

RGB color model

#64687F color RGB value is (100,104,127).

  • red value is 100;
  • green value is 104;
  • blue value is 127.
RGB:
(100,104,127)
(39%,41%,50%)

RGB channels and saturation

R 100 of 255 = 39%
G 104 of 255 = 41%
B 127 of 255 = 50%

100
104
127

R + G + B ~ 43%. #64687F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 104 + 127 = 331 (100%)
R 100 of 331 ~ 30.21%
G 104 of 331 ~ 31.42%
B 127 of 331 ~ 38.37%

%30.21
%31.42
%38.37

CMYK color model

#64687F color CMYK value is (21,18,0,50).

  • cyan value is 21.26%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(21,18,0,50)
C21M18Y0K50 
(21%,18%,0%,50%)
(0.21/0.18/0.00/0.50)	

CMYK percentages

%21.26
%18.11
%0
%50.2

Codes

Color #64687F in popluar color models

64687F
RGB100104127
HSL231°11.89%44.51%
HSB/HSV231°21.26%49.80%
CMYK21.26%18.11%0.00%
50.20%

Color #64687F in popluar number systems.

HEX64687F
Decimal100104127
Binary110010011010001111111
Octal144150177

Shades and tints

Shades of #64687F

#64687F
(100,104,127)
#5B5F74
(91,95,116)
#525669
(82,86,105)
#494D5E
(73,77,94)
#404453
(64,68,83)
#373B48
(55,59,72)
#2E323D
(46,50,61)
#252932
(37,41,50)
#1C2027
(28,32,39)
#13171C
(19,23,28)
#0A0E11
(10,14,17)
#000000
(0,0,0)

Tints of #64687F

#64687F
(100,104,127)
#72758A
(114,117,138)
#808295
(128,130,149)
#8E8FA0
(142,143,160)
#9C9CAB
(156,156,171)
#AAA9B6
(170,169,182)
#B8B6C1
(184,182,193)
#C6C3CC
(198,195,204)
#D4D0D7
(212,208,215)
#E2DDE2
(226,221,226)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64687F color. Also use rgb(100,104,127) instead hex code.

Text Font Color

.myTextColor { color: #64687F; }

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

This text font color is #64687F.


Background Color

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

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

This div background color is #64687F.


Border color

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

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

This div border color is #64687F.


Opacity

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

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

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

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

This text has shadow with #64687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64687F on black background.


Color preview on white background

This text has color #64687F on white background.



Black color preview on #64687F background

This text has black color on #64687F background.


White color preview on #64687F background

This text has white color on #64687F background.