COLOR #646A79

HEX: #646A79
RGB: (100,106,121)

Color info

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

RGB color model

#646A79 color RGB value is (100,106,121).

  • red value is 100;
  • green value is 106;
  • blue value is 121.
RGB:
(100,106,121)
(39%,42%,47%)

RGB channels and saturation

R 100 of 255 = 39%
G 106 of 255 = 42%
B 121 of 255 = 47%

100
106
121

R + G + B ~ 43%. #646A79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 106 + 121 = 327 (100%)
R 100 of 327 ~ 30.58%
G 106 of 327 ~ 32.42%
B 121 of 327 ~ 37%

%30.58
%32.42
%37

CMYK color model

#646A79 color CMYK value is (17,12,0,53).

  • cyan value is 17.36%
  • magenta value is 12.40%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(17,12,0,53)
C17M12Y0K53 
(17%,12%,0%,53%)
(0.17/0.12/0.00/0.53)	

CMYK percentages

%17.36
%12.4
%0
%52.55

Codes

Color #646A79 in popluar color models

646A79
RGB100106121
HSL223°9.50%43.33%
HSB/HSV223°17.36%47.45%
CMYK17.36%12.40%0.00%
52.55%

Color #646A79 in popluar number systems.

HEX646A79
Decimal100106121
Binary110010011010101111001
Octal144152171

Shades and tints

Shades of #646A79

#646A79
(100,106,121)
#5B616E
(91,97,110)
#525863
(82,88,99)
#494F58
(73,79,88)
#40464D
(64,70,77)
#373D42
(55,61,66)
#2E3437
(46,52,55)
#252B2C
(37,43,44)
#1C2221
(28,34,33)
#131916
(19,25,22)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #646A79

#646A79
(100,106,121)
#727785
(114,119,133)
#808491
(128,132,145)
#8E919D
(142,145,157)
#9C9EA9
(156,158,169)
#AAABB5
(170,171,181)
#B8B8C1
(184,184,193)
#C6C5CD
(198,197,205)
#D4D2D9
(212,210,217)
#E2DFE5
(226,223,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646A79; }

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

This text font color is #646A79.


Background Color

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

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

This div background color is #646A79.


Border color

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

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

This div border color is #646A79.


Opacity

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

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

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

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

This text has shadow with #646A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646A79 on black background.


Color preview on white background

This text has color #646A79 on white background.



Black color preview on #646A79 background

This text has black color on #646A79 background.


White color preview on #646A79 background

This text has white color on #646A79 background.