HEX: #48686F
RGB: (72,104,111)
#48686F contains red, green and blue colors in about the same proportion. Web safe color of #48686F is #336666 (or #366).
#48686F color RGB value is (72,104,111).
RGB: (72,104,111)
(28%, 41%, 44%)
R 72 of 255 = 28%
G 104 of 255 = 41%
B 111 of 255 = 44%
R + G + B ~ 38%. #48686F is quite dark color.
R + G + B = 72 + 104 + 111 = 287 (100%)
R 72 of 287 ~ 25.09%
G 104 of 287 ~ 36.24%
B 111 of 287 ~ 38.68'%
#48686F color CMYK value is (35,6,0,56).
CMYK: (35,6,0,56)
C35M6Y0K56 (35%, 6%, 0%, 56%)
(0.35 / 0.06 / 0.00 / 0.56)
Color #48686F in popluar color models
48 | 68 | 6F | |
---|---|---|---|
RGB | 72 | 104 | 111 |
HSL | 191° | 21.31% | 35.88% |
HSB/HSV | 191° | 35.14% | 43.53% |
CMYK | 35.14% | 6.31% | 0.00% |
56.47% |
Color #48686F in popluar number systems.
HEX | 48 | 68 | 6F |
Decimal | 72 | 104 | 111 |
Binary | 1001000 | 1101000 | 1101111 |
Octal | 110 | 150 | 157 |
Shades of #48686F
Tints of #48686F
Examples of css and html codes for elements with #48686F color. Also use rgb(72,104,111) instead hex code.
.myTextColor { color: #48686F; }
<p style="color:#48686F">This sample text font color is #48686F.</p>
This text font color is #48686F.
.myBgColor { background-color: #48686F; }
<div style="background-color:#48686F">Inner text</div>
This div background color is #48686F.
.myBorderColor { border: 1px solid #48686F; }
<div style="border:3px solid #48686F">Div</div>
This div border color is #48686F.
.myOpacity80 { color: #48686F; opacity: 0.8; }
<p style="color:#48686F;opacity:0.8;">80%</p>
Text with #48686F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48686F;}
<p style="text-shadow: 3px 3px 1px #48686F">Text here.</p>
This text has shadow with #48686F color.
.textShadow {text-shadow: 3px 3px 1px #48686F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48686F, 5px 5px 20px red">Text here.</p>
This text has shadow with #48686F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48686F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48686F, Direction=45, Strength=4)">Text</p>
This text has shadow with #48686F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48686F;
-webkit-box-shadow: 1px 1px 3px 2px #48686F;
box-shadow: 1px 1px 3px 2px #48686F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48686F; -webkit-box-shadow: 1px 1px 3px 2px #48686F; box-shadow:1px 1px 3px 2px #48686F;">
Div content here
</div>
This text has color #48686F on black background.
This text has color #48686F on white background.
This text has black color on #48686F background.
This text has white color on #48686F background.
Complementary color for #hex is #B79790.