COLOR #82957F

HEX: #82957F
RGB: (130,149,127)

Color info

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

RGB color model

#82957F color RGB value is (130,149,127).

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

RGB channels and saturation

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

130
149
127

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 127 = 406 (100%)
R 130 of 406 ~ 32.02%
G 149 of 406 ~ 36.7%
B 127 of 406 ~ 31.28%

%32.02
%36.7
%31.28

CMYK color model

#82957F color CMYK value is (13,0,15,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(13,0,15,42)
C13M0Y15K42 
(13%,0%,15%,42%)
(0.13/0.00/0.15/0.42)	

CMYK percentages

%12.75
%0
%14.77
%41.57

Codes

Color #82957F in popluar color models

82957F
RGB130149127
HSL112°9.40%54.12%
HSB/HSV112°14.77%58.43%
CMYK12.75%0.00%14.77%
41.57%

Color #82957F in popluar number systems.

HEX82957F
Decimal130149127
Binary10000010100101011111111
Octal202225177

Shades and tints

Shades of #82957F

#82957F
(130,149,127)
#778874
(119,136,116)
#6C7B69
(108,123,105)
#616E5E
(97,110,94)
#566153
(86,97,83)
#4B5448
(75,84,72)
#40473D
(64,71,61)
#353A32
(53,58,50)
#2A2D27
(42,45,39)
#1F201C
(31,32,28)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #82957F

#82957F
(130,149,127)
#8D9E8A
(141,158,138)
#98A795
(152,167,149)
#A3B0A0
(163,176,160)
#AEB9AB
(174,185,171)
#B9C2B6
(185,194,182)
#C4CBC1
(196,203,193)
#CFD4CC
(207,212,204)
#DADDD7
(218,221,215)
#E5E6E2
(229,230,226)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82957F; }

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

This text font color is #82957F.


Background Color

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

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

This div background color is #82957F.


Border color

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

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

This div border color is #82957F.


Opacity

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

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

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

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

This text has shadow with #82957F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82957F on black background.


Color preview on white background

This text has color #82957F on white background.



Black color preview on #82957F background

This text has black color on #82957F background.


White color preview on #82957F background

This text has white color on #82957F background.