COLOR #82946D

HEX: #82946D RGB: (130,148,109)

Color info

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

RGB color model

#82946D color RGB value is (130,148,109).

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

RGB channels and saturation

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

130
148
109

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

Portions of RGB colors in percentages

R + G + B = 130 + 148 + 109 = 387 (100%)
R 130 of 387 ~ 33.59%
G 148 of 387 ~ 38.24%
B 109 of 387 ~ 28.17'%

%33.59
%38.24
%28.17

CMYK color model

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

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%

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

CMYK percentages

%12.16
%0
%26.35
%41.96

Codes

Color #82946D in popluar color models

82 94 6D
RGB 130 148 109
HSL 88° 15.42% 50.39%
HSB/HSV 88° 26.35% 58.04%
CMYK 12.16% 0.00% 26.35%
41.96%

Color #82946D in popluar number systems.

HEX 82 94 6D
Decimal 130 148 109
Binary 10000010 10010100 1101101
Octal 202 224 155

Shades and tints

Shades of #82946D

#82946D
(130,148,109)
#778764
(119,135,100)
#6C7A5B
(108,122,91)
#616D52
(97,109,82)
#566049
(86,96,73)
#4B5340
(75,83,64)
#404637
(64,70,55)
#35392E
(53,57,46)
#2A2C25
(42,44,37)
#1F1F1C
(31,31,28)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82946D

#82946D
(130,148,109)
#8D9D7A
(141,157,122)
#98A687
(152,166,135)
#A3AF94
(163,175,148)
#AEB8A1
(174,184,161)
#B9C1AE
(185,193,174)
#C4CABB
(196,202,187)
#CFD3C8
(207,211,200)
#DADCD5
(218,220,213)
#E5E5E2
(229,229,226)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82946D; }

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

This text font color is #82946D.

Background Color

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

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

This div background color is #82946D.

Border color

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

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

This div border color is #82946D.

Opacity

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

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

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

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

This text has shadow with #82946D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82946D.

Preview

Color preview on black background

This text has color #82946D on black background.


Color preview on white background

This text has color #82946D on white background.


Black color preview on #82946D background

This text has black color on #82946D background.


White color preview on #82946D background

This text has white color on #82946D background.


Related colors

Complementary color

Complementary color for #hex is #7D6B92.


I love getcolorcode.com

Triadic colors

1 #6D8294 and #946D82 with #82946D are triadic colors.

2 #6D9482 and #94826D with #82946D are triadic colors.