COLOR #82A069

HEX: #82A069 RGB: (130,160,105)

Color info

#82A069 contains red, green and blue colors in about the same proportion. Web safe color of #82A069 is #999966 (or #996).

RGB color model

#82A069 color RGB value is (130,160,105).

RGB: (130,160,105) (51%, 63%, 41%)

RGB channels and saturation

R 130 of 255 = 51%
G 160 of 255 = 63%
B 105 of 255 = 41%

130
160
105

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

Portions of RGB colors in percentages

R + G + B = 130 + 160 + 105 = 395 (100%)
R 130 of 395 ~ 32.91%
G 160 of 395 ~ 40.51%
B 105 of 395 ~ 26.58'%

%32.91
%40.51
%26.58

CMYK color model

#82A069 color CMYK value is (19,0,34,37).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 37.25%

CMYK: (19,0,34,37)
C19M0Y34K37 (19%, 0%, 34%, 37%)
(0.19 / 0.00 / 0.34 / 0.37)

CMYK percentages

%18.75
%0
%34.38
%37.25

Codes

Color #82A069 in popluar color models

82 A0 69
RGB 130 160 105
HSL 93° 22.45% 51.96%
HSB/HSV 93° 34.38% 62.75%
CMYK 18.75% 0.00% 34.38%
37.25%

Color #82A069 in popluar number systems.

HEX 82 A0 69
Decimal 130 160 105
Binary 10000010 10100000 1101001
Octal 202 240 151

Shades and tints

Shades of #82A069

#82A069
(130,160,105)
#779260
(119,146,96)
#6C8457
(108,132,87)
#61764E
(97,118,78)
#566845
(86,104,69)
#4B5A3C
(75,90,60)
#404C33
(64,76,51)
#353E2A
(53,62,42)
#2A3021
(42,48,33)
#1F2218
(31,34,24)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82A069

#82A069
(130,160,105)
#8DA876
(141,168,118)
#98B083
(152,176,131)
#A3B890
(163,184,144)
#AEC09D
(174,192,157)
#B9C8AA
(185,200,170)
#C4D0B7
(196,208,183)
#CFD8C4
(207,216,196)
#DAE0D1
(218,224,209)
#E5E8DE
(229,232,222)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A069 color. Also use rgb(130,160,105) instead hex code.

Text Font Color

.myTextColor { color: #82A069; }

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

This text font color is #82A069.

Background Color

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

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

This div background color is #82A069.

Border color

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

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

This div border color is #82A069.

Opacity

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

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

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

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

This text has shadow with #82A069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82A069.

Preview

Color preview on black background

This text has color #82A069 on black background.


Color preview on white background

This text has color #82A069 on white background.


Black color preview on #82A069 background

This text has black color on #82A069 background.


White color preview on #82A069 background

This text has white color on #82A069 background.


Related colors

Complementary color

Complementary color for #hex is #7D5F96.


I love getcolorcode.com

Triadic colors

1 #6982A0 and #A06982 with #82A069 are triadic colors.

2 #69A082 and #A08269 with #82A069 are triadic colors.