COLOR #82967F

HEX: #82967F RGB: (130,150,127)

Color info

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

RGB color model

#82967F color RGB value is (130,150,127).

RGB: (130,150,127) (51%, 59%, 50%)

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 127 of 255 = 50%

130
150
127

R + G + B ~ 53%. #82967F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 150 + 127 = 407 (100%)
R 130 of 407 ~ 31.94%
G 150 of 407 ~ 36.86%
B 127 of 407 ~ 31.2'%

%31.94
%36.86
%31.2

CMYK color model

#82967F color CMYK value is (13,0,15,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%

CMYK: (13,0,15,41)
C13M0Y15K41 (13%, 0%, 15%, 41%)
(0.13 / 0.00 / 0.15 / 0.41)

CMYK percentages

%13.33
%0
%15.33
%41.18

Codes

Color #82967F in popluar color models

82 96 7F
RGB 130 150 127
HSL 112° 9.87% 54.31%
HSB/HSV 112° 15.33% 58.82%
CMYK 13.33% 0.00% 15.33%
41.18%

Color #82967F in popluar number systems.

HEX 82 96 7F
Decimal 130 150 127
Binary 10000010 10010110 1111111
Octal 202 226 177

Shades and tints

Shades of #82967F

#82967F
(130,150,127)
#778974
(119,137,116)
#6C7C69
(108,124,105)
#616F5E
(97,111,94)
#566253
(86,98,83)
#4B5548
(75,85,72)
#40483D
(64,72,61)
#353B32
(53,59,50)
#2A2E27
(42,46,39)
#1F211C
(31,33,28)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #82967F

#82967F
(130,150,127)
#8D9F8A
(141,159,138)
#98A895
(152,168,149)
#A3B1A0
(163,177,160)
#AEBAAB
(174,186,171)
#B9C3B6
(185,195,182)
#C4CCC1
(196,204,193)
#CFD5CC
(207,213,204)
#DADED7
(218,222,215)
#E5E7E2
(229,231,226)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82967F color. Also use rgb(130,150,127) instead hex code.

Text Font Color

.myTextColor { color: #82967F; }

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

This text font color is #82967F.

Background Color

.myBgColor { background-color: #82967F; }

<div style="background-color:#82967F">Inner text</div>

This div background color is #82967F.

Border color

.myBorderColor { border: 1px solid #82967F; }

<div style="border:3px solid #82967F">Div</div>

This div border color is #82967F.

Opacity

.myOpacity80 { color: #82967F; opacity: 0.8; }

<p style="color:#82967F;opacity:0.8;">80%</p>

Text with #82967F 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 #82967F;}

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

This text has shadow with #82967F color.


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

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

This text has shadow with #82967F primary color and red secondary color.


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

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

This text has shadow with #82967F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82967F.

Preview

Color preview on black background

This text has color #82967F on black background.


Color preview on white background

This text has color #82967F on white background.


Black color preview on #82967F background

This text has black color on #82967F background.


White color preview on #82967F background

This text has white color on #82967F background.


Related colors

Complementary color

Complementary color for #hex is #7D6980.


I love getcolorcode.com

Triadic colors

1 #7F8296 and #967F82 with #82967F are triadic colors.

2 #7F9682 and #96827F with #82967F are triadic colors.