COLOR #82946A

HEX: #82946A RGB: (130,148,106)

Color info

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

RGB color model

#82946A color RGB value is (130,148,106).

RGB: (130,148,106) (51%, 58%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 106 of 255 = 42%

130
148
106

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

Portions of RGB colors in percentages

R + G + B = 130 + 148 + 106 = 384 (100%)
R 130 of 384 ~ 33.85%
G 148 of 384 ~ 38.54%
B 106 of 384 ~ 27.6'%

%33.85
%38.54
%27.6

CMYK color model

#82946A color CMYK value is (12,0,28,42).

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

CMYK: (12,0,28,42)
C12M0Y28K42 (12%, 0%, 28%, 42%)
(0.12 / 0.00 / 0.28 / 0.42)

CMYK percentages

%12.16
%0
%28.38
%41.96

Codes

Color #82946A in popluar color models

82 94 6A
RGB 130 148 106
HSL 86° 16.54% 49.80%
HSB/HSV 86° 28.38% 58.04%
CMYK 12.16% 0.00% 28.38%
41.96%

Color #82946A in popluar number systems.

HEX 82 94 6A
Decimal 130 148 106
Binary 10000010 10010100 1101010
Octal 202 224 152

Shades and tints

Shades of #82946A

#82946A
(130,148,106)
#778761
(119,135,97)
#6C7A58
(108,122,88)
#616D4F
(97,109,79)
#566046
(86,96,70)
#4B533D
(75,83,61)
#404634
(64,70,52)
#35392B
(53,57,43)
#2A2C22
(42,44,34)
#1F1F19
(31,31,25)
#141210
(20,18,16)
#000000
(0,0,0)

Tints of #82946A

#82946A
(130,148,106)
#8D9D77
(141,157,119)
#98A684
(152,166,132)
#A3AF91
(163,175,145)
#AEB89E
(174,184,158)
#B9C1AB
(185,193,171)
#C4CAB8
(196,202,184)
#CFD3C5
(207,211,197)
#DADCD2
(218,220,210)
#E5E5DF
(229,229,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82946A; }

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

This text font color is #82946A.

Background Color

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

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

This div background color is #82946A.

Border color

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

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

This div border color is #82946A.

Opacity

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

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

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

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

This text has shadow with #82946A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82946A.

Preview

Color preview on black background

This text has color #82946A on black background.


Color preview on white background

This text has color #82946A on white background.


Black color preview on #82946A background

This text has black color on #82946A background.


White color preview on #82946A background

This text has white color on #82946A background.


Related colors

Complementary color

Complementary color for #hex is #7D6B95.


I love getcolorcode.com

Triadic colors

1 #6A8294 and #946A82 with #82946A are triadic colors.

2 #6A9482 and #94826A with #82946A are triadic colors.