COLOR #63637F

HEX: #63637F
RGB: (99,99,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
99
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 127 = 325 (100%)
R 99 of 325 ~ 30.46%
G 99 of 325 ~ 30.46%
B 127 of 325 ~ 39.08%

%30.46
%30.46
%39.08

CMYK color model

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

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

CMYK percentages

%22.05
%22.05
%0
%50.2

Codes

Color #63637F in popluar color models

63637F
RGB9999127
HSL240°12.39%44.31%
HSB/HSV240°22.05%49.80%
CMYK22.05%22.05%0.00%
50.20%

Color #63637F in popluar number systems.

HEX63637F
Decimal9999127
Binary110001111000111111111
Octal143143177

Shades and tints

Shades of #63637F

#63637F
(99,99,127)
#5A5A74
(90,90,116)
#515169
(81,81,105)
#48485E
(72,72,94)
#3F3F53
(63,63,83)
#363648
(54,54,72)
#2D2D3D
(45,45,61)
#242432
(36,36,50)
#1B1B27
(27,27,39)
#12121C
(18,18,28)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #63637F

#63637F
(99,99,127)
#71718A
(113,113,138)
#7F7F95
(127,127,149)
#8D8DA0
(141,141,160)
#9B9BAB
(155,155,171)
#A9A9B6
(169,169,182)
#B7B7C1
(183,183,193)
#C5C5CC
(197,197,204)
#D3D3D7
(211,211,215)
#E1E1E2
(225,225,226)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63637F; }

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

This text font color is #63637F.


Background Color

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

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

This div background color is #63637F.


Border color

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

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

This div border color is #63637F.


Opacity

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

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

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

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

This text has shadow with #63637F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63637F on black background.


Color preview on white background

This text has color #63637F on white background.



Black color preview on #63637F background

This text has black color on #63637F background.


White color preview on #63637F background

This text has white color on #63637F background.