COLOR #829295

HEX: #829295
RGB: (130,146,149)

Color info

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

RGB color model

#829295 color RGB value is (130,146,149).

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

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 149 of 255 = 58%

130
146
149

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 149 = 425 (100%)
R 130 of 425 ~ 30.59%
G 146 of 425 ~ 34.35%
B 149 of 425 ~ 35.06%

%30.59
%34.35
%35.06

CMYK color model

#829295 color CMYK value is (13,2,0,42).

  • cyan value is 12.75%
  • magenta value is 2.01%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(13,2,0,42)
C13M2Y0K42 
(13%,2%,0%,42%)
(0.13/0.02/0.00/0.42)	

CMYK percentages

%12.75
%2.01
%0
%41.57

Codes

Color #829295 in popluar color models

829295
RGB130146149
HSL189°8.23%54.71%
HSB/HSV189°12.75%58.43%
CMYK12.75%2.01%0.00%
41.57%

Color #829295 in popluar number systems.

HEX829295
Decimal130146149
Binary100000101001001010010101
Octal202222225

Shades and tints

Shades of #829295

#829295
(130,146,149)
#778588
(119,133,136)
#6C787B
(108,120,123)
#616B6E
(97,107,110)
#565E61
(86,94,97)
#4B5154
(75,81,84)
#404447
(64,68,71)
#35373A
(53,55,58)
#2A2A2D
(42,42,45)
#1F1D20
(31,29,32)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #829295

#829295
(130,146,149)
#8D9B9E
(141,155,158)
#98A4A7
(152,164,167)
#A3ADB0
(163,173,176)
#AEB6B9
(174,182,185)
#B9BFC2
(185,191,194)
#C4C8CB
(196,200,203)
#CFD1D4
(207,209,212)
#DADADD
(218,218,221)
#E5E3E6
(229,227,230)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829295; }

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

This text font color is #829295.


Background Color

.myBgColor { background-color: #829295; }

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

This div background color is #829295.


Border color

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

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

This div border color is #829295.


Opacity

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

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

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

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

This text has shadow with #829295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829295 on black background.


Color preview on white background

This text has color #829295 on white background.



Black color preview on #829295 background

This text has black color on #829295 background.


White color preview on #829295 background

This text has white color on #829295 background.