COLOR #64676D

HEX: #64676D RGB: (100,103,109)

Color info

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

RGB color model

#64676D color RGB value is (100,103,109).

RGB: (100,103,109) (39%, 40%, 43%)

RGB channels and saturation

R 100 of 255 = 39%
G 103 of 255 = 40%
B 109 of 255 = 43%

100
103
109

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

Portions of RGB colors in percentages

R + G + B = 100 + 103 + 109 = 312 (100%)
R 100 of 312 ~ 32.05%
G 103 of 312 ~ 33.01%
B 109 of 312 ~ 34.94'%

%32.05
%33.01
%34.94

CMYK color model

#64676D color CMYK value is (8,6,0,57).

  • cyan value is 8.26%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (8,6,0,57)
C8M6Y0K57 (8%, 6%, 0%, 57%)
(0.08 / 0.06 / 0.00 / 0.57)

CMYK percentages

%8.26
%5.5
%0
%57.25

Codes

Color #64676D in popluar color models

64 67 6D
RGB 100 103 109
HSL 220° 4.31% 40.98%
HSB/HSV 220° 8.26% 42.75%
CMYK 8.26% 5.50% 0.00%
57.25%

Color #64676D in popluar number systems.

HEX 64 67 6D
Decimal 100 103 109
Binary 1100100 1100111 1101101
Octal 144 147 155

Shades and tints

Shades of #64676D

#64676D
(100,103,109)
#5B5E64
(91,94,100)
#52555B
(82,85,91)
#494C52
(73,76,82)
#404349
(64,67,73)
#373A40
(55,58,64)
#2E3137
(46,49,55)
#25282E
(37,40,46)
#1C1F25
(28,31,37)
#13161C
(19,22,28)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #64676D

#64676D
(100,103,109)
#72747A
(114,116,122)
#808187
(128,129,135)
#8E8E94
(142,142,148)
#9C9BA1
(156,155,161)
#AAA8AE
(170,168,174)
#B8B5BB
(184,181,187)
#C6C2C8
(198,194,200)
#D4CFD5
(212,207,213)
#E2DCE2
(226,220,226)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64676D; }

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

This text font color is #64676D.

Background Color

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

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

This div background color is #64676D.

Border color

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

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

This div border color is #64676D.

Opacity

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

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

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

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

This text has shadow with #64676D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64676D.

Preview

Color preview on black background

This text has color #64676D on black background.


Color preview on white background

This text has color #64676D on white background.


Black color preview on #64676D background

This text has black color on #64676D background.


White color preview on #64676D background

This text has white color on #64676D background.


Related colors

Complementary color

Complementary color for #hex is #9B9892.


I love getcolorcode.com

Triadic colors

1 #6D6467 and #676D64 with #64676D are triadic colors.

2 #6D6764 and #67646D with #64676D are triadic colors.