COLOR #83C596

HEX: #83C596
RGB: (131,197,150)

Color info

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

RGB color model

#83C596 color RGB value is (131,197,150).

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

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 150 of 255 = 59%

131
197
150

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

Portions of RGB colors in percentages

R + G + B =
131 + 197 + 150 = 478 (100%)
R 131 of 478 ~ 27.41%
G 197 of 478 ~ 41.21%
B 150 of 478 ~ 31.38%

%27.41
%41.21
%31.38

CMYK color model

#83C596 color CMYK value is (34,0,24,23).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 23.86%
  • key color value is 22.75%
CMYK:
(34,0,24,23)
C34M0Y24K23 
(34%,0%,24%,23%)
(0.34/0.00/0.24/0.23)	

CMYK percentages

%33.5
%0
%23.86
%22.75

Codes

Color #83C596 in popluar color models

83C596
RGB131197150
HSL137°36.26%64.31%
HSB/HSV137°33.50%77.25%
CMYK33.50%0.00%23.86%
22.75%

Color #83C596 in popluar number systems.

HEX83C596
Decimal131197150
Binary100000111100010110010110
Octal203305226

Shades and tints

Shades of #83C596

#83C596
(131,197,150)
#78B489
(120,180,137)
#6DA37C
(109,163,124)
#62926F
(98,146,111)
#578162
(87,129,98)
#4C7055
(76,112,85)
#415F48
(65,95,72)
#364E3B
(54,78,59)
#2B3D2E
(43,61,46)
#202C21
(32,44,33)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #83C596

#83C596
(131,197,150)
#8ECA9F
(142,202,159)
#99CFA8
(153,207,168)
#A4D4B1
(164,212,177)
#AFD9BA
(175,217,186)
#BADEC3
(186,222,195)
#C5E3CC
(197,227,204)
#D0E8D5
(208,232,213)
#DBEDDE
(219,237,222)
#E6F2E7
(230,242,231)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C596; }

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

This text font color is #83C596.


Background Color

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

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

This div background color is #83C596.


Border color

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

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

This div border color is #83C596.


Opacity

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

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

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

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

This text has shadow with #83C596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C596 on black background.


Color preview on white background

This text has color #83C596 on white background.



Black color preview on #83C596 background

This text has black color on #83C596 background.


White color preview on #83C596 background

This text has white color on #83C596 background.