COLOR #83C66D

HEX: #83C66D
RGB: (131,198,109)

Color info

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

RGB color model

#83C66D color RGB value is (131,198,109).

  • red value is 131;
  • green value is 198;
  • blue value is 109.
RGB:
(131,198,109)
(51%,78%,43%)

RGB channels and saturation

R 131 of 255 = 51%
G 198 of 255 = 78%
B 109 of 255 = 43%

131
198
109

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

Portions of RGB colors in percentages

R + G + B =
131 + 198 + 109 = 438 (100%)
R 131 of 438 ~ 29.91%
G 198 of 438 ~ 45.21%
B 109 of 438 ~ 24.89%

%29.91
%45.21
%24.89

CMYK color model

#83C66D color CMYK value is (34,0,45,22).

  • cyan value is 33.84%
  • magenta value is 0.00%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(34,0,45,22)
C34M0Y45K22 
(34%,0%,45%,22%)
(0.34/0.00/0.45/0.22)	

CMYK percentages

%33.84
%0
%44.95
%22.35

Codes

Color #83C66D in popluar color models

83C66D
RGB131198109
HSL105°43.84%60.20%
HSB/HSV105°44.95%77.65%
CMYK33.84%0.00%44.95%
22.35%

Color #83C66D in popluar number systems.

HEX83C66D
Decimal131198109
Binary10000011110001101101101
Octal203306155

Shades and tints

Shades of #83C66D

#83C66D
(131,198,109)
#78B464
(120,180,100)
#6DA25B
(109,162,91)
#629052
(98,144,82)
#577E49
(87,126,73)
#4C6C40
(76,108,64)
#415A37
(65,90,55)
#36482E
(54,72,46)
#2B3625
(43,54,37)
#20241C
(32,36,28)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #83C66D

#83C66D
(131,198,109)
#8ECB7A
(142,203,122)
#99D087
(153,208,135)
#A4D594
(164,213,148)
#AFDAA1
(175,218,161)
#BADFAE
(186,223,174)
#C5E4BB
(197,228,187)
#D0E9C8
(208,233,200)
#DBEED5
(219,238,213)
#E6F3E2
(230,243,226)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83C66D color. Also use rgb(131,198,109) instead hex code.

Text Font Color

.myTextColor { color: #83C66D; }

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

This text font color is #83C66D.


Background Color

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

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

This div background color is #83C66D.


Border color

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

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

This div border color is #83C66D.


Opacity

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

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

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

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

This text has shadow with #83C66D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83C66D on black background.


Color preview on white background

This text has color #83C66D on white background.



Black color preview on #83C66D background

This text has black color on #83C66D background.


White color preview on #83C66D background

This text has white color on #83C66D background.