COLOR #63647F

HEX: #63647F RGB: (99,100,127)

Color info

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

RGB color model

#63647F color RGB value is (99,100,127).

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

RGB channels and saturation

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

99
100
127

R + G + B ~ 43%. #63647F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 100 + 127 = 326 (100%)
R 99 of 326 ~ 30.37%
G 100 of 326 ~ 30.67%
B 127 of 326 ~ 38.96'%

%30.37
%30.67
%38.96

CMYK color model

#63647F color CMYK value is (22,21,0,50).

  • cyan value is 22.05%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (22,21,0,50)
C22M21Y0K50 (22%, 21%, 0%, 50%)
(0.22 / 0.21 / 0.00 / 0.50)

CMYK percentages

%22.05
%21.26
%0
%50.2

Codes

Color #63647F in popluar color models

63 64 7F
RGB 99 100 127
HSL 238° 12.39% 44.31%
HSB/HSV 238° 22.05% 49.80%
CMYK 22.05% 21.26% 0.00%
50.20%

Color #63647F in popluar number systems.

HEX 63 64 7F
Decimal 99 100 127
Binary 1100011 1100100 1111111
Octal 143 144 177

Shades and tints

Shades of #63647F

#63647F
(99,100,127)
#5A5B74
(90,91,116)
#515269
(81,82,105)
#48495E
(72,73,94)
#3F4053
(63,64,83)
#363748
(54,55,72)
#2D2E3D
(45,46,61)
#242532
(36,37,50)
#1B1C27
(27,28,39)
#12131C
(18,19,28)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #63647F

#63647F
(99,100,127)
#71728A
(113,114,138)
#7F8095
(127,128,149)
#8D8EA0
(141,142,160)
#9B9CAB
(155,156,171)
#A9AAB6
(169,170,182)
#B7B8C1
(183,184,193)
#C5C6CC
(197,198,204)
#D3D4D7
(211,212,215)
#E1E2E2
(225,226,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63647F; }

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

This text font color is #63647F.

Background Color

.myBgColor { background-color: #63647F; }

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

This div background color is #63647F.

Border color

.myBorderColor { border: 1px solid #63647F; }

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

This div border color is #63647F.

Opacity

.myOpacity80 { color: #63647F; opacity: 0.8; }

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

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

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

This text has shadow with #63647F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63647F.

Preview

Color preview on black background

This text has color #63647F on black background.


Color preview on white background

This text has color #63647F on white background.


Black color preview on #63647F background

This text has black color on #63647F background.


White color preview on #63647F background

This text has white color on #63647F background.


Related colors

Complementary color

Complementary color for #hex is #9C9B80.


I love getcolorcode.com

Triadic colors

1 #7F6364 and #647F63 with #63647F are triadic colors.

2 #7F6463 and #64637F with #63647F are triadic colors.