HEX: #486462
RGB: (72,100,98)
#486462 contains red, green and blue colors in about the same proportion. Web safe color of #486462 is #336666 (or #366).
#486462 color RGB value is (72,100,98).
RGB: (72,100,98)
(28%, 39%, 38%)
R 72 of 255 = 28%
G 100 of 255 = 39%
B 98 of 255 = 38%
R + G + B ~ 35%. #486462 is quite dark color.
R + G + B = 72 + 100 + 98 = 270 (100%)
R 72 of 270 ~ 26.67%
G 100 of 270 ~ 37.04%
B 98 of 270 ~ 36.3'%
#486462 color CMYK value is (28,0,2,61).
CMYK: (28,0,2,61) C28M0Y2K61 (28%,0%,2%,61%) (0.28/0.00/0.02/0.61)
Color #486462 in popluar color models
48 | 64 | 62 | |
---|---|---|---|
RGB | 72 | 100 | 98 |
HSL | 176° | 16.28% | 33.73% |
HSB/HSV | 176° | 28.00% | 39.22% |
CMYK | 28.00% | 0.00% | 2.00% |
60.78% |
Color #486462 in popluar number systems.
HEX | 48 | 64 | 62 |
Decimal | 72 | 100 | 98 |
Binary | 1001000 | 1100100 | 1100010 |
Octal | 110 | 144 | 142 |
Shades of #486462
Tints of #486462
Examples of css and html codes for elements with #486462 color. Also use rgb(72,100,98) instead hex code.
.myTextColor { color: #486462; }
<p style="color:#486462">This sample text font color is #486462.</p>
This text font color is #486462.
.myBgColor { background-color: #486462; }
<div style="background-color:#486462">Inner text</div>
This div background color is #486462.
.myBorderColor { border: 1px solid #486462; }
<div style="border:3px solid #486462">Div</div>
This div border color is #486462.
.myOpacity80 { color: #486462; opacity: 0.8; }
<p style="color:#486462;opacity:0.8;">80%</p>
Text with #486462 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #486462;}
<p style="text-shadow: 3px 3px 1px #486462">Text here.</p>
This text has shadow with #486462 color.
.textShadow {text-shadow: 3px 3px 1px #486462', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #486462, 5px 5px 20px red">Text here.</p>
This text has shadow with #486462 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#486462, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#486462, Direction=45, Strength=4)">Text</p>
This text has shadow with #486462 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #486462;
-webkit-box-shadow: 1px 1px 3px 2px #486462;
box-shadow: 1px 1px 3px 2px #486462;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #486462; -webkit-box-shadow: 1px 1px 3px 2px #486462; box-shadow:1px 1px 3px 2px #486462;">
Div content here
</div>
This text has color #486462 on black background.
This text has color #486462 on white background.
This text has black color on #486462 background.
This text has white color on #486462 background.
Complementary color for #hex is #B79B9D.