COLOR #829289

HEX: #829289
RGB: (130,146,137)

Color info

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

RGB color model

#829289 color RGB value is (130,146,137).

  • red value is 130;
  • green value is 146;
  • blue value is 137.
RGB:
(130,146,137)
(51%,57%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 137 of 255 = 54%

130
146
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 137 = 413 (100%)
R 130 of 413 ~ 31.48%
G 146 of 413 ~ 35.35%
B 137 of 413 ~ 33.17%

%31.48
%35.35
%33.17

CMYK color model

#829289 color CMYK value is (11,0,6,43).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%
CMYK:
(11,0,6,43)
C11M0Y6K43 
(11%,0%,6%,43%)
(0.11/0.00/0.06/0.43)	

CMYK percentages

%10.96
%0
%6.16
%42.75

Codes

Color #829289 in popluar color models

829289
RGB130146137
HSL146°6.84%54.12%
HSB/HSV146°10.96%57.25%
CMYK10.96%0.00%6.16%
42.75%

Color #829289 in popluar number systems.

HEX829289
Decimal130146137
Binary100000101001001010001001
Octal202222211

Shades and tints

Shades of #829289

#829289
(130,146,137)
#77857D
(119,133,125)
#6C7871
(108,120,113)
#616B65
(97,107,101)
#565E59
(86,94,89)
#4B514D
(75,81,77)
#404441
(64,68,65)
#353735
(53,55,53)
#2A2A29
(42,42,41)
#1F1D1D
(31,29,29)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #829289

#829289
(130,146,137)
#8D9B93
(141,155,147)
#98A49D
(152,164,157)
#A3ADA7
(163,173,167)
#AEB6B1
(174,182,177)
#B9BFBB
(185,191,187)
#C4C8C5
(196,200,197)
#CFD1CF
(207,209,207)
#DADAD9
(218,218,217)
#E5E3E3
(229,227,227)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829289; }

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

This text font color is #829289.


Background Color

.myBgColor { background-color: #829289; }

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

This div background color is #829289.


Border color

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

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

This div border color is #829289.


Opacity

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

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

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

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

This text has shadow with #829289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829289 on black background.


Color preview on white background

This text has color #829289 on white background.



Black color preview on #829289 background

This text has black color on #829289 background.


White color preview on #829289 background

This text has white color on #829289 background.