COLOR #63747C

HEX: #63747C
RGB: (99,116,124)

Color info

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

RGB color model

#63747C color RGB value is (99,116,124).

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

RGB channels and saturation

R 99 of 255 = 39%
G 116 of 255 = 45%
B 124 of 255 = 49%

99
116
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 116 + 124 = 339 (100%)
R 99 of 339 ~ 29.2%
G 116 of 339 ~ 34.22%
B 124 of 339 ~ 36.58%

%29.2
%34.22
%36.58

CMYK color model

#63747C color CMYK value is (20,6,0,51).

  • cyan value is 20.16%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(20,6,0,51)
C20M6Y0K51 
(20%,6%,0%,51%)
(0.20/0.06/0.00/0.51)	

CMYK percentages

%20.16
%6.45
%0
%51.37

Codes

Color #63747C in popluar color models

63747C
RGB99116124
HSL199°11.21%43.73%
HSB/HSV199°20.16%48.63%
CMYK20.16%6.45%0.00%
51.37%

Color #63747C in popluar number systems.

HEX63747C
Decimal99116124
Binary110001111101001111100
Octal143164174

Shades and tints

Shades of #63747C

#63747C
(99,116,124)
#5A6A71
(90,106,113)
#516066
(81,96,102)
#48565B
(72,86,91)
#3F4C50
(63,76,80)
#364245
(54,66,69)
#2D383A
(45,56,58)
#242E2F
(36,46,47)
#1B2424
(27,36,36)
#121A19
(18,26,25)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #63747C

#63747C
(99,116,124)
#718087
(113,128,135)
#7F8C92
(127,140,146)
#8D989D
(141,152,157)
#9BA4A8
(155,164,168)
#A9B0B3
(169,176,179)
#B7BCBE
(183,188,190)
#C5C8C9
(197,200,201)
#D3D4D4
(211,212,212)
#E1E0DF
(225,224,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63747C; }

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

This text font color is #63747C.


Background Color

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

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

This div background color is #63747C.


Border color

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

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

This div border color is #63747C.


Opacity

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

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

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

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

This text has shadow with #63747C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63747C on black background.


Color preview on white background

This text has color #63747C on white background.



Black color preview on #63747C background

This text has black color on #63747C background.


White color preview on #63747C background

This text has white color on #63747C background.