COLOR #82916A

HEX: #82916A
RGB: (130,145,106)

Color info

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

RGB color model

#82916A color RGB value is (130,145,106).

  • red value is 130;
  • green value is 145;
  • blue value is 106.
RGB:
(130,145,106)
(51%,57%,42%)

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 106 of 255 = 42%

130
145
106

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 106 = 381 (100%)
R 130 of 381 ~ 34.12%
G 145 of 381 ~ 38.06%
B 106 of 381 ~ 27.82%

%34.12
%38.06
%27.82

CMYK color model

#82916A color CMYK value is (10,0,27,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 43.14%
CMYK:
(10,0,27,43)
C10M0Y27K43 
(10%,0%,27%,43%)
(0.10/0.00/0.27/0.43)	

CMYK percentages

%10.34
%0
%26.9
%43.14

Codes

Color #82916A in popluar color models

82916A
RGB130145106
HSL83°15.54%49.22%
HSB/HSV83°26.90%56.86%
CMYK10.34%0.00%26.90%
43.14%

Color #82916A in popluar number systems.

HEX82916A
Decimal130145106
Binary10000010100100011101010
Octal202221152

Shades and tints

Shades of #82916A

#82916A
(130,145,106)
#778461
(119,132,97)
#6C7758
(108,119,88)
#616A4F
(97,106,79)
#565D46
(86,93,70)
#4B503D
(75,80,61)
#404334
(64,67,52)
#35362B
(53,54,43)
#2A2922
(42,41,34)
#1F1C19
(31,28,25)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #82916A

#82916A
(130,145,106)
#8D9B77
(141,155,119)
#98A584
(152,165,132)
#A3AF91
(163,175,145)
#AEB99E
(174,185,158)
#B9C3AB
(185,195,171)
#C4CDB8
(196,205,184)
#CFD7C5
(207,215,197)
#DAE1D2
(218,225,210)
#E5EBDF
(229,235,223)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82916A; }

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

This text font color is #82916A.


Background Color

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

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

This div background color is #82916A.


Border color

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

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

This div border color is #82916A.


Opacity

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

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

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

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

This text has shadow with #82916A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82916A on black background.


Color preview on white background

This text has color #82916A on white background.



Black color preview on #82916A background

This text has black color on #82916A background.


White color preview on #82916A background

This text has white color on #82916A background.