COLOR #63727F

HEX: #63727F
RGB: (99,114,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
114
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 114 + 127 = 340 (100%)
R 99 of 340 ~ 29.12%
G 114 of 340 ~ 33.53%
B 127 of 340 ~ 37.35%

%29.12
%33.53
%37.35

CMYK color model

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

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

CMYK percentages

%22.05
%10.24
%0
%50.2

Codes

Color #63727F in popluar color models

63727F
RGB99114127
HSL208°12.39%44.31%
HSB/HSV208°22.05%49.80%
CMYK22.05%10.24%0.00%
50.20%

Color #63727F in popluar number systems.

HEX63727F
Decimal99114127
Binary110001111100101111111
Octal143162177

Shades and tints

Shades of #63727F

#63727F
(99,114,127)
#5A6874
(90,104,116)
#515E69
(81,94,105)
#48545E
(72,84,94)
#3F4A53
(63,74,83)
#364048
(54,64,72)
#2D363D
(45,54,61)
#242C32
(36,44,50)
#1B2227
(27,34,39)
#12181C
(18,24,28)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #63727F

#63727F
(99,114,127)
#717E8A
(113,126,138)
#7F8A95
(127,138,149)
#8D96A0
(141,150,160)
#9BA2AB
(155,162,171)
#A9AEB6
(169,174,182)
#B7BAC1
(183,186,193)
#C5C6CC
(197,198,204)
#D3D2D7
(211,210,215)
#E1DEE2
(225,222,226)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63727F; }

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

This text font color is #63727F.


Background Color

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

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

This div background color is #63727F.


Border color

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

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

This div border color is #63727F.


Opacity

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

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

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

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

This text has shadow with #63727F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63727F on black background.


Color preview on white background

This text has color #63727F on white background.



Black color preview on #63727F background

This text has black color on #63727F background.


White color preview on #63727F background

This text has white color on #63727F background.