COLOR #63707E

HEX: #63707E
RGB: (99,112,126)

Color info

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

RGB color model

#63707E color RGB value is (99,112,126).

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

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 126 of 255 = 49%

99
112
126

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 126 = 337 (100%)
R 99 of 337 ~ 29.38%
G 112 of 337 ~ 33.23%
B 126 of 337 ~ 37.39%

%29.38
%33.23
%37.39

CMYK color model

#63707E color CMYK value is (21,11,0,51).

  • cyan value is 21.43%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,11,0,51)
C21M11Y0K51 
(21%,11%,0%,51%)
(0.21/0.11/0.00/0.51)	

CMYK percentages

%21.43
%11.11
%0
%50.59

Codes

Color #63707E in popluar color models

63707E
RGB99112126
HSL211°12.00%44.12%
HSB/HSV211°21.43%49.41%
CMYK21.43%11.11%0.00%
50.59%

Color #63707E in popluar number systems.

HEX63707E
Decimal99112126
Binary110001111100001111110
Octal143160176

Shades and tints

Shades of #63707E

#63707E
(99,112,126)
#5A6673
(90,102,115)
#515C68
(81,92,104)
#48525D
(72,82,93)
#3F4852
(63,72,82)
#363E47
(54,62,71)
#2D343C
(45,52,60)
#242A31
(36,42,49)
#1B2026
(27,32,38)
#12161B
(18,22,27)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #63707E

#63707E
(99,112,126)
#717D89
(113,125,137)
#7F8A94
(127,138,148)
#8D979F
(141,151,159)
#9BA4AA
(155,164,170)
#A9B1B5
(169,177,181)
#B7BEC0
(183,190,192)
#C5CBCB
(197,203,203)
#D3D8D6
(211,216,214)
#E1E5E1
(225,229,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63707E; }

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

This text font color is #63707E.


Background Color

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

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

This div background color is #63707E.


Border color

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

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

This div border color is #63707E.


Opacity

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

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

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

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

This text has shadow with #63707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63707E on black background.


Color preview on white background

This text has color #63707E on white background.



Black color preview on #63707E background

This text has black color on #63707E background.


White color preview on #63707E background

This text has white color on #63707E background.