COLOR #83C379

HEX: #83C379 RGB: (131,195,121)

Color info

#83C379 contains mainly green color. Web safe color of #83C379 is #99CC66 (or #9C6).

RGB color model

#83C379 color RGB value is (131,195,121).

RGB: (131,195,121) (51%, 76%, 47%)

RGB channels and saturation

R 131 of 255 = 51%
G 195 of 255 = 76%
B 121 of 255 = 47%

131
195
121

R + G + B ~ 58%. #83C379 is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%29.31
%43.62
%27.07

CMYK color model

#83C379 color CMYK value is (33,0,38,24).

  • cyan value is 32.82%
  • magenta value is 0.00%
  • yellow value is 37.95%
  • key color value is 23.53%
CMYK: (33,0,38,24) C33M0Y38K24 (33%,0%,38%,24%) (0.33/0.00/0.38/0.24) 

CMYK percentages

%32.82
%0
%37.95
%23.53

Codes

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 and tints

Shades of #83C379

#83C379
(131,195,121)
#78B26E
(120,178,110)
#6DA163
(109,161,99)
#629058
(98,144,88)
#577F4D
(87,127,77)
#4C6E42
(76,110,66)
#415D37
(65,93,55)
#364C2C
(54,76,44)
#2B3B21
(43,59,33)
#202A16
(32,42,22)
#15190B
(21,25,11)
#000000
(0,0,0)

Tints of #83C379

#83C379
(131,195,121)
#8EC885
(142,200,133)
#99CD91
(153,205,145)
#A4D29D
(164,210,157)
#AFD7A9
(175,215,169)
#BADCB5
(186,220,181)
#C5E1C1
(197,225,193)
#D0E6CD
(208,230,205)
#DBEBD9
(219,235,217)
#E6F0E5
(230,240,229)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C379 color. Also use rgb(131,195,121) instead hex code.

Text Font Color

.myTextColor { color: #83C379; }

<p style="color:#83C379">This sample text font color is #83C379.</p>

This text font color is #83C379.

Background Color

.myBgColor { background-color: #83C379; }

<div style="background-color:#83C379">Inner text</div>

This div background color is #83C379.

Border color

.myBorderColor { border: 1px solid #83C379; }

<div style="border:3px solid #83C379">Div</div>

This div border color is #83C379.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #83C379.

Preview

Color preview on black background

This text has color #83C379 on black background.


Color preview on white background

This text has color #83C379 on white background.


Black color preview on #83C379 background

This text has black color on #83C379 background.


White color preview on #83C379 background

This text has white color on #83C379 background.


Related colors

Complementary color

Complementary color for #hex is #7C3C86.


I love getcolorcode.com

Triadic colors

1 #7983C3 and #C37983 with #83C379 are triadic colors.

2 #79C383 and #C38379 with #83C379 are triadic colors.