COLOR #82975E

HEX: #82975E
RGB: (130,151,94)

Color info

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

RGB color model

#82975E color RGB value is (130,151,94).

  • red value is 130;
  • green value is 151;
  • blue value is 94.
RGB:
(130,151,94)
(51%,59%,37%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 94 of 255 = 37%

130
151
94

R + G + B ~ 49%. #82975E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 94 = 375 (100%)
R 130 of 375 ~ 34.67%
G 151 of 375 ~ 40.27%
B 94 of 375 ~ 25.07%

%34.67
%40.27
%25.07

CMYK color model

#82975E color CMYK value is (14,0,38,41).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 37.75%
  • key color value is 40.78%
CMYK:
(14,0,38,41)
C14M0Y38K41 
(14%,0%,38%,41%)
(0.14/0.00/0.38/0.41)	

CMYK percentages

%13.91
%0
%37.75
%40.78

Codes

Color #82975E in popluar color models

82975E
RGB13015194
HSL82°23.27%48.04%
HSB/HSV82°37.75%59.22%
CMYK13.91%0.00%37.75%
40.78%

Color #82975E in popluar number systems.

HEX82975E
Decimal13015194
Binary10000010100101111011110
Octal202227136

Shades and tints

Shades of #82975E

#82975E
(130,151,94)
#778A56
(119,138,86)
#6C7D4E
(108,125,78)
#617046
(97,112,70)
#56633E
(86,99,62)
#4B5636
(75,86,54)
#40492E
(64,73,46)
#353C26
(53,60,38)
#2A2F1E
(42,47,30)
#1F2216
(31,34,22)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #82975E

#82975E
(130,151,94)
#8DA06C
(141,160,108)
#98A97A
(152,169,122)
#A3B288
(163,178,136)
#AEBB96
(174,187,150)
#B9C4A4
(185,196,164)
#C4CDB2
(196,205,178)
#CFD6C0
(207,214,192)
#DADFCE
(218,223,206)
#E5E8DC
(229,232,220)
#F0F1EA
(240,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82975E color. Also use rgb(130,151,94) instead hex code.

Text Font Color

.myTextColor { color: #82975E; }

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

This text font color is #82975E.


Background Color

.myBgColor { background-color: #82975E; }

<div style="background-color:#82975E">Inner text</div>

This div background color is #82975E.


Border color

.myBorderColor { border: 1px solid #82975E; }

<div style="border:3px solid #82975E">Div</div>

This div border color is #82975E.


Opacity

.myOpacity80 { color: #82975E; opacity: 0.8; }

<p style="color:#82975E;opacity:0.8;">80%</p>

Text with #82975E 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 #82975E;}

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

This text has shadow with #82975E color.

.textShadow {text-shadow: 3px 3px 1px #82975E, 3px 3px 1px red;}

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

This text has shadow with #82975E primary color and red secondary color.


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

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

This text has shadow with #82975E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82975E on black background.


Color preview on white background

This text has color #82975E on white background.



Black color preview on #82975E background

This text has black color on #82975E background.


White color preview on #82975E background

This text has white color on #82975E background.