COLOR #82B474

HEX: #82B474 RGB: (130,180,116)

Color info

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

RGB color model

#82B474 color RGB value is (130,180,116).

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

RGB channels and saturation

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

130
180
116

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

Portions of RGB colors in percentages

R + G + B = 130 + 180 + 116 = 426 (100%)
R 130 of 426 ~ 30.52%
G 180 of 426 ~ 42.25%
B 116 of 426 ~ 27.23'%

%30.52
%42.25
%27.23

CMYK color model

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

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 29.41%

CMYK: (28,0,36,29)
C28M0Y36K29 (28%, 0%, 36%, 29%)
(0.28 / 0.00 / 0.36 / 0.29)

CMYK percentages

%27.78
%0
%35.56
%29.41

Codes

Color #82B474 in popluar color models

82 B4 74
RGB 130 180 116
HSL 107° 29.91% 58.04%
HSB/HSV 107° 35.56% 70.59%
CMYK 27.78% 0.00% 35.56%
29.41%

Color #82B474 in popluar number systems.

HEX 82 B4 74
Decimal 130 180 116
Binary 10000010 10110100 1110100
Octal 202 264 164

Shades and tints

Shades of #82B474

#82B474
(130,180,116)
#77A46A
(119,164,106)
#6C9460
(108,148,96)
#618456
(97,132,86)
#56744C
(86,116,76)
#4B6442
(75,100,66)
#405438
(64,84,56)
#35442E
(53,68,46)
#2A3424
(42,52,36)
#1F241A
(31,36,26)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #82B474

#82B474
(130,180,116)
#8DBA80
(141,186,128)
#98C08C
(152,192,140)
#A3C698
(163,198,152)
#AECCA4
(174,204,164)
#B9D2B0
(185,210,176)
#C4D8BC
(196,216,188)
#CFDEC8
(207,222,200)
#DAE4D4
(218,228,212)
#E5EAE0
(229,234,224)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82B474; }

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

This text font color is #82B474.

Background Color

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

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

This div background color is #82B474.

Border color

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

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

This div border color is #82B474.

Opacity

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

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

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

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

This text has shadow with #82B474 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B474.

Preview

Color preview on black background

This text has color #82B474 on black background.


Color preview on white background

This text has color #82B474 on white background.


Black color preview on #82B474 background

This text has black color on #82B474 background.


White color preview on #82B474 background

This text has white color on #82B474 background.


Related colors

Complementary color

Complementary color for #hex is #7D4B8B.


I love getcolorcode.com

Triadic colors

1 #7482B4 and #B47482 with #82B474 are triadic colors.

2 #74B482 and #B48274 with #82B474 are triadic colors.