COLOR #63666F

HEX: #63666F RGB: (99,102,111)

Color info

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

RGB color model

#63666F color RGB value is (99,102,111).

RGB: (99,102,111) (39%, 40%, 44%)

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 111 of 255 = 44%

99
102
111

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

Portions of RGB colors in percentages

R + G + B = 99 + 102 + 111 = 312 (100%)
R 99 of 312 ~ 31.73%
G 102 of 312 ~ 32.69%
B 111 of 312 ~ 35.58'%

%31.73
%32.69
%35.58

CMYK color model

#63666F color CMYK value is (11,8,0,56).

  • cyan value is 10.81%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (11,8,0,56) C11M8Y0K56 (11%,8%,0%,56%) (0.11/0.08/0.00/0.56) 

CMYK percentages

%10.81
%8.11
%0
%56.47

Codes

Color #63666F in popluar color models

63 66 6F
RGB 99 102 111
HSL 225° 5.71% 41.18%
HSB/HSV 225° 10.81% 43.53%
CMYK 10.81% 8.11% 0.00%
56.47%

Color #63666F in popluar number systems.

HEX 63 66 6F
Decimal 99 102 111
Binary 1100011 1100110 1101111
Octal 143 146 157

Shades and tints

Shades of #63666F

#63666F
(99,102,111)
#5A5D65
(90,93,101)
#51545B
(81,84,91)
#484B51
(72,75,81)
#3F4247
(63,66,71)
#36393D
(54,57,61)
#2D3033
(45,48,51)
#242729
(36,39,41)
#1B1E1F
(27,30,31)
#121515
(18,21,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #63666F

#63666F
(99,102,111)
#71737C
(113,115,124)
#7F8089
(127,128,137)
#8D8D96
(141,141,150)
#9B9AA3
(155,154,163)
#A9A7B0
(169,167,176)
#B7B4BD
(183,180,189)
#C5C1CA
(197,193,202)
#D3CED7
(211,206,215)
#E1DBE4
(225,219,228)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63666F; }

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

This text font color is #63666F.

Background Color

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

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

This div background color is #63666F.

Border color

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

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

This div border color is #63666F.

Opacity

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

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

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

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

This text has shadow with #63666F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63666F.

Preview

Color preview on black background

This text has color #63666F on black background.


Color preview on white background

This text has color #63666F on white background.


Black color preview on #63666F background

This text has black color on #63666F background.


White color preview on #63666F background

This text has white color on #63666F background.


Related colors

Complementary color

Complementary color for #hex is #9C9990.


I love getcolorcode.com

Triadic colors

1 #6F6366 and #666F63 with #63666F are triadic colors.

2 #6F6663 and #66636F with #63666F are triadic colors.