COLOR #63707F

HEX: #63707F
RGB: (99,112,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
112
127

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 127 = 338 (100%)
R 99 of 338 ~ 29.29%
G 112 of 338 ~ 33.14%
B 127 of 338 ~ 37.57%

%29.29
%33.14
%37.57

CMYK color model

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

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

CMYK percentages

%22.05
%11.81
%0
%50.2

Codes

Color #63707F in popluar color models

63707F
RGB99112127
HSL212°12.39%44.31%
HSB/HSV212°22.05%49.80%
CMYK22.05%11.81%0.00%
50.20%

Color #63707F in popluar number systems.

HEX63707F
Decimal99112127
Binary110001111100001111111
Octal143160177

Shades and tints

Shades of #63707F

#63707F
(99,112,127)
#5A6674
(90,102,116)
#515C69
(81,92,105)
#48525E
(72,82,94)
#3F4853
(63,72,83)
#363E48
(54,62,72)
#2D343D
(45,52,61)
#242A32
(36,42,50)
#1B2027
(27,32,39)
#12161C
(18,22,28)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #63707F

#63707F
(99,112,127)
#717D8A
(113,125,138)
#7F8A95
(127,138,149)
#8D97A0
(141,151,160)
#9BA4AB
(155,164,171)
#A9B1B6
(169,177,182)
#B7BEC1
(183,190,193)
#C5CBCC
(197,203,204)
#D3D8D7
(211,216,215)
#E1E5E2
(225,229,226)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63707F; }

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

This text font color is #63707F.


Background Color

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

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

This div background color is #63707F.


Border color

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

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

This div border color is #63707F.


Opacity

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

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

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

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

This text has shadow with #63707F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63707F on black background.


Color preview on white background

This text has color #63707F on white background.



Black color preview on #63707F background

This text has black color on #63707F background.


White color preview on #63707F background

This text has white color on #63707F background.