COLOR #636462

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

99
100
98

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

Portions of RGB colors in percentages

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

%33.33
%33.67
%33

CMYK color model

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

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

CMYK percentages

%1
%0
%2
%60.78

Codes

Color #636462 in popluar color models

636462
RGB9910098
HSL90°1.01%38.82%
HSB/HSV90°2.00%39.22%
CMYK1.00%0.00%2.00%
60.78%

Color #636462 in popluar number systems.

HEX636462
Decimal9910098
Binary110001111001001100010
Octal143144142

Shades and tints

Shades of #636462

#636462
(99,100,98)
#5A5B5A
(90,91,90)
#515252
(81,82,82)
#48494A
(72,73,74)
#3F4042
(63,64,66)
#36373A
(54,55,58)
#2D2E32
(45,46,50)
#24252A
(36,37,42)
#1B1C22
(27,28,34)
#12131A
(18,19,26)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #636462

#636462
(99,100,98)
#717270
(113,114,112)
#7F807E
(127,128,126)
#8D8E8C
(141,142,140)
#9B9C9A
(155,156,154)
#A9AAA8
(169,170,168)
#B7B8B6
(183,184,182)
#C5C6C4
(197,198,196)
#D3D4D2
(211,212,210)
#E1E2E0
(225,226,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636462; }

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

This text font color is #636462.


Background Color

.myBgColor { background-color: #636462; }

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

This div background color is #636462.


Border color

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

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

This div border color is #636462.


Opacity

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

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

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

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

This text has shadow with #636462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636462 on black background.


Color preview on white background

This text has color #636462 on white background.



Black color preview on #636462 background

This text has black color on #636462 background.


White color preview on #636462 background

This text has white color on #636462 background.