COLOR #829591

HEX: #829591
RGB: (130,149,145)

Color info

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

RGB color model

#829591 color RGB value is (130,149,145).

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

RGB channels and saturation

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

130
149
145

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 145 = 424 (100%)
R 130 of 424 ~ 30.66%
G 149 of 424 ~ 35.14%
B 145 of 424 ~ 34.2%

%30.66
%35.14
%34.2

CMYK color model

#829591 color CMYK value is (13,0,3,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(13,0,3,42)
C13M0Y3K42 
(13%,0%,3%,42%)
(0.13/0.00/0.03/0.42)	

CMYK percentages

%12.75
%0
%2.68
%41.57

Codes

Color #829591 in popluar color models

829591
RGB130149145
HSL167°8.23%54.71%
HSB/HSV167°12.75%58.43%
CMYK12.75%0.00%2.68%
41.57%

Color #829591 in popluar number systems.

HEX829591
Decimal130149145
Binary100000101001010110010001
Octal202225221

Shades and tints

Shades of #829591

#829591
(130,149,145)
#778884
(119,136,132)
#6C7B77
(108,123,119)
#616E6A
(97,110,106)
#56615D
(86,97,93)
#4B5450
(75,84,80)
#404743
(64,71,67)
#353A36
(53,58,54)
#2A2D29
(42,45,41)
#1F201C
(31,32,28)
#14130F
(20,19,15)
#000000
(0,0,0)

Tints of #829591

#829591
(130,149,145)
#8D9E9B
(141,158,155)
#98A7A5
(152,167,165)
#A3B0AF
(163,176,175)
#AEB9B9
(174,185,185)
#B9C2C3
(185,194,195)
#C4CBCD
(196,203,205)
#CFD4D7
(207,212,215)
#DADDE1
(218,221,225)
#E5E6EB
(229,230,235)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829591; }

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

This text font color is #829591.


Background Color

.myBgColor { background-color: #829591; }

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

This div background color is #829591.


Border color

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

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

This div border color is #829591.


Opacity

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

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

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

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

This text has shadow with #829591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829591 on black background.


Color preview on white background

This text has color #829591 on white background.



Black color preview on #829591 background

This text has black color on #829591 background.


White color preview on #829591 background

This text has white color on #829591 background.