COLOR #829190

HEX: #829190
RGB: (130,145,144)

Color info

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

RGB color model

#829190 color RGB value is (130,145,144).

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

RGB channels and saturation

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

130
145
144

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 144 = 419 (100%)
R 130 of 419 ~ 31.03%
G 145 of 419 ~ 34.61%
B 144 of 419 ~ 34.37%

%31.03
%34.61
%34.37

CMYK color model

#829190 color CMYK value is (10,0,1,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.14%
CMYK:
(10,0,1,43)
C10M0Y1K43 
(10%,0%,1%,43%)
(0.10/0.00/0.01/0.43)	

CMYK percentages

%10.34
%0
%0.69
%43.14

Codes

Color #829190 in popluar color models

829190
RGB130145144
HSL176°6.38%53.92%
HSB/HSV176°10.34%56.86%
CMYK10.34%0.00%0.69%
43.14%

Color #829190 in popluar number systems.

HEX829190
Decimal130145144
Binary100000101001000110010000
Octal202221220

Shades and tints

Shades of #829190

#829190
(130,145,144)
#778483
(119,132,131)
#6C7776
(108,119,118)
#616A69
(97,106,105)
#565D5C
(86,93,92)
#4B504F
(75,80,79)
#404342
(64,67,66)
#353635
(53,54,53)
#2A2928
(42,41,40)
#1F1C1B
(31,28,27)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #829190

#829190
(130,145,144)
#8D9B9A
(141,155,154)
#98A5A4
(152,165,164)
#A3AFAE
(163,175,174)
#AEB9B8
(174,185,184)
#B9C3C2
(185,195,194)
#C4CDCC
(196,205,204)
#CFD7D6
(207,215,214)
#DAE1E0
(218,225,224)
#E5EBEA
(229,235,234)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829190; }

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

This text font color is #829190.


Background Color

.myBgColor { background-color: #829190; }

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

This div background color is #829190.


Border color

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

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

This div border color is #829190.


Opacity

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

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

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

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

This text has shadow with #829190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829190 on black background.


Color preview on white background

This text has color #829190 on white background.



Black color preview on #829190 background

This text has black color on #829190 background.


White color preview on #829190 background

This text has white color on #829190 background.