HEX: #00563F
RGB: (0,86,63)
#00563F contains only green and blue colors. Web safe color of #00563F is #006633 (or #063).
#00563F color RGB value is (0,86,63).
RGB: (0,86,63)
(0%, 34%, 25%)
R 0 of 255 = 0%
G 86 of 255 = 34%
B 63 of 255 = 25%
R + G + B ~ 20%. #00563F is dark color.
R + G + B = 0 + 86 + 63 = 149 (100%)
R 0 of 149 ~ 0%
G 86 of 149 ~ 57.72%
B 63 of 149 ~ 42.28'%
#00563F color CMYK value is (100,0,27,66).
CMYK: (100,0,27,66)
C100M0Y27K66 (100%, 0%, 27%, 66%)
(1.00 / 0.00 / 0.27 / 0.66)
Color #00563F in popluar color models
00 | 56 | 3F | |
---|---|---|---|
RGB | 0 | 86 | 63 |
HSL | 164° | 100.00% | 16.86% |
HSB/HSV | 164° | 100.00% | 33.73% |
CMYK | 100.00% | 0.00% | 26.74% |
66.27% |
Color #00563F in popluar number systems.
HEX | 00 | 56 | 3F |
Decimal | 0 | 86 | 63 |
Binary | 0 | 1010110 | 111111 |
Octal | 0 | 126 | 77 |
Shades of #00563F
Tints of #00563F
Examples of css and html codes for elements with #00563F color. Also use rgb(0,86,63) instead hex code.
.myTextColor { color: #00563F; }
<p style="color:#00563F">This sample text font color is #00563F.</p>
This text font color is #00563F.
.myBgColor { background-color: #00563F; }
<div style="background-color:#00563F">Inner text</div>
This div background color is #00563F.
.myBorderColor { border: 1px solid #00563F; }
<div style="border:3px solid #00563F">Div</div>
This div border color is #00563F.
.myOpacity80 { color: #00563F; opacity: 0.8; }
<p style="color:#00563F;opacity:0.8;">80%</p>
Text with #00563F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #00563F;}
<p style="text-shadow: 3px 3px 1px #00563F">Text here.</p>
This text has shadow with #00563F color.
.textShadow {text-shadow: 3px 3px 1px #00563F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #00563F, 5px 5px 20px red">Text here.</p>
This text has shadow with #00563F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00563F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#00563F, Direction=45, Strength=4)">Text</p>
This text has shadow with #00563F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #00563F;
-webkit-box-shadow: 1px 1px 3px 2px #00563F;
box-shadow: 1px 1px 3px 2px #00563F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00563F; -webkit-box-shadow: 1px 1px 3px 2px #00563F; box-shadow:1px 1px 3px 2px #00563F;">
Div content here
</div>
This text has color #00563F on black background.
This text has color #00563F on white background.
This text has black color on #00563F background.
This text has white color on #00563F background.
Complementary color for #hex is #FFA9C0.
Color #00563F is used in Sacramento State Green gradient.
Sacramento State Green