COLOR #829090

HEX: #829090
RGB: (130,144,144)

Color info

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

RGB color model

#829090 color RGB value is (130,144,144).

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

RGB channels and saturation

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

130
144
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 144 = 418 (100%)
R 130 of 418 ~ 31.1%
G 144 of 418 ~ 34.45%
B 144 of 418 ~ 34.45%

%31.1
%34.45
%34.45

CMYK color model

#829090 color CMYK value is (10,0,0,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(10,0,0,44)
C10M0Y0K44 
(10%,0%,0%,44%)
(0.10/0.00/0.00/0.44)	

CMYK percentages

%9.72
%0
%0
%43.53

Codes

Color #829090 in popluar color models

829090
RGB130144144
HSL180°5.93%53.73%
HSB/HSV180°9.72%56.47%
CMYK9.72%0.00%0.00%
43.53%

Color #829090 in popluar number systems.

HEX829090
Decimal130144144
Binary100000101001000010010000
Octal202220220

Shades and tints

Shades of #829090

#829090
(130,144,144)
#778383
(119,131,131)
#6C7676
(108,118,118)
#616969
(97,105,105)
#565C5C
(86,92,92)
#4B4F4F
(75,79,79)
#404242
(64,66,66)
#353535
(53,53,53)
#2A2828
(42,40,40)
#1F1B1B
(31,27,27)
#140E0E
(20,14,14)
#000000
(0,0,0)

Tints of #829090

#829090
(130,144,144)
#8D9A9A
(141,154,154)
#98A4A4
(152,164,164)
#A3AEAE
(163,174,174)
#AEB8B8
(174,184,184)
#B9C2C2
(185,194,194)
#C4CCCC
(196,204,204)
#CFD6D6
(207,214,214)
#DAE0E0
(218,224,224)
#E5EAEA
(229,234,234)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829090; }

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

This text font color is #829090.


Background Color

.myBgColor { background-color: #829090; }

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

This div background color is #829090.


Border color

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

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

This div border color is #829090.


Opacity

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

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

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

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

This text has shadow with #829090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829090 on black background.


Color preview on white background

This text has color #829090 on white background.



Black color preview on #829090 background

This text has black color on #829090 background.


White color preview on #829090 background

This text has white color on #829090 background.