COLOR #646466

HEX: #646466
RGB: (100,100,102)

Color info

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

RGB color model

#646466 color RGB value is (100,100,102).

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

RGB channels and saturation

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

100
100
102

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

Portions of RGB colors in percentages

R + G + B =
100 + 100 + 102 = 302 (100%)
R 100 of 302 ~ 33.11%
G 100 of 302 ~ 33.11%
B 102 of 302 ~ 33.77%

%33.11
%33.11
%33.77

CMYK color model

#646466 color CMYK value is (2,2,0,60).

  • cyan value is 1.96%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(2,2,0,60)
C2M2Y0K60 
(2%,2%,0%,60%)
(0.02/0.02/0.00/0.60)	

CMYK percentages

%1.96
%1.96
%0
%60

Codes

Color #646466 in popluar color models

646466
RGB100100102
HSL240°0.99%39.61%
HSB/HSV240°1.96%40.00%
CMYK1.96%1.96%0.00%
60.00%

Color #646466 in popluar number systems.

HEX646466
Decimal100100102
Binary110010011001001100110
Octal144144146

Shades and tints

Shades of #646466

#646466
(100,100,102)
#5B5B5D
(91,91,93)
#525254
(82,82,84)
#49494B
(73,73,75)
#404042
(64,64,66)
#373739
(55,55,57)
#2E2E30
(46,46,48)
#252527
(37,37,39)
#1C1C1E
(28,28,30)
#131315
(19,19,21)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #646466

#646466
(100,100,102)
#727273
(114,114,115)
#808080
(128,128,128)
#8E8E8D
(142,142,141)
#9C9C9A
(156,156,154)
#AAAAA7
(170,170,167)
#B8B8B4
(184,184,180)
#C6C6C1
(198,198,193)
#D4D4CE
(212,212,206)
#E2E2DB
(226,226,219)
#F0F0E8
(240,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646466; }

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

This text font color is #646466.


Background Color

.myBgColor { background-color: #646466; }

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

This div background color is #646466.


Border color

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

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

This div border color is #646466.


Opacity

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

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

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

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

This text has shadow with #646466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646466 on black background.


Color preview on white background

This text has color #646466 on white background.



Black color preview on #646466 background

This text has black color on #646466 background.


White color preview on #646466 background

This text has white color on #646466 background.