HEX: #63AA60
RGB: (99,170,96)
#63AA60 contains mainly green color. Web safe color of #63AA60 is #669966 (or #696).
#63AA60 color RGB value is (99,170,96).
RGB: (99,170,96)
(39%, 67%, 38%)
R 99 of 255 = 39%
G 170 of 255 = 67%
B 96 of 255 = 38%
R + G + B ~ 48%. #63AA60 is middle color (not dark and not light).
R + G + B = 99 + 170 + 96 = 365 (100%)
R 99 of 365 ~ 27.12%
G 170 of 365 ~ 46.58%
B 96 of 365 ~ 26.3'%
#63AA60 color CMYK value is (42,0,44,33).
CMYK: (42,0,44,33)
C42M0Y44K33 (42%, 0%, 44%, 33%)
(0.42 / 0.00 / 0.44 / 0.33)
Color #63AA60 in popluar color models
63 | AA | 60 | |
---|---|---|---|
RGB | 99 | 170 | 96 |
HSL | 118° | 30.33% | 52.16% |
HSB/HSV | 118° | 43.53% | 66.67% |
CMYK | 41.76% | 0.00% | 43.53% |
33.33% |
Color #63AA60 in popluar number systems.
HEX | 63 | AA | 60 |
Decimal | 99 | 170 | 96 |
Binary | 1100011 | 10101010 | 1100000 |
Octal | 143 | 252 | 140 |
Shades of #63AA60
Tints of #63AA60
Examples of css and html codes for elements with #63AA60 color. Also use rgb(99,170,96) instead hex code.
.myTextColor { color: #63AA60; }
<p style="color:#63AA60">This sample text font color is #63AA60.</p>
This text font color is #63AA60.
.myBgColor { background-color: #63AA60; }
<div style="background-color:#63AA60">Inner text</div>
This div background color is #63AA60.
.myBorderColor { border: 1px solid #63AA60; }
<div style="border:3px solid #63AA60">Div</div>
This div border color is #63AA60.
.myOpacity80 { color: #63AA60; opacity: 0.8; }
<p style="color:#63AA60;opacity:0.8;">80%</p>
Text with #63AA60 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63AA60;}
<p style="text-shadow: 3px 3px 1px #63AA60">Text here.</p>
This text has shadow with #63AA60 color.
.textShadow {text-shadow: 3px 3px 1px #63AA60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63AA60, 5px 5px 20px red">Text here.</p>
This text has shadow with #63AA60 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63AA60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63AA60, Direction=45, Strength=4)">Text</p>
This text has shadow with #63AA60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63AA60;
-webkit-box-shadow: 1px 1px 3px 2px #63AA60;
box-shadow: 1px 1px 3px 2px #63AA60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63AA60; -webkit-box-shadow: 1px 1px 3px 2px #63AA60; box-shadow:1px 1px 3px 2px #63AA60;">
Div content here
</div>
This text has color #63AA60 on black background.
This text has color #63AA60 on white background.
This text has black color on #63AA60 background.
This text has white color on #63AA60 background.
Complementary color for #hex is #9C559F.