COLOR #829494

HEX: #829494 RGB: (130,148,148)

Color info

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

RGB color model

#829494 color RGB value is (130,148,148).

RGB: (130,148,148) (51%, 58%, 58%)

RGB channels and saturation

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

130
148
148

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

Portions of RGB colors in percentages

R + G + B = 130 + 148 + 148 = 426 (100%)
R 130 of 426 ~ 30.52%
G 148 of 426 ~ 34.74%
B 148 of 426 ~ 34.74'%

%30.52
%34.74
%34.74

CMYK color model

#829494 color CMYK value is (12,0,0,42).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.96%

CMYK: (12,0,0,42)
C12M0Y0K42 (12%, 0%, 0%, 42%)
(0.12 / 0.00 / 0.00 / 0.42)

CMYK percentages

%12.16
%0
%0
%41.96

Codes

Color #829494 in popluar color models

82 94 94
RGB 130 148 148
HSL 180° 7.76% 54.51%
HSB/HSV 180° 12.16% 58.04%
CMYK 12.16% 0.00% 0.00%
41.96%

Color #829494 in popluar number systems.

HEX 82 94 94
Decimal 130 148 148
Binary 10000010 10010100 10010100
Octal 202 224 224

Shades and tints

Shades of #829494

#829494
(130,148,148)
#778787
(119,135,135)
#6C7A7A
(108,122,122)
#616D6D
(97,109,109)
#566060
(86,96,96)
#4B5353
(75,83,83)
#404646
(64,70,70)
#353939
(53,57,57)
#2A2C2C
(42,44,44)
#1F1F1F
(31,31,31)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #829494

#829494
(130,148,148)
#8D9D9D
(141,157,157)
#98A6A6
(152,166,166)
#A3AFAF
(163,175,175)
#AEB8B8
(174,184,184)
#B9C1C1
(185,193,193)
#C4CACA
(196,202,202)
#CFD3D3
(207,211,211)
#DADCDC
(218,220,220)
#E5E5E5
(229,229,229)
#F0EEEE
(240,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829494; }

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

This text font color is #829494.

Background Color

.myBgColor { background-color: #829494; }

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

This div background color is #829494.

Border color

.myBorderColor { border: 1px solid #829494; }

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

This div border color is #829494.

Opacity

.myOpacity80 { color: #829494; opacity: 0.8; }

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

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

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

This text has shadow with #829494 color.


.textShadow {text-shadow: 3px 3px 1px #829494', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #829494; -webkit-box-shadow: 1px 1px 3px 2px #829494; box-shadow:1px 1px 3px 2px #829494;">
Div content here
</div>

This div box has shadow with color #829494.

Preview

Color preview on black background

This text has color #829494 on black background.


Color preview on white background

This text has color #829494 on white background.


Black color preview on #829494 background

This text has black color on #829494 background.


White color preview on #829494 background

This text has white color on #829494 background.


Related colors

Complementary color

Complementary color for #hex is #7D6B6B.


I love getcolorcode.com