COLOR #82A67A

HEX: #82A67A
RGB: (130,166,122)

Color info

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

RGB color model

#82A67A color RGB value is (130,166,122).

  • red value is 130;
  • green value is 166;
  • blue value is 122.
RGB:
(130,166,122)
(51%,65%,48%)

RGB channels and saturation

R 130 of 255 = 51%
G 166 of 255 = 65%
B 122 of 255 = 48%

130
166
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 166 + 122 = 418 (100%)
R 130 of 418 ~ 31.1%
G 166 of 418 ~ 39.71%
B 122 of 418 ~ 29.19%

%31.1
%39.71
%29.19

CMYK color model

#82A67A color CMYK value is (22,0,27,35).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 26.51%
  • key color value is 34.90%
CMYK:
(22,0,27,35)
C22M0Y27K35 
(22%,0%,27%,35%)
(0.22/0.00/0.27/0.35)	

CMYK percentages

%21.69
%0
%26.51
%34.9

Codes

Color #82A67A in popluar color models

82A67A
RGB130166122
HSL109°19.82%56.47%
HSB/HSV109°26.51%65.10%
CMYK21.69%0.00%26.51%
34.90%

Color #82A67A in popluar number systems.

HEX82A67A
Decimal130166122
Binary10000010101001101111010
Octal202246172

Shades and tints

Shades of #82A67A

#82A67A
(130,166,122)
#77976F
(119,151,111)
#6C8864
(108,136,100)
#617959
(97,121,89)
#566A4E
(86,106,78)
#4B5B43
(75,91,67)
#404C38
(64,76,56)
#353D2D
(53,61,45)
#2A2E22
(42,46,34)
#1F1F17
(31,31,23)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #82A67A

#82A67A
(130,166,122)
#8DAE86
(141,174,134)
#98B692
(152,182,146)
#A3BE9E
(163,190,158)
#AEC6AA
(174,198,170)
#B9CEB6
(185,206,182)
#C4D6C2
(196,214,194)
#CFDECE
(207,222,206)
#DAE6DA
(218,230,218)
#E5EEE6
(229,238,230)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82A67A color. Also use rgb(130,166,122) instead hex code.

Text Font Color

.myTextColor { color: #82A67A; }

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

This text font color is #82A67A.


Background Color

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

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

This div background color is #82A67A.


Border color

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

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

This div border color is #82A67A.


Opacity

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

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

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

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

This text has shadow with #82A67A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82A67A on black background.


Color preview on white background

This text has color #82A67A on white background.



Black color preview on #82A67A background

This text has black color on #82A67A background.


White color preview on #82A67A background

This text has white color on #82A67A background.