COLOR #83B66D

HEX: #83B66D RGB: (131,182,109)

Color info

#83B66D contains mainly red and green colors. Web safe color of #83B66D is #99CC66 (or #9C6).

RGB color model

#83B66D color RGB value is (131,182,109).

RGB: (131,182,109) (51%, 71%, 43%)

RGB channels and saturation

R 131 of 255 = 51%
G 182 of 255 = 71%
B 109 of 255 = 43%

131
182
109

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

Portions of RGB colors in percentages

R + G + B = 131 + 182 + 109 = 422 (100%)
R 131 of 422 ~ 31.04%
G 182 of 422 ~ 43.13%
B 109 of 422 ~ 25.83'%

%31.04
%43.13
%25.83

CMYK color model

#83B66D color CMYK value is (28,0,40,29).

  • cyan value is 28.02%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 28.63%

CMYK: (28,0,40,29)
C28M0Y40K29 (28%, 0%, 40%, 29%)
(0.28 / 0.00 / 0.40 / 0.29)

CMYK percentages

%28.02
%0
%40.11
%28.63

Codes

Color #83B66D in popluar color models

83 B6 6D
RGB 131 182 109
HSL 102° 33.33% 57.06%
HSB/HSV 102° 40.11% 71.37%
CMYK 28.02% 0.00% 40.11%
28.63%

Color #83B66D in popluar number systems.

HEX 83 B6 6D
Decimal 131 182 109
Binary 10000011 10110110 1101101
Octal 203 266 155

Shades and tints

Shades of #83B66D

#83B66D
(131,182,109)
#78A664
(120,166,100)
#6D965B
(109,150,91)
#628652
(98,134,82)
#577649
(87,118,73)
#4C6640
(76,102,64)
#415637
(65,86,55)
#36462E
(54,70,46)
#2B3625
(43,54,37)
#20261C
(32,38,28)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #83B66D

#83B66D
(131,182,109)
#8EBC7A
(142,188,122)
#99C287
(153,194,135)
#A4C894
(164,200,148)
#AFCEA1
(175,206,161)
#BAD4AE
(186,212,174)
#C5DABB
(197,218,187)
#D0E0C8
(208,224,200)
#DBE6D5
(219,230,213)
#E6ECE2
(230,236,226)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #83B66D; }

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

This text font color is #83B66D.

Background Color

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

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

This div background color is #83B66D.

Border color

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

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

This div border color is #83B66D.

Opacity

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

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

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

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

This text has shadow with #83B66D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #83B66D.

Preview

Color preview on black background

This text has color #83B66D on black background.


Color preview on white background

This text has color #83B66D on white background.


Black color preview on #83B66D background

This text has black color on #83B66D background.


White color preview on #83B66D background

This text has white color on #83B66D background.


Related colors

Complementary color

Complementary color for #hex is #7C4992.


I love getcolorcode.com

Triadic colors

1 #6D83B6 and #B66D83 with #83B66D are triadic colors.

2 #6DB683 and #B6836D with #83B66D are triadic colors.