COLOR #829185

HEX: #829185
RGB: (130,145,133)

Color info

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

RGB color model

#829185 color RGB value is (130,145,133).

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

RGB channels and saturation

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

130
145
133

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

Portions of RGB colors in percentages

R + G + B =
130 + 145 + 133 = 408 (100%)
R 130 of 408 ~ 31.86%
G 145 of 408 ~ 35.54%
B 133 of 408 ~ 32.6%

%31.86
%35.54
%32.6

CMYK color model

#829185 color CMYK value is (10,0,8,43).

  • cyan value is 10.34%
  • magenta value is 0.00%
  • yellow value is 8.28%
  • key color value is 43.14%
CMYK:
(10,0,8,43)
C10M0Y8K43 
(10%,0%,8%,43%)
(0.10/0.00/0.08/0.43)	

CMYK percentages

%10.34
%0
%8.28
%43.14

Codes

Color #829185 in popluar color models

829185
RGB130145133
HSL132°6.38%53.92%
HSB/HSV132°10.34%56.86%
CMYK10.34%0.00%8.28%
43.14%

Color #829185 in popluar number systems.

HEX829185
Decimal130145133
Binary100000101001000110000101
Octal202221205

Shades and tints

Shades of #829185

#829185
(130,145,133)
#778479
(119,132,121)
#6C776D
(108,119,109)
#616A61
(97,106,97)
#565D55
(86,93,85)
#4B5049
(75,80,73)
#40433D
(64,67,61)
#353631
(53,54,49)
#2A2925
(42,41,37)
#1F1C19
(31,28,25)
#140F0D
(20,15,13)
#000000
(0,0,0)

Tints of #829185

#829185
(130,145,133)
#8D9B90
(141,155,144)
#98A59B
(152,165,155)
#A3AFA6
(163,175,166)
#AEB9B1
(174,185,177)
#B9C3BC
(185,195,188)
#C4CDC7
(196,205,199)
#CFD7D2
(207,215,210)
#DAE1DD
(218,225,221)
#E5EBE8
(229,235,232)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829185; }

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

This text font color is #829185.


Background Color

.myBgColor { background-color: #829185; }

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

This div background color is #829185.


Border color

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

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

This div border color is #829185.


Opacity

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

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

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

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

This text has shadow with #829185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829185 on black background.


Color preview on white background

This text has color #829185 on white background.



Black color preview on #829185 background

This text has black color on #829185 background.


White color preview on #829185 background

This text has white color on #829185 background.