COLOR #63757F

HEX: #63757F
RGB: (99,117,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
117
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 117 + 127 = 343 (100%)
R 99 of 343 ~ 28.86%
G 117 of 343 ~ 34.11%
B 127 of 343 ~ 37.03%

%28.86
%34.11
%37.03

CMYK color model

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

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

CMYK percentages

%22.05
%7.87
%0
%50.2

Codes

Color #63757F in popluar color models

63757F
RGB99117127
HSL201°12.39%44.31%
HSB/HSV201°22.05%49.80%
CMYK22.05%7.87%0.00%
50.20%

Color #63757F in popluar number systems.

HEX63757F
Decimal99117127
Binary110001111101011111111
Octal143165177

Shades and tints

Shades of #63757F

#63757F
(99,117,127)
#5A6B74
(90,107,116)
#516169
(81,97,105)
#48575E
(72,87,94)
#3F4D53
(63,77,83)
#364348
(54,67,72)
#2D393D
(45,57,61)
#242F32
(36,47,50)
#1B2527
(27,37,39)
#121B1C
(18,27,28)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #63757F

#63757F
(99,117,127)
#71818A
(113,129,138)
#7F8D95
(127,141,149)
#8D99A0
(141,153,160)
#9BA5AB
(155,165,171)
#A9B1B6
(169,177,182)
#B7BDC1
(183,189,193)
#C5C9CC
(197,201,204)
#D3D5D7
(211,213,215)
#E1E1E2
(225,225,226)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63757F; }

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

This text font color is #63757F.


Background Color

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

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

This div background color is #63757F.


Border color

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

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

This div border color is #63757F.


Opacity

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

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

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

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

This text has shadow with #63757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63757F on black background.


Color preview on white background

This text has color #63757F on white background.



Black color preview on #63757F background

This text has black color on #63757F background.


White color preview on #63757F background

This text has white color on #63757F background.