HEX: #63B07A
RGB: (99,176,122)
#63B07A contains mainly green and blue colors. Web safe color of #63B07A is #669966 (or #696).
#63B07A color RGB value is (99,176,122).
RGB: (99,176,122)
(39%, 69%, 48%)
R 99 of 255 = 39%
G 176 of 255 = 69%
B 122 of 255 = 48%
R + G + B ~ 52%. #63B07A is middle color (not dark and not light).
R + G + B = 99 + 176 + 122 = 397 (100%)
R 99 of 397 ~ 24.94%
G 176 of 397 ~ 44.33%
B 122 of 397 ~ 30.73'%
#63B07A color CMYK value is (44,0,31,31).
CMYK: (44,0,31,31)
C44M0Y31K31 (44%, 0%, 31%, 31%)
(0.44 / 0.00 / 0.31 / 0.31)
Color #63B07A in popluar color models
63 | B0 | 7A | |
---|---|---|---|
RGB | 99 | 176 | 122 |
HSL | 138° | 32.77% | 53.92% |
HSB/HSV | 138° | 43.75% | 69.02% |
CMYK | 43.75% | 0.00% | 30.68% |
30.98% |
Color #63B07A in popluar number systems.
HEX | 63 | B0 | 7A |
Decimal | 99 | 176 | 122 |
Binary | 1100011 | 10110000 | 1111010 |
Octal | 143 | 260 | 172 |
Shades of #63B07A
Tints of #63B07A
Examples of css and html codes for elements with #63B07A color. Also use rgb(99,176,122) instead hex code.
.myTextColor { color: #63B07A; }
<p style="color:#63B07A">This sample text font color is #63B07A.</p>
This text font color is #63B07A.
.myBgColor { background-color: #63B07A; }
<div style="background-color:#63B07A">Inner text</div>
This div background color is #63B07A.
.myBorderColor { border: 1px solid #63B07A; }
<div style="border:3px solid #63B07A">Div</div>
This div border color is #63B07A.
.myOpacity80 { color: #63B07A; opacity: 0.8; }
<p style="color:#63B07A;opacity:0.8;">80%</p>
Text with #63B07A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63B07A;}
<p style="text-shadow: 3px 3px 1px #63B07A">Text here.</p>
This text has shadow with #63B07A color.
.textShadow {text-shadow: 3px 3px 1px #63B07A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63B07A, 5px 5px 20px red">Text here.</p>
This text has shadow with #63B07A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63B07A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63B07A, Direction=45, Strength=4)">Text</p>
This text has shadow with #63B07A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63B07A;
-webkit-box-shadow: 1px 1px 3px 2px #63B07A;
box-shadow: 1px 1px 3px 2px #63B07A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63B07A; -webkit-box-shadow: 1px 1px 3px 2px #63B07A; box-shadow:1px 1px 3px 2px #63B07A;">
Div content here
</div>
This text has color #63B07A on black background.
This text has color #63B07A on white background.
This text has black color on #63B07A background.
This text has white color on #63B07A background.
Complementary color for #hex is #9C4F85.