COLOR #829080

HEX: #829080
RGB: (130,144,128)

Color info

#829080 contains red, green and blue colors in about the same proportion. Web safe color of #829080 is #999966 (or #996).

RGB color model

#829080 color RGB value is (130,144,128).

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

RGB channels and saturation

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

130
144
128

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 128 = 402 (100%)
R 130 of 402 ~ 32.34%
G 144 of 402 ~ 35.82%
B 128 of 402 ~ 31.84%

%32.34
%35.82
%31.84

CMYK color model

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

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

CMYK percentages

%9.72
%0
%11.11
%43.53

Codes

Color #829080 in popluar color models

829080
RGB130144128
HSL113°6.72%53.33%
HSB/HSV113°11.11%56.47%
CMYK9.72%0.00%11.11%
43.53%

Color #829080 in popluar number systems.

HEX829080
Decimal130144128
Binary100000101001000010000000
Octal202220200

Shades and tints

Shades of #829080

#829080
(130,144,128)
#778375
(119,131,117)
#6C766A
(108,118,106)
#61695F
(97,105,95)
#565C54
(86,92,84)
#4B4F49
(75,79,73)
#40423E
(64,66,62)
#353533
(53,53,51)
#2A2828
(42,40,40)
#1F1B1D
(31,27,29)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #829080

#829080
(130,144,128)
#8D9A8B
(141,154,139)
#98A496
(152,164,150)
#A3AEA1
(163,174,161)
#AEB8AC
(174,184,172)
#B9C2B7
(185,194,183)
#C4CCC2
(196,204,194)
#CFD6CD
(207,214,205)
#DAE0D8
(218,224,216)
#E5EAE3
(229,234,227)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829080; }

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

This text font color is #829080.


Background Color

.myBgColor { background-color: #829080; }

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

This div background color is #829080.


Border color

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

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

This div border color is #829080.


Opacity

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

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

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

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

This text has shadow with #829080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829080 on black background.


Color preview on white background

This text has color #829080 on white background.



Black color preview on #829080 background

This text has black color on #829080 background.


White color preview on #829080 background

This text has white color on #829080 background.