COLOR #646D4F

HEX: #646D4F
RGB: (100,109,79)

Color info

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

RGB color model

#646D4F color RGB value is (100,109,79).

  • red value is 100;
  • green value is 109;
  • blue value is 79.
RGB:
(100,109,79)
(39%,43%,31%)

RGB channels and saturation

R 100 of 255 = 39%
G 109 of 255 = 43%
B 79 of 255 = 31%

100
109
79

R + G + B ~ 38%. #646D4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 109 + 79 = 288 (100%)
R 100 of 288 ~ 34.72%
G 109 of 288 ~ 37.85%
B 79 of 288 ~ 27.43%

%34.72
%37.85
%27.43

CMYK color model

#646D4F color CMYK value is (8,0,28,57).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(8,0,28,57)
C8M0Y28K57 
(8%,0%,28%,57%)
(0.08/0.00/0.28/0.57)	

CMYK percentages

%8.26
%0
%27.52
%57.25

Codes

Color #646D4F in popluar color models

646D4F
RGB10010979
HSL78°15.96%36.86%
HSB/HSV78°27.52%42.75%
CMYK8.26%0.00%27.52%
57.25%

Color #646D4F in popluar number systems.

HEX646D4F
Decimal10010979
Binary110010011011011001111
Octal144155117

Shades and tints

Shades of #646D4F

#646D4F
(100,109,79)
#5B6448
(91,100,72)
#525B41
(82,91,65)
#49523A
(73,82,58)
#404933
(64,73,51)
#37402C
(55,64,44)
#2E3725
(46,55,37)
#252E1E
(37,46,30)
#1C2517
(28,37,23)
#131C10
(19,28,16)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #646D4F

#646D4F
(100,109,79)
#727A5F
(114,122,95)
#80876F
(128,135,111)
#8E947F
(142,148,127)
#9CA18F
(156,161,143)
#AAAE9F
(170,174,159)
#B8BBAF
(184,187,175)
#C6C8BF
(198,200,191)
#D4D5CF
(212,213,207)
#E2E2DF
(226,226,223)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646D4F; }

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

This text font color is #646D4F.


Background Color

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

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

This div background color is #646D4F.


Border color

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

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

This div border color is #646D4F.


Opacity

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

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

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

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

This text has shadow with #646D4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646D4F on black background.


Color preview on white background

This text has color #646D4F on white background.



Black color preview on #646D4F background

This text has black color on #646D4F background.


White color preview on #646D4F background

This text has white color on #646D4F background.