COLOR #63626C

HEX: #63626C RGB: (99,98,108)

Color info

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

RGB color model

#63626C color RGB value is (99,98,108).

RGB: (99,98,108) (39%, 38%, 42%)

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 108 of 255 = 42%

99
98
108

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

Portions of RGB colors in percentages

R + G + B = 99 + 98 + 108 = 305 (100%)
R 99 of 305 ~ 32.46%
G 98 of 305 ~ 32.13%
B 108 of 305 ~ 35.41'%

%32.46
%32.13
%35.41

CMYK color model

#63626C color CMYK value is (8,9,0,58).

  • cyan value is 8.33%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (8,9,0,58)
C8M9Y0K58 (8%, 9%, 0%, 58%)
(0.08 / 0.09 / 0.00 / 0.58)

CMYK percentages

%8.33
%9.26
%0
%57.65

Codes

Color #63626C in popluar color models

63 62 6C
RGB 99 98 108
HSL 246° 4.85% 40.39%
HSB/HSV 246° 9.26% 42.35%
CMYK 8.33% 9.26% 0.00%
57.65%

Color #63626C in popluar number systems.

HEX 63 62 6C
Decimal 99 98 108
Binary 1100011 1100010 1101100
Octal 143 142 154

Shades and tints

Shades of #63626C

#63626C
(99,98,108)
#5A5A63
(90,90,99)
#51525A
(81,82,90)
#484A51
(72,74,81)
#3F4248
(63,66,72)
#363A3F
(54,58,63)
#2D3236
(45,50,54)
#242A2D
(36,42,45)
#1B2224
(27,34,36)
#121A1B
(18,26,27)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #63626C

#63626C
(99,98,108)
#717079
(113,112,121)
#7F7E86
(127,126,134)
#8D8C93
(141,140,147)
#9B9AA0
(155,154,160)
#A9A8AD
(169,168,173)
#B7B6BA
(183,182,186)
#C5C4C7
(197,196,199)
#D3D2D4
(211,210,212)
#E1E0E1
(225,224,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63626C; }

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

This text font color is #63626C.

Background Color

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

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

This div background color is #63626C.

Border color

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

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

This div border color is #63626C.

Opacity

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

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

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

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

This text has shadow with #63626C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63626C.

Preview

Color preview on black background

This text has color #63626C on black background.


Color preview on white background

This text has color #63626C on white background.


Black color preview on #63626C background

This text has black color on #63626C background.


White color preview on #63626C background

This text has white color on #63626C background.


Related colors

Complementary color

Complementary color for #hex is #9C9D93.


I love getcolorcode.com

Triadic colors

1 #6C6362 and #626C63 with #63626C are triadic colors.

2 #6C6263 and #62636C with #63626C are triadic colors.