HEX: #83C379
RGB: (131,195,121)
#83C379 contains mainly green color. Web safe color of #83C379 is #99CC66 (or #9C6).
#83C379 color RGB value is (131,195,121).
RGB: (131,195,121)
(51%, 76%, 47%)
R 131 of 255 = 51%
G 195 of 255 = 76%
B 121 of 255 = 47%
R + G + B ~ 58%. #83C379 is middle color (not dark and not light).
R + G + B = 131 + 195 + 121 = 447 (100%)
R 131 of 447 ~ 29.31%
G 195 of 447 ~ 43.62%
B 121 of 447 ~ 27.07'%
#83C379 color CMYK value is (33,0,38,24).
CMYK: (33,0,38,24) C33M0Y38K24 (33%,0%,38%,24%) (0.33/0.00/0.38/0.24)
Color #83C379 in popluar color models
83 | C3 | 79 | |
---|---|---|---|
RGB | 131 | 195 | 121 |
HSL | 112° | 38.14% | 61.96% |
HSB/HSV | 112° | 37.95% | 76.47% |
CMYK | 32.82% | 0.00% | 37.95% |
23.53% |
Color #83C379 in popluar number systems.
HEX | 83 | C3 | 79 |
Decimal | 131 | 195 | 121 |
Binary | 10000011 | 11000011 | 1111001 |
Octal | 203 | 303 | 171 |
Shades of #83C379
Tints of #83C379
Examples of css and html codes for elements with #83C379 color. Also use rgb(131,195,121) instead hex code.
.myTextColor { color: #83C379; }
<p style="color:#83C379">This sample text font color is #83C379.</p>
This text font color is #83C379.
.myBgColor { background-color: #83C379; }
<div style="background-color:#83C379">Inner text</div>
This div background color is #83C379.
.myBorderColor { border: 1px solid #83C379; }
<div style="border:3px solid #83C379">Div</div>
This div border color is #83C379.
.myOpacity80 { color: #83C379; opacity: 0.8; }
<p style="color:#83C379;opacity:0.8;">80%</p>
Text with #83C379 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #83C379;}
<p style="text-shadow: 3px 3px 1px #83C379">Text here.</p>
This text has shadow with #83C379 color.
.textShadow {text-shadow: 3px 3px 1px #83C379', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #83C379, 5px 5px 20px red">Text here.</p>
This text has shadow with #83C379 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83C379, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#83C379, Direction=45, Strength=4)">Text</p>
This text has shadow with #83C379 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #83C379;
-webkit-box-shadow: 1px 1px 3px 2px #83C379;
box-shadow: 1px 1px 3px 2px #83C379;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83C379; -webkit-box-shadow: 1px 1px 3px 2px #83C379; box-shadow:1px 1px 3px 2px #83C379;">
Div content here
</div>
This text has color #83C379 on black background.
This text has color #83C379 on white background.
This text has black color on #83C379 background.
This text has white color on #83C379 background.
Complementary color for #hex is #7C3C86.