HEX: #636480
RGB: (99,100,128)
#636480 contains red, green and blue colors in about the same proportion. Web safe color of #636480 is #666666 (or #666).
#636480 color RGB value is (99,100,128).
RGB: (99,100,128)
(39%, 39%, 50%)
R 99 of 255 = 39%
G 100 of 255 = 39%
B 128 of 255 = 50%
R + G + B ~ 43%. #636480 is middle color (not dark and not light).
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'%
#636480 color CMYK value is (23,22,0,50).
CMYK: (23,22,0,50)
C23M22Y0K50 (23%, 22%, 0%, 50%)
(0.23 / 0.22 / 0.00 / 0.50)
Color #636480 in popluar color models
63 | 64 | 80 | |
---|---|---|---|
RGB | 99 | 100 | 128 |
HSL | 238° | 12.78% | 44.51% |
HSB/HSV | 238° | 22.66% | 50.20% |
CMYK | 22.66% | 21.88% | 0.00% |
49.80% |
Color #636480 in popluar number systems.
HEX | 63 | 64 | 80 |
Decimal | 99 | 100 | 128 |
Binary | 1100011 | 1100100 | 10000000 |
Octal | 143 | 144 | 200 |
Shades of #636480
Tints of #636480
Examples of css and html codes for elements with #636480 color. Also use rgb(99,100,128) instead hex code.
.myTextColor { color: #636480; }
<p style="color:#636480">This sample text font color is #636480.</p>
This text font color is #636480.
.myBgColor { background-color: #636480; }
<div style="background-color:#636480">Inner text</div>
This div background color is #636480.
.myBorderColor { border: 1px solid #636480; }
<div style="border:3px solid #636480">Div</div>
This div border color is #636480.
.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%.
.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.
/* 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 text has color #636480 on black background.
This text has color #636480 on white background.
This text has black color on #636480 background.
This text has white color on #636480 background.
Complementary color for #hex is #9C9B7F.