COLOR #829391

HEX: #829391
RGB: (130,147,145)

Color info

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

RGB color model

#829391 color RGB value is (130,147,145).

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

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 145 of 255 = 57%

130
147
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 147 + 145 = 422 (100%)
R 130 of 422 ~ 30.81%
G 147 of 422 ~ 34.83%
B 145 of 422 ~ 34.36%

%30.81
%34.83
%34.36

CMYK color model

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

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 42.35%
CMYK:
(12,0,1,42)
C12M0Y1K42 
(12%,0%,1%,42%)
(0.12/0.00/0.01/0.42)	

CMYK percentages

%11.56
%0
%1.36
%42.35

Codes

Color #829391 in popluar color models

829391
RGB130147145
HSL173°7.30%54.31%
HSB/HSV173°11.56%57.65%
CMYK11.56%0.00%1.36%
42.35%

Color #829391 in popluar number systems.

HEX829391
Decimal130147145
Binary100000101001001110010001
Octal202223221

Shades and tints

Shades of #829391

#829391
(130,147,145)
#778684
(119,134,132)
#6C7977
(108,121,119)
#616C6A
(97,108,106)
#565F5D
(86,95,93)
#4B5250
(75,82,80)
#404543
(64,69,67)
#353836
(53,56,54)
#2A2B29
(42,43,41)
#1F1E1C
(31,30,28)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #829391

#829391
(130,147,145)
#8D9C9B
(141,156,155)
#98A5A5
(152,165,165)
#A3AEAF
(163,174,175)
#AEB7B9
(174,183,185)
#B9C0C3
(185,192,195)
#C4C9CD
(196,201,205)
#CFD2D7
(207,210,215)
#DADBE1
(218,219,225)
#E5E4EB
(229,228,235)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829391; }

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

This text font color is #829391.


Background Color

.myBgColor { background-color: #829391; }

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

This div background color is #829391.


Border color

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

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

This div border color is #829391.


Opacity

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

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

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

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

This text has shadow with #829391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829391 on black background.


Color preview on white background

This text has color #829391 on white background.



Black color preview on #829391 background

This text has black color on #829391 background.


White color preview on #829391 background

This text has white color on #829391 background.