COLOR #829790

HEX: #829790
RGB: (130,151,144)

Color info

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

RGB color model

#829790 color RGB value is (130,151,144).

  • red value is 130;
  • green value is 151;
  • blue value is 144.
RGB:
(130,151,144)
(51%,59%,56%)

RGB channels and saturation

R 130 of 255 = 51%
G 151 of 255 = 59%
B 144 of 255 = 56%

130
151
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 151 + 144 = 425 (100%)
R 130 of 425 ~ 30.59%
G 151 of 425 ~ 35.53%
B 144 of 425 ~ 33.88%

%30.59
%35.53
%33.88

CMYK color model

#829790 color CMYK value is (14,0,5,41).

  • cyan value is 13.91%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(14,0,5,41)
C14M0Y5K41 
(14%,0%,5%,41%)
(0.14/0.00/0.05/0.41)	

CMYK percentages

%13.91
%0
%4.64
%40.78

Codes

Color #829790 in popluar color models

829790
RGB130151144
HSL160°9.17%55.10%
HSB/HSV160°13.91%59.22%
CMYK13.91%0.00%4.64%
40.78%

Color #829790 in popluar number systems.

HEX829790
Decimal130151144
Binary100000101001011110010000
Octal202227220

Shades and tints

Shades of #829790

#829790
(130,151,144)
#778A83
(119,138,131)
#6C7D76
(108,125,118)
#617069
(97,112,105)
#56635C
(86,99,92)
#4B564F
(75,86,79)
#404942
(64,73,66)
#353C35
(53,60,53)
#2A2F28
(42,47,40)
#1F221B
(31,34,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #829790

#829790
(130,151,144)
#8DA09A
(141,160,154)
#98A9A4
(152,169,164)
#A3B2AE
(163,178,174)
#AEBBB8
(174,187,184)
#B9C4C2
(185,196,194)
#C4CDCC
(196,205,204)
#CFD6D6
(207,214,214)
#DADFE0
(218,223,224)
#E5E8EA
(229,232,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829790; }

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

This text font color is #829790.


Background Color

.myBgColor { background-color: #829790; }

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

This div background color is #829790.


Border color

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

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

This div border color is #829790.


Opacity

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

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

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

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

This text has shadow with #829790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829790 on black background.


Color preview on white background

This text has color #829790 on white background.



Black color preview on #829790 background

This text has black color on #829790 background.


White color preview on #829790 background

This text has white color on #829790 background.