COLOR #82938C

HEX: #82938C
RGB: (130,147,140)

Color info

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

RGB color model

#82938C color RGB value is (130,147,140).

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

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 140 of 255 = 55%

130
147
140

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

Portions of RGB colors in percentages

R + G + B =
130 + 147 + 140 = 417 (100%)
R 130 of 417 ~ 31.18%
G 147 of 417 ~ 35.25%
B 140 of 417 ~ 33.57%

%31.18
%35.25
%33.57

CMYK color model

#82938C color CMYK value is (12,0,5,42).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 42.35%
CMYK:
(12,0,5,42)
C12M0Y5K42 
(12%,0%,5%,42%)
(0.12/0.00/0.05/0.42)	

CMYK percentages

%11.56
%0
%4.76
%42.35

Codes

Color #82938C in popluar color models

82938C
RGB130147140
HSL155°7.30%54.31%
HSB/HSV155°11.56%57.65%
CMYK11.56%0.00%4.76%
42.35%

Color #82938C in popluar number systems.

HEX82938C
Decimal130147140
Binary100000101001001110001100
Octal202223214

Shades and tints

Shades of #82938C

#82938C
(130,147,140)
#778680
(119,134,128)
#6C7974
(108,121,116)
#616C68
(97,108,104)
#565F5C
(86,95,92)
#4B5250
(75,82,80)
#404544
(64,69,68)
#353838
(53,56,56)
#2A2B2C
(42,43,44)
#1F1E20
(31,30,32)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #82938C

#82938C
(130,147,140)
#8D9C96
(141,156,150)
#98A5A0
(152,165,160)
#A3AEAA
(163,174,170)
#AEB7B4
(174,183,180)
#B9C0BE
(185,192,190)
#C4C9C8
(196,201,200)
#CFD2D2
(207,210,210)
#DADBDC
(218,219,220)
#E5E4E6
(229,228,230)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82938C color. Also use rgb(130,147,140) instead hex code.

Text Font Color

.myTextColor { color: #82938C; }

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

This text font color is #82938C.


Background Color

.myBgColor { background-color: #82938C; }

<div style="background-color:#82938C">Inner text</div>

This div background color is #82938C.


Border color

.myBorderColor { border: 1px solid #82938C; }

<div style="border:3px solid #82938C">Div</div>

This div border color is #82938C.


Opacity

.myOpacity80 { color: #82938C; opacity: 0.8; }

<p style="color:#82938C;opacity:0.8;">80%</p>

Text with #82938C 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 #82938C;}

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

This text has shadow with #82938C color.

.textShadow {text-shadow: 3px 3px 1px #82938C, 3px 3px 1px red;}

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

This text has shadow with #82938C primary color and red secondary color.


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

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

This text has shadow with #82938C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82938C on black background.


Color preview on white background

This text has color #82938C on white background.



Black color preview on #82938C background

This text has black color on #82938C background.


White color preview on #82938C background

This text has white color on #82938C background.