COLOR #82916F

HEX: #82916F
RGB: (130,145,111)

Color info

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

RGB color model

#82916F color RGB value is (130,145,111).

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

RGB channels and saturation

R 130 of 255 = 51%
G 145 of 255 = 57%
B 111 of 255 = 44%

130
145
111

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 111 = 386 (100%)
R 130 of 386 ~ 33.68%
G 145 of 386 ~ 37.56%
B 111 of 386 ~ 28.76%

%33.68
%37.56
%28.76

CMYK color model

#82916F color CMYK value is (10,0,23,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 23.45%
  • key color value is 43.14%
CMYK:
(10,0,23,43)
C10M0Y23K43 
(10%,0%,23%,43%)
(0.10/0.00/0.23/0.43)	

CMYK percentages

%10.34
%0
%23.45
%43.14

Codes

Color #82916F in popluar color models

82916F
RGB130145111
HSL86°13.39%50.20%
HSB/HSV86°23.45%56.86%
CMYK10.34%0.00%23.45%
43.14%

Color #82916F in popluar number systems.

HEX82916F
Decimal130145111
Binary10000010100100011101111
Octal202221157

Shades and tints

Shades of #82916F

#82916F
(130,145,111)
#778465
(119,132,101)
#6C775B
(108,119,91)
#616A51
(97,106,81)
#565D47
(86,93,71)
#4B503D
(75,80,61)
#404333
(64,67,51)
#353629
(53,54,41)
#2A291F
(42,41,31)
#1F1C15
(31,28,21)
#140F0B
(20,15,11)
#000000
(0,0,0)

Tints of #82916F

#82916F
(130,145,111)
#8D9B7C
(141,155,124)
#98A589
(152,165,137)
#A3AF96
(163,175,150)
#AEB9A3
(174,185,163)
#B9C3B0
(185,195,176)
#C4CDBD
(196,205,189)
#CFD7CA
(207,215,202)
#DAE1D7
(218,225,215)
#E5EBE4
(229,235,228)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82916F; }

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

This text font color is #82916F.


Background Color

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

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

This div background color is #82916F.


Border color

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

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

This div border color is #82916F.


Opacity

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

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

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

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

This text has shadow with #82916F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82916F on black background.


Color preview on white background

This text has color #82916F on white background.



Black color preview on #82916F background

This text has black color on #82916F background.


White color preview on #82916F background

This text has white color on #82916F background.