COLOR #83C560

HEX: #83C560
RGB: (131,197,96)

Color info

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

RGB color model

#83C560 color RGB value is (131,197,96).

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

RGB channels and saturation

R 131 of 255 = 51%
G 197 of 255 = 77%
B 96 of 255 = 38%

131
197
96

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

Portions of RGB colors in percentages

R + G + B =
131 + 197 + 96 = 424 (100%)
R 131 of 424 ~ 30.9%
G 197 of 424 ~ 46.46%
B 96 of 424 ~ 22.64%

%30.9
%46.46
%22.64

CMYK color model

#83C560 color CMYK value is (34,0,51,23).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 51.27%
  • key color value is 22.75%
CMYK:
(34,0,51,23)
C34M0Y51K23 
(34%,0%,51%,23%)
(0.34/0.00/0.51/0.23)	

CMYK percentages

%33.5
%0
%51.27
%22.75

Codes

Color #83C560 in popluar color models

83C560
RGB13119796
HSL99°46.54%57.45%
HSB/HSV99°51.27%77.25%
CMYK33.50%0.00%51.27%
22.75%

Color #83C560 in popluar number systems.

HEX83C560
Decimal13119796
Binary10000011110001011100000
Octal203305140

Shades and tints

Shades of #83C560

#83C560
(131,197,96)
#78B458
(120,180,88)
#6DA350
(109,163,80)
#629248
(98,146,72)
#578140
(87,129,64)
#4C7038
(76,112,56)
#415F30
(65,95,48)
#364E28
(54,78,40)
#2B3D20
(43,61,32)
#202C18
(32,44,24)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #83C560

#83C560
(131,197,96)
#8ECA6E
(142,202,110)
#99CF7C
(153,207,124)
#A4D48A
(164,212,138)
#AFD998
(175,217,152)
#BADEA6
(186,222,166)
#C5E3B4
(197,227,180)
#D0E8C2
(208,232,194)
#DBEDD0
(219,237,208)
#E6F2DE
(230,242,222)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83C560; }

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

This text font color is #83C560.


Background Color

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

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

This div background color is #83C560.


Border color

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

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

This div border color is #83C560.


Opacity

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

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

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

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

This text has shadow with #83C560 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C560 on black background.


Color preview on white background

This text has color #83C560 on white background.



Black color preview on #83C560 background

This text has black color on #83C560 background.


White color preview on #83C560 background

This text has white color on #83C560 background.