COLOR #646468

HEX: #646468 RGB: (100,100,104)

Color info

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

RGB color model

#646468 color RGB value is (100,100,104).

RGB: (100,100,104) (39%, 39%, 41%)

RGB channels and saturation

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

100
100
104

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

Portions of RGB colors in percentages

R + G + B = 100 + 100 + 104 = 304 (100%)
R 100 of 304 ~ 32.89%
G 100 of 304 ~ 32.89%
B 104 of 304 ~ 34.21'%

%32.89
%32.89
%34.21

CMYK color model

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

  • cyan value is 3.85%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (4,4,0,59)
C4M4Y0K59 (4%, 4%, 0%, 59%)
(0.04 / 0.04 / 0.00 / 0.59)

CMYK percentages

%3.85
%3.85
%0
%59.22

Codes

Color #646468 in popluar color models

64 64 68
RGB 100 100 104
HSL 240° 1.96% 40.00%
HSB/HSV 240° 3.85% 40.78%
CMYK 3.85% 3.85% 0.00%
59.22%

Color #646468 in popluar number systems.

HEX 64 64 68
Decimal 100 100 104
Binary 1100100 1100100 1101000
Octal 144 144 150

Shades and tints

Shades of #646468

#646468
(100,100,104)
#5B5B5F
(91,91,95)
#525256
(82,82,86)
#49494D
(73,73,77)
#404044
(64,64,68)
#37373B
(55,55,59)
#2E2E32
(46,46,50)
#252529
(37,37,41)
#1C1C20
(28,28,32)
#131317
(19,19,23)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #646468

#646468
(100,100,104)
#727275
(114,114,117)
#808082
(128,128,130)
#8E8E8F
(142,142,143)
#9C9C9C
(156,156,156)
#AAAAA9
(170,170,169)
#B8B8B6
(184,184,182)
#C6C6C3
(198,198,195)
#D4D4D0
(212,212,208)
#E2E2DD
(226,226,221)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646468; }

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

This text font color is #646468.

Background Color

.myBgColor { background-color: #646468; }

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

This div background color is #646468.

Border color

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

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

This div border color is #646468.

Opacity

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

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

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

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

This text has shadow with #646468 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646468.

Preview

Color preview on black background

This text has color #646468 on black background.


Color preview on white background

This text has color #646468 on white background.


Black color preview on #646468 background

This text has black color on #646468 background.


White color preview on #646468 background

This text has white color on #646468 background.


Related colors

Complementary color

Complementary color for #hex is #9B9B97.


I love getcolorcode.com