COLOR #646A4F

HEX: #646A4F RGB: (100,106,79)

Color info

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

RGB color model

#646A4F color RGB value is (100,106,79).

RGB: (100,106,79) (39%, 42%, 31%)

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 79 of 255 = 31%

100
106
79

R + G + B ~ 37%. #646A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 106 + 79 = 285 (100%)
R 100 of 285 ~ 35.09%
G 106 of 285 ~ 37.19%
B 79 of 285 ~ 27.72'%

%35.09
%37.19
%27.72

CMYK color model

#646A4F color CMYK value is (6,0,25,58).

  • cyan value is 5.66%
  • magenta value is 0.00%
  • yellow value is 25.47%
  • key color value is 58.43%

CMYK: (6,0,25,58)
C6M0Y25K58 (6%, 0%, 25%, 58%)
(0.06 / 0.00 / 0.25 / 0.58)

CMYK percentages

%5.66
%0
%25.47
%58.43

Codes

Color #646A4F in popluar color models

64 6A 4F
RGB 100 106 79
HSL 73° 14.59% 36.27%
HSB/HSV 73° 25.47% 41.57%
CMYK 5.66% 0.00% 25.47%
58.43%

Color #646A4F in popluar number systems.

HEX 64 6A 4F
Decimal 100 106 79
Binary 1100100 1101010 1001111
Octal 144 152 117

Shades and tints

Shades of #646A4F

#646A4F
(100,106,79)
#5B6148
(91,97,72)
#525841
(82,88,65)
#494F3A
(73,79,58)
#404633
(64,70,51)
#373D2C
(55,61,44)
#2E3425
(46,52,37)
#252B1E
(37,43,30)
#1C2217
(28,34,23)
#131910
(19,25,16)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #646A4F

#646A4F
(100,106,79)
#72775F
(114,119,95)
#80846F
(128,132,111)
#8E917F
(142,145,127)
#9C9E8F
(156,158,143)
#AAAB9F
(170,171,159)
#B8B8AF
(184,184,175)
#C6C5BF
(198,197,191)
#D4D2CF
(212,210,207)
#E2DFDF
(226,223,223)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646A4F color. Also use rgb(100,106,79) instead hex code.

Text Font Color

.myTextColor { color: #646A4F; }

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

This text font color is #646A4F.

Background Color

.myBgColor { background-color: #646A4F; }

<div style="background-color:#646A4F">Inner text</div>

This div background color is #646A4F.

Border color

.myBorderColor { border: 1px solid #646A4F; }

<div style="border:3px solid #646A4F">Div</div>

This div border color is #646A4F.

Opacity

.myOpacity80 { color: #646A4F; opacity: 0.8; }

<p style="color:#646A4F;opacity:0.8;">80%</p>

Text with #646A4F 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 #646A4F;}

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

This text has shadow with #646A4F color.


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

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

This text has shadow with #646A4F primary color and red secondary color.


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

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

This text has shadow with #646A4F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #646A4F.

Preview

Color preview on black background

This text has color #646A4F on black background.


Color preview on white background

This text has color #646A4F on white background.


Black color preview on #646A4F background

This text has black color on #646A4F background.


White color preview on #646A4F background

This text has white color on #646A4F background.


Related colors

Complementary color

Complementary color for #hex is #9B95B0.


I love getcolorcode.com

Triadic colors

1 #4F646A and #6A4F64 with #646A4F are triadic colors.

2 #4F6A64 and #6A644F with #646A4F are triadic colors.