COLOR #82C38A

HEX: #82C38A RGB: (130,195,138)

Color info

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

RGB color model

#82C38A color RGB value is (130,195,138).

RGB: (130,195,138) (51%, 76%, 54%)

RGB channels and saturation

R 130 of 255 = 51%
G 195 of 255 = 76%
B 138 of 255 = 54%

130
195
138

R + G + B ~ 60%. #82C38A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 195 + 138 = 463 (100%)
R 130 of 463 ~ 28.08%
G 195 of 463 ~ 42.12%
B 138 of 463 ~ 29.81'%

%28.08
%42.12
%29.81

CMYK color model

#82C38A color CMYK value is (33,0,29,24).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%

CMYK: (33,0,29,24)
C33M0Y29K24 (33%, 0%, 29%, 24%)
(0.33 / 0.00 / 0.29 / 0.24)

CMYK percentages

%33.33
%0
%29.23
%23.53

Codes

Color #82C38A in popluar color models

82 C3 8A
RGB 130 195 138
HSL 127° 35.14% 63.73%
HSB/HSV 127° 33.33% 76.47%
CMYK 33.33% 0.00% 29.23%
23.53%

Color #82C38A in popluar number systems.

HEX 82 C3 8A
Decimal 130 195 138
Binary 10000010 11000011 10001010
Octal 202 303 212

Shades and tints

Shades of #82C38A

#82C38A
(130,195,138)
#77B27E
(119,178,126)
#6CA172
(108,161,114)
#619066
(97,144,102)
#567F5A
(86,127,90)
#4B6E4E
(75,110,78)
#405D42
(64,93,66)
#354C36
(53,76,54)
#2A3B2A
(42,59,42)
#1F2A1E
(31,42,30)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #82C38A

#82C38A
(130,195,138)
#8DC894
(141,200,148)
#98CD9E
(152,205,158)
#A3D2A8
(163,210,168)
#AED7B2
(174,215,178)
#B9DCBC
(185,220,188)
#C4E1C6
(196,225,198)
#CFE6D0
(207,230,208)
#DAEBDA
(218,235,218)
#E5F0E4
(229,240,228)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82C38A color. Also use rgb(130,195,138) instead hex code.

Text Font Color

.myTextColor { color: #82C38A; }

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

This text font color is #82C38A.

Background Color

.myBgColor { background-color: #82C38A; }

<div style="background-color:#82C38A">Inner text</div>

This div background color is #82C38A.

Border color

.myBorderColor { border: 1px solid #82C38A; }

<div style="border:3px solid #82C38A">Div</div>

This div border color is #82C38A.

Opacity

.myOpacity80 { color: #82C38A; opacity: 0.8; }

<p style="color:#82C38A;opacity:0.8;">80%</p>

Text with #82C38A 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 #82C38A;}

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

This text has shadow with #82C38A color.


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

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

This text has shadow with #82C38A primary color and red secondary color.


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

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

This text has shadow with #82C38A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82C38A.

Preview

Color preview on black background

This text has color #82C38A on black background.


Color preview on white background

This text has color #82C38A on white background.


Black color preview on #82C38A background

This text has black color on #82C38A background.


White color preview on #82C38A background

This text has white color on #82C38A background.


Related colors

Complementary color

Complementary color for #hex is #7D3C75.


I love getcolorcode.com

Triadic colors

1 #8A82C3 and #C38A82 with #82C38A are triadic colors.

2 #8AC382 and #C3828A with #82C38A are triadic colors.