COLOR #646464

HEX: #646464
RGB: (100,100,100)

Color info

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

RGB color model

#646464 color RGB value is (100,100,100).

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

RGB channels and saturation

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

100
100
100

R + G + B ~ 39%. #646464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 100 = 300 (100%)
R 100 of 300 ~ 33.33%
G 100 of 300 ~ 33.33%
B 100 of 300 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#646464 color CMYK value is (0,0,0,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(0,0,0,61)
C0M0Y0K61 
(0%,0%,0%,61%)
(0.00/0.00/0.00/0.61)	

CMYK percentages

%0
%0
%0
%60.78

Codes

Color #646464 in popluar color models

646464
RGB100100100
HSL0.00%0.39%
HSB/HSV0.00%0.39%
CMYK0.00%0.00%0.00%
60.78%

Color #646464 in popluar number systems.

HEX646464
Decimal100100100
Binary110010011001001100100
Octal144144144

Shades and tints

Shades of #646464

#646464
(100,100,100)
#5B5B5B
(91,91,91)
#525252
(82,82,82)
#494949
(73,73,73)
#404040
(64,64,64)
#373737
(55,55,55)
#2E2E2E
(46,46,46)
#252525
(37,37,37)
#1C1C1C
(28,28,28)
#131313
(19,19,19)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #646464

#646464
(100,100,100)
#727272
(114,114,114)
#808080
(128,128,128)
#8E8E8E
(142,142,142)
#9C9C9C
(156,156,156)
#AAAAAA
(170,170,170)
#B8B8B8
(184,184,184)
#C6C6C6
(198,198,198)
#D4D4D4
(212,212,212)
#E2E2E2
(226,226,226)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646464; }

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

This text font color is #646464.


Background Color

.myBgColor { background-color: #646464; }

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

This div background color is #646464.


Border color

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

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

This div border color is #646464.


Opacity

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

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

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

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

This text has shadow with #646464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646464 on black background.


Color preview on white background

This text has color #646464 on white background.



Black color preview on #646464 background

This text has black color on #646464 background.


White color preview on #646464 background

This text has white color on #646464 background.