COLOR #82978A

HEX: #82978A
RGB: (130,151,138)

Color info

#82978A contains red, green and blue colors in about the same proportion. Web safe color of #82978A is #999999 (or #999).

RGB color model

#82978A color RGB value is (130,151,138).

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

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 138 of 255 = 54%

130
151
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 138 = 419 (100%)
R 130 of 419 ~ 31.03%
G 151 of 419 ~ 36.04%
B 138 of 419 ~ 32.94%

%31.03
%36.04
%32.94

CMYK color model

#82978A color CMYK value is (14,0,9,41).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 8.61%
  • key color value is 40.78%
CMYK:
(14,0,9,41)
C14M0Y9K41 
(14%,0%,9%,41%)
(0.14/0.00/0.09/0.41)	

CMYK percentages

%13.91
%0
%8.61
%40.78

Codes

Color #82978A in popluar color models

82978A
RGB130151138
HSL143°9.17%55.10%
HSB/HSV143°13.91%59.22%
CMYK13.91%0.00%8.61%
40.78%

Color #82978A in popluar number systems.

HEX82978A
Decimal130151138
Binary100000101001011110001010
Octal202227212

Shades and tints

Shades of #82978A

#82978A
(130,151,138)
#778A7E
(119,138,126)
#6C7D72
(108,125,114)
#617066
(97,112,102)
#56635A
(86,99,90)
#4B564E
(75,86,78)
#404942
(64,73,66)
#353C36
(53,60,54)
#2A2F2A
(42,47,42)
#1F221E
(31,34,30)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #82978A

#82978A
(130,151,138)
#8DA094
(141,160,148)
#98A99E
(152,169,158)
#A3B2A8
(163,178,168)
#AEBBB2
(174,187,178)
#B9C4BC
(185,196,188)
#C4CDC6
(196,205,198)
#CFD6D0
(207,214,208)
#DADFDA
(218,223,218)
#E5E8E4
(229,232,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82978A color. Also use rgb(130,151,138) instead hex code.

Text Font Color

.myTextColor { color: #82978A; }

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

This text font color is #82978A.


Background Color

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

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

This div background color is #82978A.


Border color

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

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

This div border color is #82978A.


Opacity

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

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

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

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

This text has shadow with #82978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82978A on black background.


Color preview on white background

This text has color #82978A on white background.



Black color preview on #82978A background

This text has black color on #82978A background.


White color preview on #82978A background

This text has white color on #82978A background.