COLOR #63776C

HEX: #63776C
RGB: (99,119,108)

Color info

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

RGB color model

#63776C color RGB value is (99,119,108).

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

RGB channels and saturation

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

99
119
108

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 108 = 326 (100%)
R 99 of 326 ~ 30.37%
G 119 of 326 ~ 36.5%
B 108 of 326 ~ 33.13%

%30.37
%36.5
%33.13

CMYK color model

#63776C color CMYK value is (17,0,9,53).

  • cyan value is 16.81%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(17,0,9,53)
C17M0Y9K53 
(17%,0%,9%,53%)
(0.17/0.00/0.09/0.53)	

CMYK percentages

%16.81
%0
%9.24
%53.33

Codes

Color #63776C in popluar color models

63776C
RGB99119108
HSL147°9.17%42.75%
HSB/HSV147°16.81%46.67%
CMYK16.81%0.00%9.24%
53.33%

Color #63776C in popluar number systems.

HEX63776C
Decimal99119108
Binary110001111101111101100
Octal143167154

Shades and tints

Shades of #63776C

#63776C
(99,119,108)
#5A6D63
(90,109,99)
#51635A
(81,99,90)
#485951
(72,89,81)
#3F4F48
(63,79,72)
#36453F
(54,69,63)
#2D3B36
(45,59,54)
#24312D
(36,49,45)
#1B2724
(27,39,36)
#121D1B
(18,29,27)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #63776C

#63776C
(99,119,108)
#718379
(113,131,121)
#7F8F86
(127,143,134)
#8D9B93
(141,155,147)
#9BA7A0
(155,167,160)
#A9B3AD
(169,179,173)
#B7BFBA
(183,191,186)
#C5CBC7
(197,203,199)
#D3D7D4
(211,215,212)
#E1E3E1
(225,227,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63776C; }

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

This text font color is #63776C.


Background Color

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

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

This div background color is #63776C.


Border color

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

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

This div border color is #63776C.


Opacity

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

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

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

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

This text has shadow with #63776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63776C on black background.


Color preview on white background

This text has color #63776C on white background.



Black color preview on #63776C background

This text has black color on #63776C background.


White color preview on #63776C background

This text has white color on #63776C background.