COLOR #63636F

HEX: #63636F
RGB: (99,99,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
99
111

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 111 = 309 (100%)
R 99 of 309 ~ 32.04%
G 99 of 309 ~ 32.04%
B 111 of 309 ~ 35.92%

%32.04
%32.04
%35.92

CMYK color model

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

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

CMYK percentages

%10.81
%10.81
%0
%56.47

Codes

Color #63636F in popluar color models

63636F
RGB9999111
HSL240°5.71%41.18%
HSB/HSV240°10.81%43.53%
CMYK10.81%10.81%0.00%
56.47%

Color #63636F in popluar number systems.

HEX63636F
Decimal9999111
Binary110001111000111101111
Octal143143157

Shades and tints

Shades of #63636F

#63636F
(99,99,111)
#5A5A65
(90,90,101)
#51515B
(81,81,91)
#484851
(72,72,81)
#3F3F47
(63,63,71)
#36363D
(54,54,61)
#2D2D33
(45,45,51)
#242429
(36,36,41)
#1B1B1F
(27,27,31)
#121215
(18,18,21)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #63636F

#63636F
(99,99,111)
#71717C
(113,113,124)
#7F7F89
(127,127,137)
#8D8D96
(141,141,150)
#9B9BA3
(155,155,163)
#A9A9B0
(169,169,176)
#B7B7BD
(183,183,189)
#C5C5CA
(197,197,202)
#D3D3D7
(211,211,215)
#E1E1E4
(225,225,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63636F; }

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

This text font color is #63636F.


Background Color

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

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

This div background color is #63636F.


Border color

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

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

This div border color is #63636F.


Opacity

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

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

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

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

This text has shadow with #63636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63636F on black background.


Color preview on white background

This text has color #63636F on white background.



Black color preview on #63636F background

This text has black color on #63636F background.


White color preview on #63636F background

This text has white color on #63636F background.