COLOR #63636C

HEX: #63636C
RGB: (99,99,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
99
108

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 108 = 306 (100%)
R 99 of 306 ~ 32.35%
G 99 of 306 ~ 32.35%
B 108 of 306 ~ 35.29%

%32.35
%32.35
%35.29

CMYK color model

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

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

CMYK percentages

%8.33
%8.33
%0
%57.65

Codes

Color #63636C in popluar color models

63636C
RGB9999108
HSL240°4.35%40.59%
HSB/HSV240°8.33%42.35%
CMYK8.33%8.33%0.00%
57.65%

Color #63636C in popluar number systems.

HEX63636C
Decimal9999108
Binary110001111000111101100
Octal143143154

Shades and tints

Shades of #63636C

#63636C
(99,99,108)
#5A5A63
(90,90,99)
#51515A
(81,81,90)
#484851
(72,72,81)
#3F3F48
(63,63,72)
#36363F
(54,54,63)
#2D2D36
(45,45,54)
#24242D
(36,36,45)
#1B1B24
(27,27,36)
#12121B
(18,18,27)
#090912
(9,9,18)
#000000
(0,0,0)

Tints of #63636C

#63636C
(99,99,108)
#717179
(113,113,121)
#7F7F86
(127,127,134)
#8D8D93
(141,141,147)
#9B9BA0
(155,155,160)
#A9A9AD
(169,169,173)
#B7B7BA
(183,183,186)
#C5C5C7
(197,197,199)
#D3D3D4
(211,211,212)
#E1E1E1
(225,225,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63636C; }

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

This text font color is #63636C.


Background Color

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

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

This div background color is #63636C.


Border color

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

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

This div border color is #63636C.


Opacity

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

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

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

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

This text has shadow with #63636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63636C on black background.


Color preview on white background

This text has color #63636C on white background.



Black color preview on #63636C background

This text has black color on #63636C background.


White color preview on #63636C background

This text has white color on #63636C background.