COLOR #63776F

HEX: #63776F
RGB: (99,119,111)

Color info

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

RGB color model

#63776F color RGB value is (99,119,111).

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

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 111 of 255 = 44%

99
119
111

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 111 = 329 (100%)
R 99 of 329 ~ 30.09%
G 119 of 329 ~ 36.17%
B 111 of 329 ~ 33.74%

%30.09
%36.17
%33.74

CMYK color model

#63776F color CMYK value is (17,0,7,53).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(17,0,7,53)
C17M0Y7K53 
(17%,0%,7%,53%)
(0.17/0.00/0.07/0.53)	

CMYK percentages

%16.81
%0
%6.72
%53.33

Codes

Color #63776F in popluar color models

63776F
RGB99119111
HSL156°9.17%42.75%
HSB/HSV156°16.81%46.67%
CMYK16.81%0.00%6.72%
53.33%

Color #63776F in popluar number systems.

HEX63776F
Decimal99119111
Binary110001111101111101111
Octal143167157

Shades and tints

Shades of #63776F

#63776F
(99,119,111)
#5A6D65
(90,109,101)
#51635B
(81,99,91)
#485951
(72,89,81)
#3F4F47
(63,79,71)
#36453D
(54,69,61)
#2D3B33
(45,59,51)
#243129
(36,49,41)
#1B271F
(27,39,31)
#121D15
(18,29,21)
#09130B
(9,19,11)
#000000
(0,0,0)

Tints of #63776F

#63776F
(99,119,111)
#71837C
(113,131,124)
#7F8F89
(127,143,137)
#8D9B96
(141,155,150)
#9BA7A3
(155,167,163)
#A9B3B0
(169,179,176)
#B7BFBD
(183,191,189)
#C5CBCA
(197,203,202)
#D3D7D7
(211,215,215)
#E1E3E4
(225,227,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63776F; }

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

This text font color is #63776F.


Background Color

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

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

This div background color is #63776F.


Border color

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

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

This div border color is #63776F.


Opacity

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

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

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

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

This text has shadow with #63776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63776F on black background.


Color preview on white background

This text has color #63776F on white background.



Black color preview on #63776F background

This text has black color on #63776F background.


White color preview on #63776F background

This text has white color on #63776F background.