COLOR #83C593

HEX: #83C593
RGB: (131,197,147)

Color info

#83C593 contains mainly green and blue colors. Web safe color of #83C593 is #99CC99 (or #9C9).

RGB color model

#83C593 color RGB value is (131,197,147).

  • red value is 131;
  • green value is 197;
  • blue value is 147.
RGB:
(131,197,147)
(51%,77%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 147 of 255 = 58%

131
197
147

R + G + B ~ 62%. #83C593 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 197 + 147 = 475 (100%)
R 131 of 475 ~ 27.58%
G 197 of 475 ~ 41.47%
B 147 of 475 ~ 30.95%

%27.58
%41.47
%30.95

CMYK color model

#83C593 color CMYK value is (34,0,25,23).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 25.38%
  • key color value is 22.75%
CMYK:
(34,0,25,23)
C34M0Y25K23 
(34%,0%,25%,23%)
(0.34/0.00/0.25/0.23)	

CMYK percentages

%33.5
%0
%25.38
%22.75

Codes

Color #83C593 in popluar color models

83C593
RGB131197147
HSL135°36.26%64.31%
HSB/HSV135°33.50%77.25%
CMYK33.50%0.00%25.38%
22.75%

Color #83C593 in popluar number systems.

HEX83C593
Decimal131197147
Binary100000111100010110010011
Octal203305223

Shades and tints

Shades of #83C593

#83C593
(131,197,147)
#78B486
(120,180,134)
#6DA379
(109,163,121)
#62926C
(98,146,108)
#57815F
(87,129,95)
#4C7052
(76,112,82)
#415F45
(65,95,69)
#364E38
(54,78,56)
#2B3D2B
(43,61,43)
#202C1E
(32,44,30)
#151B11
(21,27,17)
#000000
(0,0,0)

Tints of #83C593

#83C593
(131,197,147)
#8ECA9C
(142,202,156)
#99CFA5
(153,207,165)
#A4D4AE
(164,212,174)
#AFD9B7
(175,217,183)
#BADEC0
(186,222,192)
#C5E3C9
(197,227,201)
#D0E8D2
(208,232,210)
#DBEDDB
(219,237,219)
#E6F2E4
(230,242,228)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C593 color. Also use rgb(131,197,147) instead hex code.

Text Font Color

.myTextColor { color: #83C593; }

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

This text font color is #83C593.


Background Color

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

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

This div background color is #83C593.


Border color

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

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

This div border color is #83C593.


Opacity

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

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

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

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

This text has shadow with #83C593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C593 on black background.


Color preview on white background

This text has color #83C593 on white background.



Black color preview on #83C593 background

This text has black color on #83C593 background.


White color preview on #83C593 background

This text has white color on #83C593 background.