COLOR #82976B

HEX: #82976B RGB: (130,151,107)

Color info

#82976B contains red, green and blue colors in about the same proportion. Web safe color of #82976B is #999966 (or #996).

RGB color model

#82976B color RGB value is (130,151,107).

RGB: (130,151,107) (51%, 59%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 107 of 255 = 42%

130
151
107

R + G + B ~ 51%. #82976B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 151 + 107 = 388 (100%)
R 130 of 388 ~ 33.51%
G 151 of 388 ~ 38.92%
B 107 of 388 ~ 27.58'%

%33.51
%38.92
%27.58

CMYK color model

#82976B color CMYK value is (14,0,29,41).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 40.78%

CMYK: (14,0,29,41)
C14M0Y29K41 (14%, 0%, 29%, 41%)
(0.14 / 0.00 / 0.29 / 0.41)

CMYK percentages

%13.91
%0
%29.14
%40.78

Codes

Color #82976B in popluar color models

82 97 6B
RGB 130 151 107
HSL 89° 17.46% 50.59%
HSB/HSV 89° 29.14% 59.22%
CMYK 13.91% 0.00% 29.14%
40.78%

Color #82976B in popluar number systems.

HEX 82 97 6B
Decimal 130 151 107
Binary 10000010 10010111 1101011
Octal 202 227 153

Shades and tints

Shades of #82976B

#82976B
(130,151,107)
#778A62
(119,138,98)
#6C7D59
(108,125,89)
#617050
(97,112,80)
#566347
(86,99,71)
#4B563E
(75,86,62)
#404935
(64,73,53)
#353C2C
(53,60,44)
#2A2F23
(42,47,35)
#1F221A
(31,34,26)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #82976B

#82976B
(130,151,107)
#8DA078
(141,160,120)
#98A985
(152,169,133)
#A3B292
(163,178,146)
#AEBB9F
(174,187,159)
#B9C4AC
(185,196,172)
#C4CDB9
(196,205,185)
#CFD6C6
(207,214,198)
#DADFD3
(218,223,211)
#E5E8E0
(229,232,224)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82976B color. Also use rgb(130,151,107) instead hex code.

Text Font Color

.myTextColor { color: #82976B; }

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

This text font color is #82976B.

Background Color

.myBgColor { background-color: #82976B; }

<div style="background-color:#82976B">Inner text</div>

This div background color is #82976B.

Border color

.myBorderColor { border: 1px solid #82976B; }

<div style="border:3px solid #82976B">Div</div>

This div border color is #82976B.

Opacity

.myOpacity80 { color: #82976B; opacity: 0.8; }

<p style="color:#82976B;opacity:0.8;">80%</p>

Text with #82976B 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 #82976B;}

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

This text has shadow with #82976B color.


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

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

This text has shadow with #82976B primary color and red secondary color.


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

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

This text has shadow with #82976B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82976B.

Preview

Color preview on black background

This text has color #82976B on black background.


Color preview on white background

This text has color #82976B on white background.


Black color preview on #82976B background

This text has black color on #82976B background.


White color preview on #82976B background

This text has white color on #82976B background.


Related colors

Complementary color

Complementary color for #hex is #7D6894.


I love getcolorcode.com

Triadic colors

1 #6B8297 and #976B82 with #82976B are triadic colors.

2 #6B9782 and #97826B with #82976B are triadic colors.