COLOR #646364

HEX: #646364
RGB: (100,99,100)

Color info

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

RGB color model

#646364 color RGB value is (100,99,100).

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

RGB channels and saturation

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

100
99
100

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

Portions of RGB colors in percentages

R + G + B =
100 + 99 + 100 = 299 (100%)
R 100 of 299 ~ 33.44%
G 99 of 299 ~ 33.11%
B 100 of 299 ~ 33.44%

%33.44
%33.11
%33.44

CMYK color model

#646364 color CMYK value is (0,1,0,61).

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

CMYK percentages

%0
%1
%0
%60.78

Codes

Color #646364 in popluar color models

646364
RGB10099100
HSL300°0.50%39.02%
HSB/HSV300°1.00%39.22%
CMYK0.00%1.00%0.00%
60.78%

Color #646364 in popluar number systems.

HEX646364
Decimal10099100
Binary110010011000111100100
Octal144143144

Shades and tints

Shades of #646364

#646364
(100,99,100)
#5B5A5B
(91,90,91)
#525152
(82,81,82)
#494849
(73,72,73)
#403F40
(64,63,64)
#373637
(55,54,55)
#2E2D2E
(46,45,46)
#252425
(37,36,37)
#1C1B1C
(28,27,28)
#131213
(19,18,19)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #646364

#646364
(100,99,100)
#727172
(114,113,114)
#807F80
(128,127,128)
#8E8D8E
(142,141,142)
#9C9B9C
(156,155,156)
#AAA9AA
(170,169,170)
#B8B7B8
(184,183,184)
#C6C5C6
(198,197,198)
#D4D3D4
(212,211,212)
#E2E1E2
(226,225,226)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646364; }

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

This text font color is #646364.


Background Color

.myBgColor { background-color: #646364; }

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

This div background color is #646364.


Border color

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

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

This div border color is #646364.


Opacity

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

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

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

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

This text has shadow with #646364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646364 on black background.


Color preview on white background

This text has color #646364 on white background.



Black color preview on #646364 background

This text has black color on #646364 background.


White color preview on #646364 background

This text has white color on #646364 background.