COLOR #63777C

HEX: #63777C
RGB: (99,119,124)

Color info

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

RGB color model

#63777C color RGB value is (99,119,124).

  • red value is 99;
  • green value is 119;
  • blue value is 124.
RGB:
(99,119,124)
(39%,47%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 124 of 255 = 49%

99
119
124

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 124 = 342 (100%)
R 99 of 342 ~ 28.95%
G 119 of 342 ~ 34.8%
B 124 of 342 ~ 36.26%

%28.95
%34.8
%36.26

CMYK color model

#63777C color CMYK value is (20,4,0,51).

  • cyan value is 20.16%
  • magenta value is 4.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(20,4,0,51)
C20M4Y0K51 
(20%,4%,0%,51%)
(0.20/0.04/0.00/0.51)	

CMYK percentages

%20.16
%4.03
%0
%51.37

Codes

Color #63777C in popluar color models

63777C
RGB99119124
HSL192°11.21%43.73%
HSB/HSV192°20.16%48.63%
CMYK20.16%4.03%0.00%
51.37%

Color #63777C in popluar number systems.

HEX63777C
Decimal99119124
Binary110001111101111111100
Octal143167174

Shades and tints

Shades of #63777C

#63777C
(99,119,124)
#5A6D71
(90,109,113)
#516366
(81,99,102)
#48595B
(72,89,91)
#3F4F50
(63,79,80)
#364545
(54,69,69)
#2D3B3A
(45,59,58)
#24312F
(36,49,47)
#1B2724
(27,39,36)
#121D19
(18,29,25)
#09130E
(9,19,14)
#000000
(0,0,0)

Tints of #63777C

#63777C
(99,119,124)
#718387
(113,131,135)
#7F8F92
(127,143,146)
#8D9B9D
(141,155,157)
#9BA7A8
(155,167,168)
#A9B3B3
(169,179,179)
#B7BFBE
(183,191,190)
#C5CBC9
(197,203,201)
#D3D7D4
(211,215,212)
#E1E3DF
(225,227,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63777C color. Also use rgb(99,119,124) instead hex code.

Text Font Color

.myTextColor { color: #63777C; }

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

This text font color is #63777C.


Background Color

.myBgColor { background-color: #63777C; }

<div style="background-color:#63777C">Inner text</div>

This div background color is #63777C.


Border color

.myBorderColor { border: 1px solid #63777C; }

<div style="border:3px solid #63777C">Div</div>

This div border color is #63777C.


Opacity

.myOpacity80 { color: #63777C; opacity: 0.8; }

<p style="color:#63777C;opacity:0.8;">80%</p>

Text with #63777C 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 #63777C;}

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

This text has shadow with #63777C color.

.textShadow {text-shadow: 3px 3px 1px #63777C, 3px 3px 1px red;}

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

This text has shadow with #63777C primary color and red secondary color.


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

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

This text has shadow with #63777C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63777C on black background.


Color preview on white background

This text has color #63777C on white background.



Black color preview on #63777C background

This text has black color on #63777C background.


White color preview on #63777C background

This text has white color on #63777C background.