COLOR #63647C

HEX: #63647C
RGB: (99,100,124)

Color info

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

RGB color model

#63647C color RGB value is (99,100,124).

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

RGB channels and saturation

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

99
100
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 124 = 323 (100%)
R 99 of 323 ~ 30.65%
G 100 of 323 ~ 30.96%
B 124 of 323 ~ 38.39%

%30.65
%30.96
%38.39

CMYK color model

#63647C color CMYK value is (20,19,0,51).

  • cyan value is 20.16%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(20,19,0,51)
C20M19Y0K51 
(20%,19%,0%,51%)
(0.20/0.19/0.00/0.51)	

CMYK percentages

%20.16
%19.35
%0
%51.37

Codes

Color #63647C in popluar color models

63647C
RGB99100124
HSL238°11.21%43.73%
HSB/HSV238°20.16%48.63%
CMYK20.16%19.35%0.00%
51.37%

Color #63647C in popluar number systems.

HEX63647C
Decimal99100124
Binary110001111001001111100
Octal143144174

Shades and tints

Shades of #63647C

#63647C
(99,100,124)
#5A5B71
(90,91,113)
#515266
(81,82,102)
#48495B
(72,73,91)
#3F4050
(63,64,80)
#363745
(54,55,69)
#2D2E3A
(45,46,58)
#24252F
(36,37,47)
#1B1C24
(27,28,36)
#121319
(18,19,25)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #63647C

#63647C
(99,100,124)
#717287
(113,114,135)
#7F8092
(127,128,146)
#8D8E9D
(141,142,157)
#9B9CA8
(155,156,168)
#A9AAB3
(169,170,179)
#B7B8BE
(183,184,190)
#C5C6C9
(197,198,201)
#D3D4D4
(211,212,212)
#E1E2DF
(225,226,223)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63647C; }

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

This text font color is #63647C.


Background Color

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

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

This div background color is #63647C.


Border color

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

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

This div border color is #63647C.


Opacity

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

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

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

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

This text has shadow with #63647C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63647C on black background.


Color preview on white background

This text has color #63647C on white background.



Black color preview on #63647C background

This text has black color on #63647C background.


White color preview on #63647C background

This text has white color on #63647C background.