COLOR #82A253

HEX: #82A253 RGB: (130,162,83)

Color info

#82A253 contains mainly red and green colors. Web safe color of #82A253 is #999966 (or #996).

RGB color model

#82A253 color RGB value is (130,162,83).

RGB: (130,162,83) (51%, 64%, 33%)

RGB channels and saturation

R 130 of 255 = 51%
G 162 of 255 = 64%
B 83 of 255 = 33%

130
162
83

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

Portions of RGB colors in percentages

R + G + B = 130 + 162 + 83 = 375 (100%)
R 130 of 375 ~ 34.67%
G 162 of 375 ~ 43.2%
B 83 of 375 ~ 22.13'%

%34.67
%43.2
%22.13

CMYK color model

#82A253 color CMYK value is (20,0,49,36).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 36.47%
CMYK: (20,0,49,36) C20M0Y49K36 (20%,0%,49%,36%) (0.20/0.00/0.49/0.36) 

CMYK percentages

%19.75
%0
%48.77
%36.47

Codes

Color #82A253 in popluar color models

82 A2 53
RGB 130 162 83
HSL 84° 32.24% 48.04%
HSB/HSV 84° 48.77% 63.53%
CMYK 19.75% 0.00% 48.77%
36.47%

Color #82A253 in popluar number systems.

HEX 82 A2 53
Decimal 130 162 83
Binary 10000010 10100010 1010011
Octal 202 242 123

Shades and tints

Shades of #82A253

#82A253
(130,162,83)
#77944C
(119,148,76)
#6C8645
(108,134,69)
#61783E
(97,120,62)
#566A37
(86,106,55)
#4B5C30
(75,92,48)
#404E29
(64,78,41)
#354022
(53,64,34)
#2A321B
(42,50,27)
#1F2414
(31,36,20)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #82A253

#82A253
(130,162,83)
#8DAA62
(141,170,98)
#98B271
(152,178,113)
#A3BA80
(163,186,128)
#AEC28F
(174,194,143)
#B9CA9E
(185,202,158)
#C4D2AD
(196,210,173)
#CFDABC
(207,218,188)
#DAE2CB
(218,226,203)
#E5EADA
(229,234,218)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A253 color. Also use rgb(130,162,83) instead hex code.

Text Font Color

.myTextColor { color: #82A253; }

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

This text font color is #82A253.

Background Color

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

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

This div background color is #82A253.

Border color

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

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

This div border color is #82A253.

Opacity

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

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

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

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

This text has shadow with #82A253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A253.

Preview

Color preview on black background

This text has color #82A253 on black background.


Color preview on white background

This text has color #82A253 on white background.


Black color preview on #82A253 background

This text has black color on #82A253 background.


White color preview on #82A253 background

This text has white color on #82A253 background.


Related colors

Complementary color

Complementary color for #hex is #7D5DAC.


I love getcolorcode.com

Triadic colors

1 #5382A2 and #A25382 with #82A253 are triadic colors.

2 #53A282 and #A28253 with #82A253 are triadic colors.