HEX: #63A07B
RGB: (99,160,123)
#63A07B contains mainly green and blue colors. Web safe color of #63A07B is #669966 (or #696).
#63A07B color RGB value is (99,160,123).
RGB: (99,160,123)
(39%, 63%, 48%)
R 99 of 255 = 39%
G 160 of 255 = 63%
B 123 of 255 = 48%
R + G + B ~ 50%. #63A07B is middle color (not dark and not light).
R + G + B = 99 + 160 + 123 = 382 (100%)
R 99 of 382 ~ 25.92%
G 160 of 382 ~ 41.88%
B 123 of 382 ~ 32.2'%
#63A07B color CMYK value is (38,0,23,37).
CMYK: (38,0,23,37)
C38M0Y23K37 (38%, 0%, 23%, 37%)
(0.38 / 0.00 / 0.23 / 0.37)
Color #63A07B in popluar color models
63 | A0 | 7B | |
---|---|---|---|
RGB | 99 | 160 | 123 |
HSL | 144° | 24.30% | 50.78% |
HSB/HSV | 144° | 38.13% | 62.75% |
CMYK | 38.13% | 0.00% | 23.13% |
37.25% |
Color #63A07B in popluar number systems.
HEX | 63 | A0 | 7B |
Decimal | 99 | 160 | 123 |
Binary | 1100011 | 10100000 | 1111011 |
Octal | 143 | 240 | 173 |
Shades of #63A07B
Tints of #63A07B
Examples of css and html codes for elements with #63A07B color. Also use rgb(99,160,123) instead hex code.
.myTextColor { color: #63A07B; }
<p style="color:#63A07B">This sample text font color is #63A07B.</p>
This text font color is #63A07B.
.myBgColor { background-color: #63A07B; }
<div style="background-color:#63A07B">Inner text</div>
This div background color is #63A07B.
.myBorderColor { border: 1px solid #63A07B; }
<div style="border:3px solid #63A07B">Div</div>
This div border color is #63A07B.
.myOpacity80 { color: #63A07B; opacity: 0.8; }
<p style="color:#63A07B;opacity:0.8;">80%</p>
Text with #63A07B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #63A07B;}
<p style="text-shadow: 3px 3px 1px #63A07B">Text here.</p>
This text has shadow with #63A07B color.
.textShadow {text-shadow: 3px 3px 1px #63A07B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #63A07B, 5px 5px 20px red">Text here.</p>
This text has shadow with #63A07B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63A07B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#63A07B, Direction=45, Strength=4)">Text</p>
This text has shadow with #63A07B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #63A07B;
-webkit-box-shadow: 1px 1px 3px 2px #63A07B;
box-shadow: 1px 1px 3px 2px #63A07B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63A07B; -webkit-box-shadow: 1px 1px 3px 2px #63A07B; box-shadow:1px 1px 3px 2px #63A07B;">
Div content here
</div>
This text has color #63A07B on black background.
This text has color #63A07B on white background.
This text has black color on #63A07B background.
This text has white color on #63A07B background.
Complementary color for #hex is #9C5F84.