COLOR #63687F

HEX: #63687F
RGB: (99,104,127)

Color info

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

RGB color model

#63687F color RGB value is (99,104,127).

  • red value is 99;
  • green value is 104;
  • blue value is 127.
RGB:
(99,104,127)
(39%,41%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 104 of 255 = 41%
B 127 of 255 = 50%

99
104
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 104 + 127 = 330 (100%)
R 99 of 330 ~ 30%
G 104 of 330 ~ 31.52%
B 127 of 330 ~ 38.48%

%30
%31.52
%38.48

CMYK color model

#63687F color CMYK value is (22,18,0,50).

  • cyan value is 22.05%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(22,18,0,50)
C22M18Y0K50 
(22%,18%,0%,50%)
(0.22/0.18/0.00/0.50)	

CMYK percentages

%22.05
%18.11
%0
%50.2

Codes

Color #63687F in popluar color models

63687F
RGB99104127
HSL229°12.39%44.31%
HSB/HSV229°22.05%49.80%
CMYK22.05%18.11%0.00%
50.20%

Color #63687F in popluar number systems.

HEX63687F
Decimal99104127
Binary110001111010001111111
Octal143150177

Shades and tints

Shades of #63687F

#63687F
(99,104,127)
#5A5F74
(90,95,116)
#515669
(81,86,105)
#484D5E
(72,77,94)
#3F4453
(63,68,83)
#363B48
(54,59,72)
#2D323D
(45,50,61)
#242932
(36,41,50)
#1B2027
(27,32,39)
#12171C
(18,23,28)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #63687F

#63687F
(99,104,127)
#71758A
(113,117,138)
#7F8295
(127,130,149)
#8D8FA0
(141,143,160)
#9B9CAB
(155,156,171)
#A9A9B6
(169,169,182)
#B7B6C1
(183,182,193)
#C5C3CC
(197,195,204)
#D3D0D7
(211,208,215)
#E1DDE2
(225,221,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63687F; }

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

This text font color is #63687F.


Background Color

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

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

This div background color is #63687F.


Border color

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

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

This div border color is #63687F.


Opacity

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

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

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

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

This text has shadow with #63687F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63687F on black background.


Color preview on white background

This text has color #63687F on white background.



Black color preview on #63687F background

This text has black color on #63687F background.


White color preview on #63687F background

This text has white color on #63687F background.