COLOR #82948B

HEX: #82948B
RGB: (130,148,139)

Color info

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

RGB color model

#82948B color RGB value is (130,148,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 139 of 255 = 55%

130
148
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 139 = 417 (100%)
R 130 of 417 ~ 31.18%
G 148 of 417 ~ 35.49%
B 139 of 417 ~ 33.33%

%31.18
%35.49
%33.33

CMYK color model

#82948B color CMYK value is (12,0,6,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 6.08%
  • key color value is 41.96%
CMYK:
(12,0,6,42)
C12M0Y6K42 
(12%,0%,6%,42%)
(0.12/0.00/0.06/0.42)	

CMYK percentages

%12.16
%0
%6.08
%41.96

Codes

Color #82948B in popluar color models

82948B
RGB130148139
HSL150°7.76%54.51%
HSB/HSV150°12.16%58.04%
CMYK12.16%0.00%6.08%
41.96%

Color #82948B in popluar number systems.

HEX82948B
Decimal130148139
Binary100000101001010010001011
Octal202224213

Shades and tints

Shades of #82948B

#82948B
(130,148,139)
#77877F
(119,135,127)
#6C7A73
(108,122,115)
#616D67
(97,109,103)
#56605B
(86,96,91)
#4B534F
(75,83,79)
#404643
(64,70,67)
#353937
(53,57,55)
#2A2C2B
(42,44,43)
#1F1F1F
(31,31,31)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #82948B

#82948B
(130,148,139)
#8D9D95
(141,157,149)
#98A69F
(152,166,159)
#A3AFA9
(163,175,169)
#AEB8B3
(174,184,179)
#B9C1BD
(185,193,189)
#C4CAC7
(196,202,199)
#CFD3D1
(207,211,209)
#DADCDB
(218,220,219)
#E5E5E5
(229,229,229)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82948B color. Also use rgb(130,148,139) instead hex code.

Text Font Color

.myTextColor { color: #82948B; }

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

This text font color is #82948B.


Background Color

.myBgColor { background-color: #82948B; }

<div style="background-color:#82948B">Inner text</div>

This div background color is #82948B.


Border color

.myBorderColor { border: 1px solid #82948B; }

<div style="border:3px solid #82948B">Div</div>

This div border color is #82948B.


Opacity

.myOpacity80 { color: #82948B; opacity: 0.8; }

<p style="color:#82948B;opacity:0.8;">80%</p>

Text with #82948B 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 #82948B;}

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

This text has shadow with #82948B color.

.textShadow {text-shadow: 3px 3px 1px #82948B, 3px 3px 1px red;}

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

This text has shadow with #82948B primary color and red secondary color.


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

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

This text has shadow with #82948B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82948B on black background.


Color preview on white background

This text has color #82948B on white background.



Black color preview on #82948B background

This text has black color on #82948B background.


White color preview on #82948B background

This text has white color on #82948B background.