COLOR #82B384

HEX: #82B384 RGB: (130,179,132)

Color info

#82B384 contains red, green and blue colors in about the same proportion. Web safe color of #82B384 is #999999 (or #999).

RGB color model

#82B384 color RGB value is (130,179,132).

RGB: (130,179,132) (51%, 70%, 52%)

RGB channels and saturation

R 130 of 255 = 51%
G 179 of 255 = 70%
B 132 of 255 = 52%

130
179
132

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

Portions of RGB colors in percentages

R + G + B = 130 + 179 + 132 = 441 (100%)
R 130 of 441 ~ 29.48%
G 179 of 441 ~ 40.59%
B 132 of 441 ~ 29.93'%

%29.48
%40.59
%29.93

CMYK color model

#82B384 color CMYK value is (27,0,26,30).

  • cyan value is 27.37%
  • magenta value is 0.00%
  • yellow value is 26.26%
  • key color value is 29.80%

CMYK: (27,0,26,30)
C27M0Y26K30 (27%, 0%, 26%, 30%)
(0.27 / 0.00 / 0.26 / 0.30)

CMYK percentages

%27.37
%0
%26.26
%29.8

Codes

Color #82B384 in popluar color models

82 B3 84
RGB 130 179 132
HSL 122° 24.38% 60.59%
HSB/HSV 122° 27.37% 70.20%
CMYK 27.37% 0.00% 26.26%
29.80%

Color #82B384 in popluar number systems.

HEX 82 B3 84
Decimal 130 179 132
Binary 10000010 10110011 10000100
Octal 202 263 204

Shades and tints

Shades of #82B384

#82B384
(130,179,132)
#77A378
(119,163,120)
#6C936C
(108,147,108)
#618360
(97,131,96)
#567354
(86,115,84)
#4B6348
(75,99,72)
#40533C
(64,83,60)
#354330
(53,67,48)
#2A3324
(42,51,36)
#1F2318
(31,35,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #82B384

#82B384
(130,179,132)
#8DB98F
(141,185,143)
#98BF9A
(152,191,154)
#A3C5A5
(163,197,165)
#AECBB0
(174,203,176)
#B9D1BB
(185,209,187)
#C4D7C6
(196,215,198)
#CFDDD1
(207,221,209)
#DAE3DC
(218,227,220)
#E5E9E7
(229,233,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B384 color. Also use rgb(130,179,132) instead hex code.

Text Font Color

.myTextColor { color: #82B384; }

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

This text font color is #82B384.

Background Color

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

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

This div background color is #82B384.

Border color

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

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

This div border color is #82B384.

Opacity

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

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

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

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

This text has shadow with #82B384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B384.

Preview

Color preview on black background

This text has color #82B384 on black background.


Color preview on white background

This text has color #82B384 on white background.


Black color preview on #82B384 background

This text has black color on #82B384 background.


White color preview on #82B384 background

This text has white color on #82B384 background.


Related colors

Complementary color

Complementary color for #hex is #7D4C7B.


I love getcolorcode.com

Triadic colors

1 #8482B3 and #B38482 with #82B384 are triadic colors.

2 #84B382 and #B38284 with #82B384 are triadic colors.