COLOR #82B673

HEX: #82B673 RGB: (130,182,115)

Color info

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

RGB color model

#82B673 color RGB value is (130,182,115).

RGB: (130,182,115) (51%, 71%, 45%)

RGB channels and saturation

R 130 of 255 = 51%
G 182 of 255 = 71%
B 115 of 255 = 45%

130
182
115

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

Portions of RGB colors in percentages

R + G + B = 130 + 182 + 115 = 427 (100%)
R 130 of 427 ~ 30.44%
G 182 of 427 ~ 42.62%
B 115 of 427 ~ 26.93'%

%30.44
%42.62
%26.93

CMYK color model

#82B673 color CMYK value is (29,0,37,29).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 28.63%

CMYK: (29,0,37,29)
C29M0Y37K29 (29%, 0%, 37%, 29%)
(0.29 / 0.00 / 0.37 / 0.29)

CMYK percentages

%28.57
%0
%36.81
%28.63

Codes

Color #82B673 in popluar color models

82 B6 73
RGB 130 182 115
HSL 107° 31.46% 58.24%
HSB/HSV 107° 36.81% 71.37%
CMYK 28.57% 0.00% 36.81%
28.63%

Color #82B673 in popluar number systems.

HEX 82 B6 73
Decimal 130 182 115
Binary 10000010 10110110 1110011
Octal 202 266 163

Shades and tints

Shades of #82B673

#82B673
(130,182,115)
#77A669
(119,166,105)
#6C965F
(108,150,95)
#618655
(97,134,85)
#56764B
(86,118,75)
#4B6641
(75,102,65)
#405637
(64,86,55)
#35462D
(53,70,45)
#2A3623
(42,54,35)
#1F2619
(31,38,25)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #82B673

#82B673
(130,182,115)
#8DBC7F
(141,188,127)
#98C28B
(152,194,139)
#A3C897
(163,200,151)
#AECEA3
(174,206,163)
#B9D4AF
(185,212,175)
#C4DABB
(196,218,187)
#CFE0C7
(207,224,199)
#DAE6D3
(218,230,211)
#E5ECDF
(229,236,223)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B673 color. Also use rgb(130,182,115) instead hex code.

Text Font Color

.myTextColor { color: #82B673; }

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

This text font color is #82B673.

Background Color

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

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

This div background color is #82B673.

Border color

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

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

This div border color is #82B673.

Opacity

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

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

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

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

This text has shadow with #82B673 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B673.

Preview

Color preview on black background

This text has color #82B673 on black background.


Color preview on white background

This text has color #82B673 on white background.


Black color preview on #82B673 background

This text has black color on #82B673 background.


White color preview on #82B673 background

This text has white color on #82B673 background.


Related colors

Complementary color

Complementary color for #hex is #7D498C.


I love getcolorcode.com

Triadic colors

1 #7382B6 and #B67382 with #82B673 are triadic colors.

2 #73B682 and #B68273 with #82B673 are triadic colors.