COLOR #82968A

HEX: #82968A
RGB: (130,150,138)

Color info

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

RGB color model

#82968A color RGB value is (130,150,138).

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

RGB channels and saturation

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

130
150
138

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

Portions of RGB colors in percentages

R + G + B =
130 + 150 + 138 = 418 (100%)
R 130 of 418 ~ 31.1%
G 150 of 418 ~ 35.89%
B 138 of 418 ~ 33.01%

%31.1
%35.89
%33.01

CMYK color model

#82968A color CMYK value is (13,0,8,41).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 41.18%
CMYK:
(13,0,8,41)
C13M0Y8K41 
(13%,0%,8%,41%)
(0.13/0.00/0.08/0.41)	

CMYK percentages

%13.33
%0
%8
%41.18

Codes

Color #82968A in popluar color models

82968A
RGB130150138
HSL144°8.70%54.90%
HSB/HSV144°13.33%58.82%
CMYK13.33%0.00%8.00%
41.18%

Color #82968A in popluar number systems.

HEX82968A
Decimal130150138
Binary100000101001011010001010
Octal202226212

Shades and tints

Shades of #82968A

#82968A
(130,150,138)
#77897E
(119,137,126)
#6C7C72
(108,124,114)
#616F66
(97,111,102)
#56625A
(86,98,90)
#4B554E
(75,85,78)
#404842
(64,72,66)
#353B36
(53,59,54)
#2A2E2A
(42,46,42)
#1F211E
(31,33,30)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #82968A

#82968A
(130,150,138)
#8D9F94
(141,159,148)
#98A89E
(152,168,158)
#A3B1A8
(163,177,168)
#AEBAB2
(174,186,178)
#B9C3BC
(185,195,188)
#C4CCC6
(196,204,198)
#CFD5D0
(207,213,208)
#DADEDA
(218,222,218)
#E5E7E4
(229,231,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82968A; }

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

This text font color is #82968A.


Background Color

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

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

This div background color is #82968A.


Border color

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

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

This div border color is #82968A.


Opacity

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

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

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

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

This text has shadow with #82968A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82968A on black background.


Color preview on white background

This text has color #82968A on white background.



Black color preview on #82968A background

This text has black color on #82968A background.


White color preview on #82968A background

This text has white color on #82968A background.