COLOR #646264

HEX: #646264
RGB: (100,98,100)

Color info

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

RGB color model

#646264 color RGB value is (100,98,100).

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

RGB channels and saturation

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

100
98
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 98 + 100 = 298 (100%)
R 100 of 298 ~ 33.56%
G 98 of 298 ~ 32.89%
B 100 of 298 ~ 33.56%

%33.56
%32.89
%33.56

CMYK color model

#646264 color CMYK value is (0,2,0,61).

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

CMYK percentages

%0
%2
%0
%60.78

Codes

Color #646264 in popluar color models

646264
RGB10098100
HSL300°1.01%38.82%
HSB/HSV300°2.00%39.22%
CMYK0.00%2.00%0.00%
60.78%

Color #646264 in popluar number systems.

HEX646264
Decimal10098100
Binary110010011000101100100
Octal144142144

Shades and tints

Shades of #646264

#646264
(100,98,100)
#5B5A5B
(91,90,91)
#525252
(82,82,82)
#494A49
(73,74,73)
#404240
(64,66,64)
#373A37
(55,58,55)
#2E322E
(46,50,46)
#252A25
(37,42,37)
#1C221C
(28,34,28)
#131A13
(19,26,19)
#0A120A
(10,18,10)
#000000
(0,0,0)

Tints of #646264

#646264
(100,98,100)
#727072
(114,112,114)
#807E80
(128,126,128)
#8E8C8E
(142,140,142)
#9C9A9C
(156,154,156)
#AAA8AA
(170,168,170)
#B8B6B8
(184,182,184)
#C6C4C6
(198,196,198)
#D4D2D4
(212,210,212)
#E2E0E2
(226,224,226)
#F0EEF0
(240,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646264; }

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

This text font color is #646264.


Background Color

.myBgColor { background-color: #646264; }

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

This div background color is #646264.


Border color

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

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

This div border color is #646264.


Opacity

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

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

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

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

This text has shadow with #646264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646264 on black background.


Color preview on white background

This text has color #646264 on white background.



Black color preview on #646264 background

This text has black color on #646264 background.


White color preview on #646264 background

This text has white color on #646264 background.