HEX: #48715C
RGB: (72,113,92)
#48715C contains red, green and blue colors in about the same proportion. Web safe color of #48715C is #336666 (or #366).
#48715C color RGB value is (72,113,92).
RGB: (72,113,92)
(28%, 44%, 36%)
R 72 of 255 = 28%
G 113 of 255 = 44%
B 92 of 255 = 36%
R + G + B ~ 36%. #48715C is quite dark color.
R + G + B = 72 + 113 + 92 = 277 (100%)
R 72 of 277 ~ 25.99%
G 113 of 277 ~ 40.79%
B 92 of 277 ~ 33.21'%
#48715C color CMYK value is (36,0,19,56).
CMYK: (36,0,19,56)
C36M0Y19K56 (36%, 0%, 19%, 56%)
(0.36 / 0.00 / 0.19 / 0.56)
Color #48715C in popluar color models
48 | 71 | 5C | |
---|---|---|---|
RGB | 72 | 113 | 92 |
HSL | 149° | 22.16% | 36.27% |
HSB/HSV | 149° | 36.28% | 44.31% |
CMYK | 36.28% | 0.00% | 18.58% |
55.69% |
Color #48715C in popluar number systems.
HEX | 48 | 71 | 5C |
Decimal | 72 | 113 | 92 |
Binary | 1001000 | 1110001 | 1011100 |
Octal | 110 | 161 | 134 |
Shades of #48715C
Tints of #48715C
Examples of css and html codes for elements with #48715C color. Also use rgb(72,113,92) instead hex code.
.myTextColor { color: #48715C; }
<p style="color:#48715C">This sample text font color is #48715C.</p>
This text font color is #48715C.
.myBgColor { background-color: #48715C; }
<div style="background-color:#48715C">Inner text</div>
This div background color is #48715C.
.myBorderColor { border: 1px solid #48715C; }
<div style="border:3px solid #48715C">Div</div>
This div border color is #48715C.
.myOpacity80 { color: #48715C; opacity: 0.8; }
<p style="color:#48715C;opacity:0.8;">80%</p>
Text with #48715C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48715C;}
<p style="text-shadow: 3px 3px 1px #48715C">Text here.</p>
This text has shadow with #48715C color.
.textShadow {text-shadow: 3px 3px 1px #48715C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48715C, 5px 5px 20px red">Text here.</p>
This text has shadow with #48715C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48715C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48715C, Direction=45, Strength=4)">Text</p>
This text has shadow with #48715C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48715C;
-webkit-box-shadow: 1px 1px 3px 2px #48715C;
box-shadow: 1px 1px 3px 2px #48715C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48715C; -webkit-box-shadow: 1px 1px 3px 2px #48715C; box-shadow:1px 1px 3px 2px #48715C;">
Div content here
</div>
This text has color #48715C on black background.
This text has color #48715C on white background.
This text has black color on #48715C background.
This text has white color on #48715C background.
Complementary color for #hex is #B78EA3.