COLOR #83C973

HEX: #83C973
RGB: (131,201,115)

Color info

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

RGB color model

#83C973 color RGB value is (131,201,115).

  • red value is 131;
  • green value is 201;
  • blue value is 115.
RGB:
(131,201,115)
(51%,79%,45%)

RGB channels and saturation

R 131 of 255 = 51%
G 201 of 255 = 79%
B 115 of 255 = 45%

131
201
115

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

Portions of RGB colors in percentages

R + G + B =
131 + 201 + 115 = 447 (100%)
R 131 of 447 ~ 29.31%
G 201 of 447 ~ 44.97%
B 115 of 447 ~ 25.73%

%29.31
%44.97
%25.73

CMYK color model

#83C973 color CMYK value is (35,0,43,21).

  • cyan value is 34.83%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 21.18%
CMYK:
(35,0,43,21)
C35M0Y43K21 
(35%,0%,43%,21%)
(0.35/0.00/0.43/0.21)	

CMYK percentages

%34.83
%0
%42.79
%21.18

Codes

Color #83C973 in popluar color models

83C973
RGB131201115
HSL109°44.33%61.96%
HSB/HSV109°42.79%78.82%
CMYK34.83%0.00%42.79%
21.18%

Color #83C973 in popluar number systems.

HEX83C973
Decimal131201115
Binary10000011110010011110011
Octal203311163

Shades and tints

Shades of #83C973

#83C973
(131,201,115)
#78B769
(120,183,105)
#6DA55F
(109,165,95)
#629355
(98,147,85)
#57814B
(87,129,75)
#4C6F41
(76,111,65)
#415D37
(65,93,55)
#364B2D
(54,75,45)
#2B3923
(43,57,35)
#202719
(32,39,25)
#15150F
(21,21,15)
#000000
(0,0,0)

Tints of #83C973

#83C973
(131,201,115)
#8ECD7F
(142,205,127)
#99D18B
(153,209,139)
#A4D597
(164,213,151)
#AFD9A3
(175,217,163)
#BADDAF
(186,221,175)
#C5E1BB
(197,225,187)
#D0E5C7
(208,229,199)
#DBE9D3
(219,233,211)
#E6EDDF
(230,237,223)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C973 color. Also use rgb(131,201,115) instead hex code.

Text Font Color

.myTextColor { color: #83C973; }

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

This text font color is #83C973.


Background Color

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

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

This div background color is #83C973.


Border color

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

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

This div border color is #83C973.


Opacity

.myOpacity80 { color: #83C973; opacity: 0.8; }

<p style="color:#83C973;opacity:0.8;">80%</p>

Text with #83C973 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 #83C973;}

<p style="text-shadow: 3px 3px 1px #83C973">Text here.</p>

This text has shadow with #83C973 color.

.textShadow {text-shadow: 3px 3px 1px #83C973, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #83C973, 5px 5px 20px red">Text here.</p>

This text has shadow with #83C973 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#83C973, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#83C973, Direction=45, Strength=4)">Text</p>

This text has shadow with #83C973 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #83C973;
  -webkit-box-shadow:	1px 1px 3px 2px #83C973;
  box-shadow:		1px 1px 3px 2px #83C973;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83C973;
-webkit-box-shadow: 1px 1px 3px 2px #83C973;
box-shadow:1px 1px 3px 2px #83C973;">
Div content here</div>
This div box has shadow with color #83C973.

Preview

Color preview on black background

This text has color #83C973 on black background.


Color preview on white background

This text has color #83C973 on white background.



Black color preview on #83C973 background

This text has black color on #83C973 background.


White color preview on #83C973 background

This text has white color on #83C973 background.