COLOR #646979

HEX: #646979 RGB: (100,105,121)

Color info

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

RGB color model

#646979 color RGB value is (100,105,121).

RGB: (100,105,121) (39%, 41%, 47%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 121 of 255 = 47%

100
105
121

R + G + B ~ 42%. #646979 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 105 + 121 = 326 (100%)
R 100 of 326 ~ 30.67%
G 105 of 326 ~ 32.21%
B 121 of 326 ~ 37.12'%

%30.67
%32.21
%37.12

CMYK color model

#646979 color CMYK value is (17,13,0,53).

  • cyan value is 17.36%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK: (17,13,0,53) C17M13Y0K53 (17%,13%,0%,53%) (0.17/0.13/0.00/0.53) 

CMYK percentages

%17.36
%13.22
%0
%52.55

Codes

Color #646979 in popluar color models

64 69 79
RGB 100 105 121
HSL 226° 9.50% 43.33%
HSB/HSV 226° 17.36% 47.45%
CMYK 17.36% 13.22% 0.00%
52.55%

Color #646979 in popluar number systems.

HEX 64 69 79
Decimal 100 105 121
Binary 1100100 1101001 1111001
Octal 144 151 171

Shades and tints

Shades of #646979

#646979
(100,105,121)
#5B606E
(91,96,110)
#525763
(82,87,99)
#494E58
(73,78,88)
#40454D
(64,69,77)
#373C42
(55,60,66)
#2E3337
(46,51,55)
#252A2C
(37,42,44)
#1C2121
(28,33,33)
#131816
(19,24,22)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #646979

#646979
(100,105,121)
#727685
(114,118,133)
#808391
(128,131,145)
#8E909D
(142,144,157)
#9C9DA9
(156,157,169)
#AAAAB5
(170,170,181)
#B8B7C1
(184,183,193)
#C6C4CD
(198,196,205)
#D4D1D9
(212,209,217)
#E2DEE5
(226,222,229)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646979 color. Also use rgb(100,105,121) instead hex code.

Text Font Color

.myTextColor { color: #646979; }

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

This text font color is #646979.

Background Color

.myBgColor { background-color: #646979; }

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

This div background color is #646979.

Border color

.myBorderColor { border: 1px solid #646979; }

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

This div border color is #646979.

Opacity

.myOpacity80 { color: #646979; opacity: 0.8; }

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

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

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

This text has shadow with #646979 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646979.

Preview

Color preview on black background

This text has color #646979 on black background.


Color preview on white background

This text has color #646979 on white background.


Black color preview on #646979 background

This text has black color on #646979 background.


White color preview on #646979 background

This text has white color on #646979 background.


Related colors

Complementary color

Complementary color for #hex is #9B9686.


I love getcolorcode.com

Triadic colors

1 #796469 and #697964 with #646979 are triadic colors.

2 #796964 and #696479 with #646979 are triadic colors.