HEX: #487D29
RGB: (72,125,41)
#487D29 contains mainly red and green colors. Web safe color of #487D29 is #336633 (or #363).
#487D29 color RGB value is (72,125,41).
RGB: (72,125,41)
(28%, 49%, 16%)
R 72 of 255 = 28%
G 125 of 255 = 49%
B 41 of 255 = 16%
R + G + B ~ 31%. #487D29 is quite dark color.
R + G + B = 72 + 125 + 41 = 238 (100%)
R 72 of 238 ~ 30.25%
G 125 of 238 ~ 52.52%
B 41 of 238 ~ 17.23'%
#487D29 color CMYK value is (42,0,67,51).
CMYK: (42,0,67,51) C42M0Y67K51 (42%,0%,67%,51%) (0.42/0.00/0.67/0.51)
Color #487D29 in popluar color models
48 | 7D | 29 | |
---|---|---|---|
RGB | 72 | 125 | 41 |
HSL | 98° | 50.60% | 32.55% |
HSB/HSV | 98° | 67.20% | 49.02% |
CMYK | 42.40% | 0.00% | 67.20% |
50.98% |
Color #487D29 in popluar number systems.
HEX | 48 | 7D | 29 |
Decimal | 72 | 125 | 41 |
Binary | 1001000 | 1111101 | 101001 |
Octal | 110 | 175 | 51 |
Shades of #487D29
Tints of #487D29
Examples of css and html codes for elements with #487D29 color. Also use rgb(72,125,41) instead hex code.
.myTextColor { color: #487D29; }
<p style="color:#487D29">This sample text font color is #487D29.</p>
This text font color is #487D29.
.myBgColor { background-color: #487D29; }
<div style="background-color:#487D29">Inner text</div>
This div background color is #487D29.
.myBorderColor { border: 1px solid #487D29; }
<div style="border:3px solid #487D29">Div</div>
This div border color is #487D29.
.myOpacity80 { color: #487D29; opacity: 0.8; }
<p style="color:#487D29;opacity:0.8;">80%</p>
Text with #487D29 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #487D29;}
<p style="text-shadow: 3px 3px 1px #487D29">Text here.</p>
This text has shadow with #487D29 color.
.textShadow {text-shadow: 3px 3px 1px #487D29', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #487D29, 5px 5px 20px red">Text here.</p>
This text has shadow with #487D29 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#487D29, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#487D29, Direction=45, Strength=4)">Text</p>
This text has shadow with #487D29 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #487D29;
-webkit-box-shadow: 1px 1px 3px 2px #487D29;
box-shadow: 1px 1px 3px 2px #487D29;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #487D29; -webkit-box-shadow: 1px 1px 3px 2px #487D29; box-shadow:1px 1px 3px 2px #487D29;">
Div content here
</div>
This text has color #487D29 on black background.
This text has color #487D29 on white background.
This text has black color on #487D29 background.
This text has white color on #487D29 background.
Complementary color for #hex is #B782D6.