COLOR #646263

HEX: #646263 RGB: (100,98,99)

Color info

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

RGB color model

#646263 color RGB value is (100,98,99).

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

RGB channels and saturation

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

100
98
99

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

Portions of RGB colors in percentages

R + G + B = 100 + 98 + 99 = 297 (100%)
R 100 of 297 ~ 33.67%
G 98 of 297 ~ 33%
B 99 of 297 ~ 33.33'%

%33.67
%33
%33.33

CMYK color model

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

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

CMYK: (0,2,1,61)
C0M2Y1K61 (0%, 2%, 1%, 61%)
(0.00 / 0.02 / 0.01 / 0.61)

CMYK percentages

%0
%2
%1
%60.78

Codes

Color #646263 in popluar color models

64 62 63
RGB 100 98 99
HSL 330° 1.01% 38.82%
HSB/HSV 330° 2.00% 39.22%
CMYK 0.00% 2.00% 1.00%
60.78%

Color #646263 in popluar number systems.

HEX 64 62 63
Decimal 100 98 99
Binary 1100100 1100010 1100011
Octal 144 142 143

Shades and tints

Shades of #646263

#646263
(100,98,99)
#5B5A5A
(91,90,90)
#525251
(82,82,81)
#494A48
(73,74,72)
#40423F
(64,66,63)
#373A36
(55,58,54)
#2E322D
(46,50,45)
#252A24
(37,42,36)
#1C221B
(28,34,27)
#131A12
(19,26,18)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #646263

#646263
(100,98,99)
#727071
(114,112,113)
#807E7F
(128,126,127)
#8E8C8D
(142,140,141)
#9C9A9B
(156,154,155)
#AAA8A9
(170,168,169)
#B8B6B7
(184,182,183)
#C6C4C5
(198,196,197)
#D4D2D3
(212,210,211)
#E2E0E1
(226,224,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646263; }

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

This text font color is #646263.

Background Color

.myBgColor { background-color: #646263; }

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

This div background color is #646263.

Border color

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

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

This div border color is #646263.

Opacity

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

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

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

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

This text has shadow with #646263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646263.

Preview

Color preview on black background

This text has color #646263 on black background.


Color preview on white background

This text has color #646263 on white background.


Black color preview on #646263 background

This text has black color on #646263 background.


White color preview on #646263 background

This text has white color on #646263 background.


Related colors

Complementary color

Complementary color for #hex is #9B9D9C.


I love getcolorcode.com

Triadic colors

1 #636462 and #626364 with #646263 are triadic colors.

2 #636264 and #626463 with #646263 are triadic colors.