COLOR #82936D

HEX: #82936D RGB: (130,147,109)

Color info

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

RGB color model

#82936D color RGB value is (130,147,109).

RGB: (130,147,109) (51%, 58%, 43%)

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 109 of 255 = 43%

130
147
109

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

Portions of RGB colors in percentages

R + G + B = 130 + 147 + 109 = 386 (100%)
R 130 of 386 ~ 33.68%
G 147 of 386 ~ 38.08%
B 109 of 386 ~ 28.24'%

%33.68
%38.08
%28.24

CMYK color model

#82936D color CMYK value is (12,0,26,42).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 25.85%
  • key color value is 42.35%

CMYK: (12,0,26,42)
C12M0Y26K42 (12%, 0%, 26%, 42%)
(0.12 / 0.00 / 0.26 / 0.42)

CMYK percentages

%11.56
%0
%25.85
%42.35

Codes

Color #82936D in popluar color models

82 93 6D
RGB 130 147 109
HSL 87° 14.96% 50.20%
HSB/HSV 87° 25.85% 57.65%
CMYK 11.56% 0.00% 25.85%
42.35%

Color #82936D in popluar number systems.

HEX 82 93 6D
Decimal 130 147 109
Binary 10000010 10010011 1101101
Octal 202 223 155

Shades and tints

Shades of #82936D

#82936D
(130,147,109)
#778664
(119,134,100)
#6C795B
(108,121,91)
#616C52
(97,108,82)
#565F49
(86,95,73)
#4B5240
(75,82,64)
#404537
(64,69,55)
#35382E
(53,56,46)
#2A2B25
(42,43,37)
#1F1E1C
(31,30,28)
#141113
(20,17,19)
#000000
(0,0,0)

Tints of #82936D

#82936D
(130,147,109)
#8D9C7A
(141,156,122)
#98A587
(152,165,135)
#A3AE94
(163,174,148)
#AEB7A1
(174,183,161)
#B9C0AE
(185,192,174)
#C4C9BB
(196,201,187)
#CFD2C8
(207,210,200)
#DADBD5
(218,219,213)
#E5E4E2
(229,228,226)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82936D color. Also use rgb(130,147,109) instead hex code.

Text Font Color

.myTextColor { color: #82936D; }

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

This text font color is #82936D.

Background Color

.myBgColor { background-color: #82936D; }

<div style="background-color:#82936D">Inner text</div>

This div background color is #82936D.

Border color

.myBorderColor { border: 1px solid #82936D; }

<div style="border:3px solid #82936D">Div</div>

This div border color is #82936D.

Opacity

.myOpacity80 { color: #82936D; opacity: 0.8; }

<p style="color:#82936D;opacity:0.8;">80%</p>

Text with #82936D 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 #82936D;}

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

This text has shadow with #82936D color.


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

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

This text has shadow with #82936D primary color and red secondary color.


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

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

This text has shadow with #82936D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #82936D.

Preview

Color preview on black background

This text has color #82936D on black background.


Color preview on white background

This text has color #82936D on white background.


Black color preview on #82936D background

This text has black color on #82936D background.


White color preview on #82936D background

This text has white color on #82936D background.


Related colors

Complementary color

Complementary color for #hex is #7D6C92.


I love getcolorcode.com

Triadic colors

1 #6D8293 and #936D82 with #82936D are triadic colors.

2 #6D9382 and #93826D with #82936D are triadic colors.