COLOR #829584

HEX: #829584
RGB: (130,149,132)

Color info

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

RGB color model

#829584 color RGB value is (130,149,132).

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

RGB channels and saturation

R 130 of 255 = 51%
G 149 of 255 = 58%
B 132 of 255 = 52%

130
149
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 149 + 132 = 411 (100%)
R 130 of 411 ~ 31.63%
G 149 of 411 ~ 36.25%
B 132 of 411 ~ 32.12%

%31.63
%36.25
%32.12

CMYK color model

#829584 color CMYK value is (13,0,11,42).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 11.41%
  • key color value is 41.57%
CMYK:
(13,0,11,42)
C13M0Y11K42 
(13%,0%,11%,42%)
(0.13/0.00/0.11/0.42)	

CMYK percentages

%12.75
%0
%11.41
%41.57

Codes

Color #829584 in popluar color models

829584
RGB130149132
HSL126°8.23%54.71%
HSB/HSV126°12.75%58.43%
CMYK12.75%0.00%11.41%
41.57%

Color #829584 in popluar number systems.

HEX829584
Decimal130149132
Binary100000101001010110000100
Octal202225204

Shades and tints

Shades of #829584

#829584
(130,149,132)
#778878
(119,136,120)
#6C7B6C
(108,123,108)
#616E60
(97,110,96)
#566154
(86,97,84)
#4B5448
(75,84,72)
#40473C
(64,71,60)
#353A30
(53,58,48)
#2A2D24
(42,45,36)
#1F2018
(31,32,24)
#14130C
(20,19,12)
#000000
(0,0,0)

Tints of #829584

#829584
(130,149,132)
#8D9E8F
(141,158,143)
#98A79A
(152,167,154)
#A3B0A5
(163,176,165)
#AEB9B0
(174,185,176)
#B9C2BB
(185,194,187)
#C4CBC6
(196,203,198)
#CFD4D1
(207,212,209)
#DADDDC
(218,221,220)
#E5E6E7
(229,230,231)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829584; }

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

This text font color is #829584.


Background Color

.myBgColor { background-color: #829584; }

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

This div background color is #829584.


Border color

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

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

This div border color is #829584.


Opacity

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

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

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

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

This text has shadow with #829584 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829584 on black background.


Color preview on white background

This text has color #829584 on white background.



Black color preview on #829584 background

This text has black color on #829584 background.


White color preview on #829584 background

This text has white color on #829584 background.