COLOR #64676F

HEX: #64676F
RGB: (100,103,111)

Color info

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

RGB color model

#64676F color RGB value is (100,103,111).

  • red value is 100;
  • green value is 103;
  • blue value is 111.
RGB:
(100,103,111)
(39%,40%,44%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 111 of 255 = 44%

100
103
111

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

Portions of RGB colors in percentages

R + G + B =
100 + 103 + 111 = 314 (100%)
R 100 of 314 ~ 31.85%
G 103 of 314 ~ 32.8%
B 111 of 314 ~ 35.35%

%31.85
%32.8
%35.35

CMYK color model

#64676F color CMYK value is (10,7,0,56).

  • cyan value is 9.91%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(10,7,0,56)
C10M7Y0K56 
(10%,7%,0%,56%)
(0.10/0.07/0.00/0.56)	

CMYK percentages

%9.91
%7.21
%0
%56.47

Codes

Color #64676F in popluar color models

64676F
RGB100103111
HSL224°5.21%41.37%
HSB/HSV224°9.91%43.53%
CMYK9.91%7.21%0.00%
56.47%

Color #64676F in popluar number systems.

HEX64676F
Decimal100103111
Binary110010011001111101111
Octal144147157

Shades and tints

Shades of #64676F

#64676F
(100,103,111)
#5B5E65
(91,94,101)
#52555B
(82,85,91)
#494C51
(73,76,81)
#404347
(64,67,71)
#373A3D
(55,58,61)
#2E3133
(46,49,51)
#252829
(37,40,41)
#1C1F1F
(28,31,31)
#131615
(19,22,21)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #64676F

#64676F
(100,103,111)
#72747C
(114,116,124)
#808189
(128,129,137)
#8E8E96
(142,142,150)
#9C9BA3
(156,155,163)
#AAA8B0
(170,168,176)
#B8B5BD
(184,181,189)
#C6C2CA
(198,194,202)
#D4CFD7
(212,207,215)
#E2DCE4
(226,220,228)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64676F color. Also use rgb(100,103,111) instead hex code.

Text Font Color

.myTextColor { color: #64676F; }

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

This text font color is #64676F.


Background Color

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

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

This div background color is #64676F.


Border color

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

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

This div border color is #64676F.


Opacity

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

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

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

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

This text has shadow with #64676F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64676F on black background.


Color preview on white background

This text has color #64676F on white background.



Black color preview on #64676F background

This text has black color on #64676F background.


White color preview on #64676F background

This text has white color on #64676F background.