COLOR #636480

HEX: #636480
RGB: (99,100,128)

Color info

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

RGB color model

#636480 color RGB value is (99,100,128).

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

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 128 of 255 = 50%

99
100
128

R + G + B ~ 43%. #636480 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 128 = 327 (100%)
R 99 of 327 ~ 30.28%
G 100 of 327 ~ 30.58%
B 128 of 327 ~ 39.14%

%30.28
%30.58
%39.14

CMYK color model

#636480 color CMYK value is (23,22,0,50).

  • cyan value is 22.66%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,22,0,50)
C23M22Y0K50 
(23%,22%,0%,50%)
(0.23/0.22/0.00/0.50)	

CMYK percentages

%22.66
%21.88
%0
%49.8

Codes

Color #636480 in popluar color models

636480
RGB99100128
HSL238°12.78%44.51%
HSB/HSV238°22.66%50.20%
CMYK22.66%21.88%0.00%
49.80%

Color #636480 in popluar number systems.

HEX636480
Decimal99100128
Binary1100011110010010000000
Octal143144200

Shades and tints

Shades of #636480

#636480
(99,100,128)
#5A5B75
(90,91,117)
#51526A
(81,82,106)
#48495F
(72,73,95)
#3F4054
(63,64,84)
#363749
(54,55,73)
#2D2E3E
(45,46,62)
#242533
(36,37,51)
#1B1C28
(27,28,40)
#12131D
(18,19,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #636480

#636480
(99,100,128)
#71728B
(113,114,139)
#7F8096
(127,128,150)
#8D8EA1
(141,142,161)
#9B9CAC
(155,156,172)
#A9AAB7
(169,170,183)
#B7B8C2
(183,184,194)
#C5C6CD
(197,198,205)
#D3D4D8
(211,212,216)
#E1E2E3
(225,226,227)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636480; }

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

This text font color is #636480.


Background Color

.myBgColor { background-color: #636480; }

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

This div background color is #636480.


Border color

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

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

This div border color is #636480.


Opacity

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

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

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

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

This text has shadow with #636480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636480 on black background.


Color preview on white background

This text has color #636480 on white background.



Black color preview on #636480 background

This text has black color on #636480 background.


White color preview on #636480 background

This text has white color on #636480 background.