HEX: #48965A
RGB: (72,150,90)
#48965A contains mainly green color. Web safe color of #48965A is #339966 (or #396).
#48965A color RGB value is (72,150,90).
RGB: (72,150,90)
(28%, 59%, 35%)
R 72 of 255 = 28%
G 150 of 255 = 59%
B 90 of 255 = 35%
R + G + B ~ 41%. #48965A is middle color (not dark and not light).
R + G + B = 72 + 150 + 90 = 312 (100%)
R 72 of 312 ~ 23.08%
G 150 of 312 ~ 48.08%
B 90 of 312 ~ 28.85'%
#48965A color CMYK value is (52,0,40,41).
CMYK: (52,0,40,41) C52M0Y40K41 (52%,0%,40%,41%) (0.52/0.00/0.40/0.41)
Color #48965A in popluar color models
48 | 96 | 5A | |
---|---|---|---|
RGB | 72 | 150 | 90 |
HSL | 134° | 35.14% | 43.53% |
HSB/HSV | 134° | 52.00% | 58.82% |
CMYK | 52.00% | 0.00% | 40.00% |
41.18% |
Color #48965A in popluar number systems.
HEX | 48 | 96 | 5A |
Decimal | 72 | 150 | 90 |
Binary | 1001000 | 10010110 | 1011010 |
Octal | 110 | 226 | 132 |
Shades of #48965A
Tints of #48965A
Examples of css and html codes for elements with #48965A color. Also use rgb(72,150,90) instead hex code.
.myTextColor { color: #48965A; }
<p style="color:#48965A">This sample text font color is #48965A.</p>
This text font color is #48965A.
.myBgColor { background-color: #48965A; }
<div style="background-color:#48965A">Inner text</div>
This div background color is #48965A.
.myBorderColor { border: 1px solid #48965A; }
<div style="border:3px solid #48965A">Div</div>
This div border color is #48965A.
.myOpacity80 { color: #48965A; opacity: 0.8; }
<p style="color:#48965A;opacity:0.8;">80%</p>
Text with #48965A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48965A;}
<p style="text-shadow: 3px 3px 1px #48965A">Text here.</p>
This text has shadow with #48965A color.
.textShadow {text-shadow: 3px 3px 1px #48965A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48965A, 5px 5px 20px red">Text here.</p>
This text has shadow with #48965A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48965A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48965A, Direction=45, Strength=4)">Text</p>
This text has shadow with #48965A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48965A;
-webkit-box-shadow: 1px 1px 3px 2px #48965A;
box-shadow: 1px 1px 3px 2px #48965A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48965A; -webkit-box-shadow: 1px 1px 3px 2px #48965A; box-shadow:1px 1px 3px 2px #48965A;">
Div content here
</div>
This text has color #48965A on black background.
This text has color #48965A on white background.
This text has black color on #48965A background.
This text has white color on #48965A background.
Complementary color for #hex is #B769A5.