COLOR #646363

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

Color info

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

RGB color model

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

RGB: (100,99,99) (39%, 39%, 39%)

RGB channels and saturation

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

100
99
99

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

Portions of RGB colors in percentages

R + G + B = 100 + 99 + 99 = 298 (100%)
R 100 of 298 ~ 33.56%
G 99 of 298 ~ 33.22%
B 99 of 298 ~ 33.22'%

%33.56
%33.22
%33.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.00%
  • yellow value is 1.00%
  • key color value is 60.78%

CMYK: (0,1,1,61)
C0M1Y1K61 (0%, 1%, 1%, 61%)
(0.00 / 0.01 / 0.01 / 0.61)

CMYK percentages

%0
%1
%1
%60.78

Codes

Color #646363 in popluar color models

64 63 63
RGB 100 99 99
HSL 0.50% 39.02%
HSB/HSV 1.00% 39.22%
CMYK 0.00% 1.00% 1.00%
60.78%

Color #646363 in popluar number systems.

HEX 64 63 63
Decimal 100 99 99
Binary 1100100 1100011 1100011
Octal 144 143 143

Shades and tints

Shades of #646363

#646363
(100,99,99)
#5B5A5A
(91,90,90)
#525151
(82,81,81)
#494848
(73,72,72)
#403F3F
(64,63,63)
#373636
(55,54,54)
#2E2D2D
(46,45,45)
#252424
(37,36,36)
#1C1B1B
(28,27,27)
#131212
(19,18,18)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #646363

#646363
(100,99,99)
#727171
(114,113,113)
#807F7F
(128,127,127)
#8E8D8D
(142,141,141)
#9C9B9B
(156,155,155)
#AAA9A9
(170,169,169)
#B8B7B7
(184,183,183)
#C6C5C5
(198,197,197)
#D4D3D3
(212,211,211)
#E2E1E1
(226,225,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646363; }

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

This text font color is #646363.

Background Color

.myBgColor { background-color: #646363; }

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

This div background color is #646363.

Border color

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

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

This div border color is #646363.

Opacity

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

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

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

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

This text has shadow with #646363 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646363.

Preview

Color preview on black background

This text has color #646363 on black background.


Color preview on white background

This text has color #646363 on white background.


Black color preview on #646363 background

This text has black color on #646363 background.


White color preview on #646363 background

This text has white color on #646363 background.


Related colors

Complementary color

Complementary color for #hex is #9B9C9C.


I love getcolorcode.com