COLOR #63646D

HEX: #63646D
RGB: (99,100,109)

Color info

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

RGB color model

#63646D color RGB value is (99,100,109).

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

RGB channels and saturation

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

99
100
109

R + G + B ~ 40%. #63646D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 109 = 308 (100%)
R 99 of 308 ~ 32.14%
G 100 of 308 ~ 32.47%
B 109 of 308 ~ 35.39%

%32.14
%32.47
%35.39

CMYK color model

#63646D color CMYK value is (9,8,0,57).

  • cyan value is 9.17%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(9,8,0,57)
C9M8Y0K57 
(9%,8%,0%,57%)
(0.09/0.08/0.00/0.57)	

CMYK percentages

%9.17
%8.26
%0
%57.25

Codes

Color #63646D in popluar color models

63646D
RGB99100109
HSL234°4.81%40.78%
HSB/HSV234°9.17%42.75%
CMYK9.17%8.26%0.00%
57.25%

Color #63646D in popluar number systems.

HEX63646D
Decimal99100109
Binary110001111001001101101
Octal143144155

Shades and tints

Shades of #63646D

#63646D
(99,100,109)
#5A5B64
(90,91,100)
#51525B
(81,82,91)
#484952
(72,73,82)
#3F4049
(63,64,73)
#363740
(54,55,64)
#2D2E37
(45,46,55)
#24252E
(36,37,46)
#1B1C25
(27,28,37)
#12131C
(18,19,28)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #63646D

#63646D
(99,100,109)
#71727A
(113,114,122)
#7F8087
(127,128,135)
#8D8E94
(141,142,148)
#9B9CA1
(155,156,161)
#A9AAAE
(169,170,174)
#B7B8BB
(183,184,187)
#C5C6C8
(197,198,200)
#D3D4D5
(211,212,213)
#E1E2E2
(225,226,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63646D; }

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

This text font color is #63646D.


Background Color

.myBgColor { background-color: #63646D; }

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

This div background color is #63646D.


Border color

.myBorderColor { border: 1px solid #63646D; }

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

This div border color is #63646D.


Opacity

.myOpacity80 { color: #63646D; opacity: 0.8; }

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

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

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

This text has shadow with #63646D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63646D on black background.


Color preview on white background

This text has color #63646D on white background.



Black color preview on #63646D background

This text has black color on #63646D background.


White color preview on #63646D background

This text has white color on #63646D background.