COLOR #63666C

HEX: #63666C
RGB: (99,102,108)

Color info

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

RGB color model

#63666C color RGB value is (99,102,108).

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

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 108 of 255 = 42%

99
102
108

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

Portions of RGB colors in percentages

R + G + B =
99 + 102 + 108 = 309 (100%)
R 99 of 309 ~ 32.04%
G 102 of 309 ~ 33.01%
B 108 of 309 ~ 34.95%

%32.04
%33.01
%34.95

CMYK color model

#63666C color CMYK value is (8,6,0,58).

  • cyan value is 8.33%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(8,6,0,58)
C8M6Y0K58 
(8%,6%,0%,58%)
(0.08/0.06/0.00/0.58)	

CMYK percentages

%8.33
%5.56
%0
%57.65

Codes

Color #63666C in popluar color models

63666C
RGB99102108
HSL220°4.35%40.59%
HSB/HSV220°8.33%42.35%
CMYK8.33%5.56%0.00%
57.65%

Color #63666C in popluar number systems.

HEX63666C
Decimal99102108
Binary110001111001101101100
Octal143146154

Shades and tints

Shades of #63666C

#63666C
(99,102,108)
#5A5D63
(90,93,99)
#51545A
(81,84,90)
#484B51
(72,75,81)
#3F4248
(63,66,72)
#36393F
(54,57,63)
#2D3036
(45,48,54)
#24272D
(36,39,45)
#1B1E24
(27,30,36)
#12151B
(18,21,27)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #63666C

#63666C
(99,102,108)
#717379
(113,115,121)
#7F8086
(127,128,134)
#8D8D93
(141,141,147)
#9B9AA0
(155,154,160)
#A9A7AD
(169,167,173)
#B7B4BA
(183,180,186)
#C5C1C7
(197,193,199)
#D3CED4
(211,206,212)
#E1DBE1
(225,219,225)
#EFE8EE
(239,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63666C; }

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

This text font color is #63666C.


Background Color

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

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

This div background color is #63666C.


Border color

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

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

This div border color is #63666C.


Opacity

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

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

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

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

This text has shadow with #63666C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63666C on black background.


Color preview on white background

This text has color #63666C on white background.



Black color preview on #63666C background

This text has black color on #63666C background.


White color preview on #63666C background

This text has white color on #63666C background.