COLOR #829285

HEX: #829285
RGB: (130,146,133)

Color info

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

RGB color model

#829285 color RGB value is (130,146,133).

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

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 133 of 255 = 52%

130
146
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 133 = 409 (100%)
R 130 of 409 ~ 31.78%
G 146 of 409 ~ 35.7%
B 133 of 409 ~ 32.52%

%31.78
%35.7
%32.52

CMYK color model

#829285 color CMYK value is (11,0,9,43).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 42.75%
CMYK:
(11,0,9,43)
C11M0Y9K43 
(11%,0%,9%,43%)
(0.11/0.00/0.09/0.43)	

CMYK percentages

%10.96
%0
%8.9
%42.75

Codes

Color #829285 in popluar color models

829285
RGB130146133
HSL131°6.84%54.12%
HSB/HSV131°10.96%57.25%
CMYK10.96%0.00%8.90%
42.75%

Color #829285 in popluar number systems.

HEX829285
Decimal130146133
Binary100000101001001010000101
Octal202222205

Shades and tints

Shades of #829285

#829285
(130,146,133)
#778579
(119,133,121)
#6C786D
(108,120,109)
#616B61
(97,107,97)
#565E55
(86,94,85)
#4B5149
(75,81,73)
#40443D
(64,68,61)
#353731
(53,55,49)
#2A2A25
(42,42,37)
#1F1D19
(31,29,25)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #829285

#829285
(130,146,133)
#8D9B90
(141,155,144)
#98A49B
(152,164,155)
#A3ADA6
(163,173,166)
#AEB6B1
(174,182,177)
#B9BFBC
(185,191,188)
#C4C8C7
(196,200,199)
#CFD1D2
(207,209,210)
#DADADD
(218,218,221)
#E5E3E8
(229,227,232)
#F0ECF3
(240,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829285; }

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

This text font color is #829285.


Background Color

.myBgColor { background-color: #829285; }

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

This div background color is #829285.


Border color

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

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

This div border color is #829285.


Opacity

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

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

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

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

This text has shadow with #829285 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829285 on black background.


Color preview on white background

This text has color #829285 on white background.



Black color preview on #829285 background

This text has black color on #829285 background.


White color preview on #829285 background

This text has white color on #829285 background.