COLOR #646668

HEX: #646668
RGB: (100,102,104)

Color info

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

RGB color model

#646668 color RGB value is (100,102,104).

  • red value is 100;
  • green value is 102;
  • blue value is 104.
RGB:
(100,102,104)
(39%,40%,41%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 104 of 255 = 41%

100
102
104

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 104 = 306 (100%)
R 100 of 306 ~ 32.68%
G 102 of 306 ~ 33.33%
B 104 of 306 ~ 33.99%

%32.68
%33.33
%33.99

CMYK color model

#646668 color CMYK value is (4,2,0,59).

  • cyan value is 3.85%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(4,2,0,59)
C4M2Y0K59 
(4%,2%,0%,59%)
(0.04/0.02/0.00/0.59)	

CMYK percentages

%3.85
%1.92
%0
%59.22

Codes

Color #646668 in popluar color models

646668
RGB100102104
HSL210°1.96%40.00%
HSB/HSV210°3.85%40.78%
CMYK3.85%1.92%0.00%
59.22%

Color #646668 in popluar number systems.

HEX646668
Decimal100102104
Binary110010011001101101000
Octal144146150

Shades and tints

Shades of #646668

#646668
(100,102,104)
#5B5D5F
(91,93,95)
#525456
(82,84,86)
#494B4D
(73,75,77)
#404244
(64,66,68)
#37393B
(55,57,59)
#2E3032
(46,48,50)
#252729
(37,39,41)
#1C1E20
(28,30,32)
#131517
(19,21,23)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #646668

#646668
(100,102,104)
#727375
(114,115,117)
#808082
(128,128,130)
#8E8D8F
(142,141,143)
#9C9A9C
(156,154,156)
#AAA7A9
(170,167,169)
#B8B4B6
(184,180,182)
#C6C1C3
(198,193,195)
#D4CED0
(212,206,208)
#E2DBDD
(226,219,221)
#F0E8EA
(240,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646668 color. Also use rgb(100,102,104) instead hex code.

Text Font Color

.myTextColor { color: #646668; }

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

This text font color is #646668.


Background Color

.myBgColor { background-color: #646668; }

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

This div background color is #646668.


Border color

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

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

This div border color is #646668.


Opacity

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

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

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

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

This text has shadow with #646668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646668 on black background.


Color preview on white background

This text has color #646668 on white background.



Black color preview on #646668 background

This text has black color on #646668 background.


White color preview on #646668 background

This text has white color on #646668 background.