COLOR #63677E

HEX: #63677E
RGB: (99,103,126)

Color info

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

RGB color model

#63677E color RGB value is (99,103,126).

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

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 126 of 255 = 49%

99
103
126

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 126 = 328 (100%)
R 99 of 328 ~ 30.18%
G 103 of 328 ~ 31.4%
B 126 of 328 ~ 38.41%

%30.18
%31.4
%38.41

CMYK color model

#63677E color CMYK value is (21,18,0,51).

  • cyan value is 21.43%
  • magenta value is 18.25%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(21,18,0,51)
C21M18Y0K51 
(21%,18%,0%,51%)
(0.21/0.18/0.00/0.51)	

CMYK percentages

%21.43
%18.25
%0
%50.59

Codes

Color #63677E in popluar color models

63677E
RGB99103126
HSL231°12.00%44.12%
HSB/HSV231°21.43%49.41%
CMYK21.43%18.25%0.00%
50.59%

Color #63677E in popluar number systems.

HEX63677E
Decimal99103126
Binary110001111001111111110
Octal143147176

Shades and tints

Shades of #63677E

#63677E
(99,103,126)
#5A5E73
(90,94,115)
#515568
(81,85,104)
#484C5D
(72,76,93)
#3F4352
(63,67,82)
#363A47
(54,58,71)
#2D313C
(45,49,60)
#242831
(36,40,49)
#1B1F26
(27,31,38)
#12161B
(18,22,27)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #63677E

#63677E
(99,103,126)
#717489
(113,116,137)
#7F8194
(127,129,148)
#8D8E9F
(141,142,159)
#9B9BAA
(155,155,170)
#A9A8B5
(169,168,181)
#B7B5C0
(183,181,192)
#C5C2CB
(197,194,203)
#D3CFD6
(211,207,214)
#E1DCE1
(225,220,225)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63677E; }

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

This text font color is #63677E.


Background Color

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

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

This div background color is #63677E.


Border color

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

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

This div border color is #63677E.


Opacity

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

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

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

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

This text has shadow with #63677E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63677E on black background.


Color preview on white background

This text has color #63677E on white background.



Black color preview on #63677E background

This text has black color on #63677E background.


White color preview on #63677E background

This text has white color on #63677E background.