COLOR #646063

HEX: #646063
RGB: (100,96,99)

Color info

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

RGB color model

#646063 color RGB value is (100,96,99).

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

RGB channels and saturation

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

100
96
99

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

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 99 = 295 (100%)
R 100 of 295 ~ 33.9%
G 96 of 295 ~ 32.54%
B 99 of 295 ~ 33.56%

%33.9
%32.54
%33.56

CMYK color model

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

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

CMYK percentages

%0
%4
%1
%60.78

Codes

Color #646063 in popluar color models

646063
RGB1009699
HSL315°2.04%38.43%
HSB/HSV315°4.00%39.22%
CMYK0.00%4.00%1.00%
60.78%

Color #646063 in popluar number systems.

HEX646063
Decimal1009699
Binary110010011000001100011
Octal144140143

Shades and tints

Shades of #646063

#646063
(100,96,99)
#5B585A
(91,88,90)
#525051
(82,80,81)
#494848
(73,72,72)
#40403F
(64,64,63)
#373836
(55,56,54)
#2E302D
(46,48,45)
#252824
(37,40,36)
#1C201B
(28,32,27)
#131812
(19,24,18)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #646063

#646063
(100,96,99)
#726E71
(114,110,113)
#807C7F
(128,124,127)
#8E8A8D
(142,138,141)
#9C989B
(156,152,155)
#AAA6A9
(170,166,169)
#B8B4B7
(184,180,183)
#C6C2C5
(198,194,197)
#D4D0D3
(212,208,211)
#E2DEE1
(226,222,225)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646063; }

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

This text font color is #646063.


Background Color

.myBgColor { background-color: #646063; }

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

This div background color is #646063.


Border color

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

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

This div border color is #646063.


Opacity

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

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

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

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

This text has shadow with #646063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646063 on black background.


Color preview on white background

This text has color #646063 on white background.



Black color preview on #646063 background

This text has black color on #646063 background.


White color preview on #646063 background

This text has white color on #646063 background.