HEX: #83C663
RGB: (131,198,99)
#83C663 contains mainly green color. Web safe color of #83C663 is #99CC66 (or #9C6).
#83C663 color RGB value is (131,198,99).
RGB: (131,198,99)
(51%, 78%, 39%)
R 131 of 255 = 51%
G 198 of 255 = 78%
B 99 of 255 = 39%
R + G + B ~ 56%. #83C663 is middle color (not dark and not light).
R + G + B = 131 + 198 + 99 = 428 (100%)
R 131 of 428 ~ 30.61%
G 198 of 428 ~ 46.26%
B 99 of 428 ~ 23.13'%
#83C663 color CMYK value is (34,0,50,22).
CMYK: (34,0,50,22) C34M0Y50K22 (34%,0%,50%,22%) (0.34/0.00/0.50/0.22)
Color #83C663 in popluar color models
83 | C6 | 63 | |
---|---|---|---|
RGB | 131 | 198 | 99 |
HSL | 101° | 46.48% | 58.24% |
HSB/HSV | 101° | 50.00% | 77.65% |
CMYK | 33.84% | 0.00% | 50.00% |
22.35% |
Color #83C663 in popluar number systems.
HEX | 83 | C6 | 63 |
Decimal | 131 | 198 | 99 |
Binary | 10000011 | 11000110 | 1100011 |
Octal | 203 | 306 | 143 |
Shades of #83C663
Tints of #83C663
Examples of css and html codes for elements with #83C663 color. Also use rgb(131,198,99) instead hex code.
.myTextColor { color: #83C663; }
<p style="color:#83C663">This sample text font color is #83C663.</p>
This text font color is #83C663.
.myBgColor { background-color: #83C663; }
<div style="background-color:#83C663">Inner text</div>
This div background color is #83C663.
.myBorderColor { border: 1px solid #83C663; }
<div style="border:3px solid #83C663">Div</div>
This div border color is #83C663.
.myOpacity80 { color: #83C663; opacity: 0.8; }
<p style="color:#83C663;opacity:0.8;">80%</p>
Text with #83C663 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83C663;}
<p style="text-shadow: 3px 3px 1px #83C663">Text here.</p>
This text has shadow with #83C663 color.
.textShadow {text-shadow: 3px 3px 1px #83C663', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83C663, 5px 5px 20px red">Text here.</p>
This text has shadow with #83C663 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83C663, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83C663, Direction=45, Strength=4)">Text</p>
This text has shadow with #83C663 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83C663;
-webkit-box-shadow: 1px 1px 3px 2px #83C663;
box-shadow: 1px 1px 3px 2px #83C663;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83C663; -webkit-box-shadow: 1px 1px 3px 2px #83C663; box-shadow:1px 1px 3px 2px #83C663;">
Div content here
</div>
This text has color #83C663 on black background.
This text has color #83C663 on white background.
This text has black color on #83C663 background.
This text has white color on #83C663 background.
Complementary color for #hex is #7C399C.