COLOR #82B674

HEX: #82B674 RGB: (130,182,116)

Color info

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

RGB color model

#82B674 color RGB value is (130,182,116).

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

RGB channels and saturation

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

130
182
116

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

Portions of RGB colors in percentages

R + G + B = 130 + 182 + 116 = 428 (100%)
R 130 of 428 ~ 30.37%
G 182 of 428 ~ 42.52%
B 116 of 428 ~ 27.1'%

%30.37
%42.52
%27.1

CMYK color model

#82B674 color CMYK value is (29,0,36,29).

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

CMYK: (29,0,36,29)
C29M0Y36K29 (29%, 0%, 36%, 29%)
(0.29 / 0.00 / 0.36 / 0.29)

CMYK percentages

%28.57
%0
%36.26
%28.63

Codes

Color #82B674 in popluar color models

82 B6 74
RGB 130 182 116
HSL 107° 31.13% 58.43%
HSB/HSV 107° 36.26% 71.37%
CMYK 28.57% 0.00% 36.26%
28.63%

Color #82B674 in popluar number systems.

HEX 82 B6 74
Decimal 130 182 116
Binary 10000010 10110110 1110100
Octal 202 266 164

Shades and tints

Shades of #82B674

#82B674
(130,182,116)
#77A66A
(119,166,106)
#6C9660
(108,150,96)
#618656
(97,134,86)
#56764C
(86,118,76)
#4B6642
(75,102,66)
#405638
(64,86,56)
#35462E
(53,70,46)
#2A3624
(42,54,36)
#1F261A
(31,38,26)
#141610
(20,22,16)
#000000
(0,0,0)

Tints of #82B674

#82B674
(130,182,116)
#8DBC80
(141,188,128)
#98C28C
(152,194,140)
#A3C898
(163,200,152)
#AECEA4
(174,206,164)
#B9D4B0
(185,212,176)
#C4DABC
(196,218,188)
#CFE0C8
(207,224,200)
#DAE6D4
(218,230,212)
#E5ECE0
(229,236,224)
#F0F2EC
(240,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B674; }

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

This text font color is #82B674.

Background Color

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

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

This div background color is #82B674.

Border color

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

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

This div border color is #82B674.

Opacity

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

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

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

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

This text has shadow with #82B674 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B674.

Preview

Color preview on black background

This text has color #82B674 on black background.


Color preview on white background

This text has color #82B674 on white background.


Black color preview on #82B674 background

This text has black color on #82B674 background.


White color preview on #82B674 background

This text has white color on #82B674 background.


Related colors

Complementary color

Complementary color for #hex is #7D498B.


I love getcolorcode.com

Triadic colors

1 #7482B6 and #B67482 with #82B674 are triadic colors.

2 #74B682 and #B68274 with #82B674 are triadic colors.