COLOR #636366

HEX: #636366 RGB: (99,99,102)

Color info

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

RGB color model

#636366 color RGB value is (99,99,102).

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

RGB channels and saturation

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

99
99
102

R + G + B ~ 39%. #636366 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 102 = 300 (100%)
R 99 of 300 ~ 33%
G 99 of 300 ~ 33%
B 102 of 300 ~ 34'%

%33
%33
%34

CMYK color model

#636366 color CMYK value is (3,3,0,60).

  • cyan value is 2.94%
  • magenta value is 2.94%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (3,3,0,60)
C3M3Y0K60 (3%, 3%, 0%, 60%)
(0.03 / 0.03 / 0.00 / 0.60)

CMYK percentages

%2.94
%2.94
%0
%60

Codes

Color #636366 in popluar color models

63 63 66
RGB 99 99 102
HSL 240° 1.49% 39.41%
HSB/HSV 240° 2.94% 40.00%
CMYK 2.94% 2.94% 0.00%
60.00%

Color #636366 in popluar number systems.

HEX 63 63 66
Decimal 99 99 102
Binary 1100011 1100011 1100110
Octal 143 143 146

Shades and tints

Shades of #636366

#636366
(99,99,102)
#5A5A5D
(90,90,93)
#515154
(81,81,84)
#48484B
(72,72,75)
#3F3F42
(63,63,66)
#363639
(54,54,57)
#2D2D30
(45,45,48)
#242427
(36,36,39)
#1B1B1E
(27,27,30)
#121215
(18,18,21)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #636366

#636366
(99,99,102)
#717173
(113,113,115)
#7F7F80
(127,127,128)
#8D8D8D
(141,141,141)
#9B9B9A
(155,155,154)
#A9A9A7
(169,169,167)
#B7B7B4
(183,183,180)
#C5C5C1
(197,197,193)
#D3D3CE
(211,211,206)
#E1E1DB
(225,225,219)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636366; }

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

This text font color is #636366.

Background Color

.myBgColor { background-color: #636366; }

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

This div background color is #636366.

Border color

.myBorderColor { border: 1px solid #636366; }

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

This div border color is #636366.

Opacity

.myOpacity80 { color: #636366; opacity: 0.8; }

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

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

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

This text has shadow with #636366 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636366.

Preview

Color preview on black background

This text has color #636366 on black background.


Color preview on white background

This text has color #636366 on white background.


Black color preview on #636366 background

This text has black color on #636366 background.


White color preview on #636366 background

This text has white color on #636366 background.


Related colors

Complementary color

Complementary color for #hex is #9C9C99.


I love getcolorcode.com