COLOR #636466

HEX: #636466
RGB: (99,100,102)

Color info

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

RGB color model

#636466 color RGB value is (99,100,102).

  • red value is 99;
  • green value is 100;
  • blue value is 102.
RGB:
(99,100,102)
(39%,39%,40%)

RGB channels and saturation

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

99
100
102

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

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 102 = 301 (100%)
R 99 of 301 ~ 32.89%
G 100 of 301 ~ 33.22%
B 102 of 301 ~ 33.89%

%32.89
%33.22
%33.89

CMYK color model

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

  • cyan value is 2.94%
  • magenta value is 1.96%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(3,2,0,60)
C3M2Y0K60 
(3%,2%,0%,60%)
(0.03/0.02/0.00/0.60)	

CMYK percentages

%2.94
%1.96
%0
%60

Codes

Color #636466 in popluar color models

636466
RGB99100102
HSL220°1.49%39.41%
HSB/HSV220°2.94%40.00%
CMYK2.94%1.96%0.00%
60.00%

Color #636466 in popluar number systems.

HEX636466
Decimal99100102
Binary110001111001001100110
Octal143144146

Shades and tints

Shades of #636466

#636466
(99,100,102)
#5A5B5D
(90,91,93)
#515254
(81,82,84)
#48494B
(72,73,75)
#3F4042
(63,64,66)
#363739
(54,55,57)
#2D2E30
(45,46,48)
#242527
(36,37,39)
#1B1C1E
(27,28,30)
#121315
(18,19,21)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #636466

#636466
(99,100,102)
#717273
(113,114,115)
#7F8080
(127,128,128)
#8D8E8D
(141,142,141)
#9B9C9A
(155,156,154)
#A9AAA7
(169,170,167)
#B7B8B4
(183,184,180)
#C5C6C1
(197,198,193)
#D3D4CE
(211,212,206)
#E1E2DB
(225,226,219)
#EFF0E8
(239,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636466; }

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

This text font color is #636466.


Background Color

.myBgColor { background-color: #636466; }

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

This div background color is #636466.


Border color

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

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

This div border color is #636466.


Opacity

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

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

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

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

This text has shadow with #636466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636466 on black background.


Color preview on white background

This text has color #636466 on white background.



Black color preview on #636466 background

This text has black color on #636466 background.


White color preview on #636466 background

This text has white color on #636466 background.