COLOR #63776B

HEX: #63776B
RGB: (99,119,107)

Color info

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

RGB color model

#63776B color RGB value is (99,119,107).

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

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 107 of 255 = 42%

99
119
107

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 107 = 325 (100%)
R 99 of 325 ~ 30.46%
G 119 of 325 ~ 36.62%
B 107 of 325 ~ 32.92%

%30.46
%36.62
%32.92

CMYK color model

#63776B color CMYK value is (17,0,10,53).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%
CMYK:
(17,0,10,53)
C17M0Y10K53 
(17%,0%,10%,53%)
(0.17/0.00/0.10/0.53)	

CMYK percentages

%16.81
%0
%10.08
%53.33

Codes

Color #63776B in popluar color models

63776B
RGB99119107
HSL144°9.17%42.75%
HSB/HSV144°16.81%46.67%
CMYK16.81%0.00%10.08%
53.33%

Color #63776B in popluar number systems.

HEX63776B
Decimal99119107
Binary110001111101111101011
Octal143167153

Shades and tints

Shades of #63776B

#63776B
(99,119,107)
#5A6D62
(90,109,98)
#516359
(81,99,89)
#485950
(72,89,80)
#3F4F47
(63,79,71)
#36453E
(54,69,62)
#2D3B35
(45,59,53)
#24312C
(36,49,44)
#1B2723
(27,39,35)
#121D1A
(18,29,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #63776B

#63776B
(99,119,107)
#718378
(113,131,120)
#7F8F85
(127,143,133)
#8D9B92
(141,155,146)
#9BA79F
(155,167,159)
#A9B3AC
(169,179,172)
#B7BFB9
(183,191,185)
#C5CBC6
(197,203,198)
#D3D7D3
(211,215,211)
#E1E3E0
(225,227,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63776B color. Also use rgb(99,119,107) instead hex code.

Text Font Color

.myTextColor { color: #63776B; }

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

This text font color is #63776B.


Background Color

.myBgColor { background-color: #63776B; }

<div style="background-color:#63776B">Inner text</div>

This div background color is #63776B.


Border color

.myBorderColor { border: 1px solid #63776B; }

<div style="border:3px solid #63776B">Div</div>

This div border color is #63776B.


Opacity

.myOpacity80 { color: #63776B; opacity: 0.8; }

<p style="color:#63776B;opacity:0.8;">80%</p>

Text with #63776B 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 #63776B;}

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

This text has shadow with #63776B color.

.textShadow {text-shadow: 3px 3px 1px #63776B, 3px 3px 1px red;}

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

This text has shadow with #63776B primary color and red secondary color.


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

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

This text has shadow with #63776B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63776B on black background.


Color preview on white background

This text has color #63776B on white background.



Black color preview on #63776B background

This text has black color on #63776B background.


White color preview on #63776B background

This text has white color on #63776B background.