COLOR #82965E

HEX: #82965E RGB: (130,150,94)

Color info

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

RGB color model

#82965E color RGB value is (130,150,94).

RGB: (130,150,94) (51%, 59%, 37%)

RGB channels and saturation

R 130 of 255 = 51%
G 150 of 255 = 59%
B 94 of 255 = 37%

130
150
94

R + G + B ~ 49%. #82965E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 130 + 150 + 94 = 374 (100%)
R 130 of 374 ~ 34.76%
G 150 of 374 ~ 40.11%
B 94 of 374 ~ 25.13'%

%34.76
%40.11
%25.13

CMYK color model

#82965E color CMYK value is (13,0,37,41).

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

CMYK: (13,0,37,41)
C13M0Y37K41 (13%, 0%, 37%, 41%)
(0.13 / 0.00 / 0.37 / 0.41)

CMYK percentages

%13.33
%0
%37.33
%41.18

Codes

Color #82965E in popluar color models

82 96 5E
RGB 130 150 94
HSL 81° 22.95% 47.84%
HSB/HSV 81° 37.33% 58.82%
CMYK 13.33% 0.00% 37.33%
41.18%

Color #82965E in popluar number systems.

HEX 82 96 5E
Decimal 130 150 94
Binary 10000010 10010110 1011110
Octal 202 226 136

Shades and tints

Shades of #82965E

#82965E
(130,150,94)
#778956
(119,137,86)
#6C7C4E
(108,124,78)
#616F46
(97,111,70)
#56623E
(86,98,62)
#4B5536
(75,85,54)
#40482E
(64,72,46)
#353B26
(53,59,38)
#2A2E1E
(42,46,30)
#1F2116
(31,33,22)
#14140E
(20,20,14)
#000000
(0,0,0)

Tints of #82965E

#82965E
(130,150,94)
#8D9F6C
(141,159,108)
#98A87A
(152,168,122)
#A3B188
(163,177,136)
#AEBA96
(174,186,150)
#B9C3A4
(185,195,164)
#C4CCB2
(196,204,178)
#CFD5C0
(207,213,192)
#DADECE
(218,222,206)
#E5E7DC
(229,231,220)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82965E color. Also use rgb(130,150,94) instead hex code.

Text Font Color

.myTextColor { color: #82965E; }

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

This text font color is #82965E.

Background Color

.myBgColor { background-color: #82965E; }

<div style="background-color:#82965E">Inner text</div>

This div background color is #82965E.

Border color

.myBorderColor { border: 1px solid #82965E; }

<div style="border:3px solid #82965E">Div</div>

This div border color is #82965E.

Opacity

.myOpacity80 { color: #82965E; opacity: 0.8; }

<p style="color:#82965E;opacity:0.8;">80%</p>

Text with #82965E 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 #82965E;}

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

This text has shadow with #82965E color.


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

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

This text has shadow with #82965E primary color and red secondary color.


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

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

This text has shadow with #82965E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82965E.

Preview

Color preview on black background

This text has color #82965E on black background.


Color preview on white background

This text has color #82965E on white background.


Black color preview on #82965E background

This text has black color on #82965E background.


White color preview on #82965E background

This text has white color on #82965E background.


Related colors

Complementary color

Complementary color for #hex is #7D69A1.


I love getcolorcode.com

Triadic colors

1 #5E8296 and #965E82 with #82965E are triadic colors.

2 #5E9682 and #96825E with #82965E are triadic colors.