COLOR #636264

HEX: #636264
RGB: (99,98,100)

Color info

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

RGB color model

#636264 color RGB value is (99,98,100).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 100 of 255 = 39%

99
98
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 100 = 297 (100%)
R 99 of 297 ~ 33.33%
G 98 of 297 ~ 33%
B 100 of 297 ~ 33.67%

%33.33
%33
%33.67

CMYK color model

#636264 color CMYK value is (1,2,0,61).

  • cyan value is 1.00%
  • magenta value is 2.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(1,2,0,61)
C1M2Y0K61 
(1%,2%,0%,61%)
(0.01/0.02/0.00/0.61)	

CMYK percentages

%1
%2
%0
%60.78

Codes

Color #636264 in popluar color models

636264
RGB9998100
HSL270°1.01%38.82%
HSB/HSV270°2.00%39.22%
CMYK1.00%2.00%0.00%
60.78%

Color #636264 in popluar number systems.

HEX636264
Decimal9998100
Binary110001111000101100100
Octal143142144

Shades and tints

Shades of #636264

#636264
(99,98,100)
#5A5A5B
(90,90,91)
#515252
(81,82,82)
#484A49
(72,74,73)
#3F4240
(63,66,64)
#363A37
(54,58,55)
#2D322E
(45,50,46)
#242A25
(36,42,37)
#1B221C
(27,34,28)
#121A13
(18,26,19)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #636264

#636264
(99,98,100)
#717072
(113,112,114)
#7F7E80
(127,126,128)
#8D8C8E
(141,140,142)
#9B9A9C
(155,154,156)
#A9A8AA
(169,168,170)
#B7B6B8
(183,182,184)
#C5C4C6
(197,196,198)
#D3D2D4
(211,210,212)
#E1E0E2
(225,224,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636264; }

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

This text font color is #636264.


Background Color

.myBgColor { background-color: #636264; }

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

This div background color is #636264.


Border color

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

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

This div border color is #636264.


Opacity

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

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

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

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

This text has shadow with #636264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636264 on black background.


Color preview on white background

This text has color #636264 on white background.



Black color preview on #636264 background

This text has black color on #636264 background.


White color preview on #636264 background

This text has white color on #636264 background.