HEX: #48665A
RGB: (72,102,90)
#48665A contains red, green and blue colors in about the same proportion. Web safe color of #48665A is #336666 (or #366).
#48665A color RGB value is (72,102,90).
RGB: (72,102,90)
(28%, 40%, 35%)
R 72 of 255 = 28%
G 102 of 255 = 40%
B 90 of 255 = 35%
R + G + B ~ 34%. #48665A is quite dark color.
R + G + B = 72 + 102 + 90 = 264 (100%)
R 72 of 264 ~ 27.27%
G 102 of 264 ~ 38.64%
B 90 of 264 ~ 34.09'%
#48665A color CMYK value is (29,0,12,60).
CMYK: (29,0,12,60) C29M0Y12K60 (29%,0%,12%,60%) (0.29/0.00/0.12/0.60)
Color #48665A in popluar color models
48 | 66 | 5A | |
---|---|---|---|
RGB | 72 | 102 | 90 |
HSL | 156° | 17.24% | 34.12% |
HSB/HSV | 156° | 29.41% | 40.00% |
CMYK | 29.41% | 0.00% | 11.76% |
60.00% |
Color #48665A in popluar number systems.
HEX | 48 | 66 | 5A |
Decimal | 72 | 102 | 90 |
Binary | 1001000 | 1100110 | 1011010 |
Octal | 110 | 146 | 132 |
Shades of #48665A
Tints of #48665A
Examples of css and html codes for elements with #48665A color. Also use rgb(72,102,90) instead hex code.
.myTextColor { color: #48665A; }
<p style="color:#48665A">This sample text font color is #48665A.</p>
This text font color is #48665A.
.myBgColor { background-color: #48665A; }
<div style="background-color:#48665A">Inner text</div>
This div background color is #48665A.
.myBorderColor { border: 1px solid #48665A; }
<div style="border:3px solid #48665A">Div</div>
This div border color is #48665A.
.myOpacity80 { color: #48665A; opacity: 0.8; }
<p style="color:#48665A;opacity:0.8;">80%</p>
Text with #48665A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48665A;}
<p style="text-shadow: 3px 3px 1px #48665A">Text here.</p>
This text has shadow with #48665A color.
.textShadow {text-shadow: 3px 3px 1px #48665A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48665A, 5px 5px 20px red">Text here.</p>
This text has shadow with #48665A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48665A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48665A, Direction=45, Strength=4)">Text</p>
This text has shadow with #48665A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48665A;
-webkit-box-shadow: 1px 1px 3px 2px #48665A;
box-shadow: 1px 1px 3px 2px #48665A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48665A; -webkit-box-shadow: 1px 1px 3px 2px #48665A; box-shadow:1px 1px 3px 2px #48665A;">
Div content here
</div>
This text has color #48665A on black background.
This text has color #48665A on white background.
This text has black color on #48665A background.
This text has white color on #48665A background.
Complementary color for #hex is #B799A5.