COLOR #63797F

HEX: #63797F
RGB: (99,121,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
121
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 127 = 347 (100%)
R 99 of 347 ~ 28.53%
G 121 of 347 ~ 34.87%
B 127 of 347 ~ 36.6%

%28.53
%34.87
%36.6

CMYK color model

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

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

CMYK percentages

%22.05
%4.72
%0
%50.2

Codes

Color #63797F in popluar color models

63797F
RGB99121127
HSL193°12.39%44.31%
HSB/HSV193°22.05%49.80%
CMYK22.05%4.72%0.00%
50.20%

Color #63797F in popluar number systems.

HEX63797F
Decimal99121127
Binary110001111110011111111
Octal143171177

Shades and tints

Shades of #63797F

#63797F
(99,121,127)
#5A6E74
(90,110,116)
#516369
(81,99,105)
#48585E
(72,88,94)
#3F4D53
(63,77,83)
#364248
(54,66,72)
#2D373D
(45,55,61)
#242C32
(36,44,50)
#1B2127
(27,33,39)
#12161C
(18,22,28)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #63797F

#63797F
(99,121,127)
#71858A
(113,133,138)
#7F9195
(127,145,149)
#8D9DA0
(141,157,160)
#9BA9AB
(155,169,171)
#A9B5B6
(169,181,182)
#B7C1C1
(183,193,193)
#C5CDCC
(197,205,204)
#D3D9D7
(211,217,215)
#E1E5E2
(225,229,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63797F; }

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

This text font color is #63797F.


Background Color

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

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

This div background color is #63797F.


Border color

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

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

This div border color is #63797F.


Opacity

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

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

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

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

This text has shadow with #63797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63797F on black background.


Color preview on white background

This text has color #63797F on white background.



Black color preview on #63797F background

This text has black color on #63797F background.


White color preview on #63797F background

This text has white color on #63797F background.