COLOR #82937F

HEX: #82937F
RGB: (130,147,127)

Color info

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

RGB color model

#82937F color RGB value is (130,147,127).

  • red value is 130;
  • green value is 147;
  • blue value is 127.
RGB:
(130,147,127)
(51%,58%,50%)

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 127 of 255 = 50%

130
147
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 147 + 127 = 404 (100%)
R 130 of 404 ~ 32.18%
G 147 of 404 ~ 36.39%
B 127 of 404 ~ 31.44%

%32.18
%36.39
%31.44

CMYK color model

#82937F color CMYK value is (12,0,14,42).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 42.35%
CMYK:
(12,0,14,42)
C12M0Y14K42 
(12%,0%,14%,42%)
(0.12/0.00/0.14/0.42)	

CMYK percentages

%11.56
%0
%13.61
%42.35

Codes

Color #82937F in popluar color models

82937F
RGB130147127
HSL111°8.47%53.73%
HSB/HSV111°13.61%57.65%
CMYK11.56%0.00%13.61%
42.35%

Color #82937F in popluar number systems.

HEX82937F
Decimal130147127
Binary10000010100100111111111
Octal202223177

Shades and tints

Shades of #82937F

#82937F
(130,147,127)
#778674
(119,134,116)
#6C7969
(108,121,105)
#616C5E
(97,108,94)
#565F53
(86,95,83)
#4B5248
(75,82,72)
#40453D
(64,69,61)
#353832
(53,56,50)
#2A2B27
(42,43,39)
#1F1E1C
(31,30,28)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #82937F

#82937F
(130,147,127)
#8D9C8A
(141,156,138)
#98A595
(152,165,149)
#A3AEA0
(163,174,160)
#AEB7AB
(174,183,171)
#B9C0B6
(185,192,182)
#C4C9C1
(196,201,193)
#CFD2CC
(207,210,204)
#DADBD7
(218,219,215)
#E5E4E2
(229,228,226)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82937F color. Also use rgb(130,147,127) instead hex code.

Text Font Color

.myTextColor { color: #82937F; }

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

This text font color is #82937F.


Background Color

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

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

This div background color is #82937F.


Border color

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

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

This div border color is #82937F.


Opacity

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

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

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

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

This text has shadow with #82937F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82937F on black background.


Color preview on white background

This text has color #82937F on white background.



Black color preview on #82937F background

This text has black color on #82937F background.


White color preview on #82937F background

This text has white color on #82937F background.