COLOR #82B755

HEX: #82B755 RGB: (130,183,85)

Color info

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

RGB color model

#82B755 color RGB value is (130,183,85).

RGB: (130,183,85) (51%, 72%, 33%)

RGB channels and saturation

R 130 of 255 = 51%
G 183 of 255 = 72%
B 85 of 255 = 33%

130
183
85

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

Portions of RGB colors in percentages

R + G + B = 130 + 183 + 85 = 398 (100%)
R 130 of 398 ~ 32.66%
G 183 of 398 ~ 45.98%
B 85 of 398 ~ 21.36'%

%32.66
%45.98
%21.36

CMYK color model

#82B755 color CMYK value is (29,0,54,28).

  • cyan value is 28.96%
  • magenta value is 0.00%
  • yellow value is 53.55%
  • key color value is 28.24%

CMYK: (29,0,54,28)
C29M0Y54K28 (29%, 0%, 54%, 28%)
(0.29 / 0.00 / 0.54 / 0.28)

CMYK percentages

%28.96
%0
%53.55
%28.24

Codes

Color #82B755 in popluar color models

82 B7 55
RGB 130 183 85
HSL 92° 40.50% 52.55%
HSB/HSV 92° 53.55% 71.76%
CMYK 28.96% 0.00% 53.55%
28.24%

Color #82B755 in popluar number systems.

HEX 82 B7 55
Decimal 130 183 85
Binary 10000010 10110111 1010101
Octal 202 267 125

Shades and tints

Shades of #82B755

#82B755
(130,183,85)
#77A74E
(119,167,78)
#6C9747
(108,151,71)
#618740
(97,135,64)
#567739
(86,119,57)
#4B6732
(75,103,50)
#40572B
(64,87,43)
#354724
(53,71,36)
#2A371D
(42,55,29)
#1F2716
(31,39,22)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #82B755

#82B755
(130,183,85)
#8DBD64
(141,189,100)
#98C373
(152,195,115)
#A3C982
(163,201,130)
#AECF91
(174,207,145)
#B9D5A0
(185,213,160)
#C4DBAF
(196,219,175)
#CFE1BE
(207,225,190)
#DAE7CD
(218,231,205)
#E5EDDC
(229,237,220)
#F0F3EB
(240,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82B755 color. Also use rgb(130,183,85) instead hex code.

Text Font Color

.myTextColor { color: #82B755; }

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

This text font color is #82B755.

Background Color

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

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

This div background color is #82B755.

Border color

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

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

This div border color is #82B755.

Opacity

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

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

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

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

This text has shadow with #82B755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82B755.

Preview

Color preview on black background

This text has color #82B755 on black background.


Color preview on white background

This text has color #82B755 on white background.


Black color preview on #82B755 background

This text has black color on #82B755 background.


White color preview on #82B755 background

This text has white color on #82B755 background.


Related colors

Complementary color

Complementary color for #hex is #7D48AA.


I love getcolorcode.com

Triadic colors

1 #5582B7 and #B75582 with #82B755 are triadic colors.

2 #55B782 and #B78255 with #82B755 are triadic colors.