COLOR #829083

HEX: #829083
RGB: (130,144,131)

Color info

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

RGB color model

#829083 color RGB value is (130,144,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 131 of 255 = 51%

130
144
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 131 = 405 (100%)
R 130 of 405 ~ 32.1%
G 144 of 405 ~ 35.56%
B 131 of 405 ~ 32.35%

%32.1
%35.56
%32.35

CMYK color model

#829083 color CMYK value is (10,0,9,44).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 43.53%
CMYK:
(10,0,9,44)
C10M0Y9K44 
(10%,0%,9%,44%)
(0.10/0.00/0.09/0.44)	

CMYK percentages

%9.72
%0
%9.03
%43.53

Codes

Color #829083 in popluar color models

829083
RGB130144131
HSL124°5.93%53.73%
HSB/HSV124°9.72%56.47%
CMYK9.72%0.00%9.03%
43.53%

Color #829083 in popluar number systems.

HEX829083
Decimal130144131
Binary100000101001000010000011
Octal202220203

Shades and tints

Shades of #829083

#829083
(130,144,131)
#778378
(119,131,120)
#6C766D
(108,118,109)
#616962
(97,105,98)
#565C57
(86,92,87)
#4B4F4C
(75,79,76)
#404241
(64,66,65)
#353536
(53,53,54)
#2A282B
(42,40,43)
#1F1B20
(31,27,32)
#140E15
(20,14,21)
#000000
(0,0,0)

Tints of #829083

#829083
(130,144,131)
#8D9A8E
(141,154,142)
#98A499
(152,164,153)
#A3AEA4
(163,174,164)
#AEB8AF
(174,184,175)
#B9C2BA
(185,194,186)
#C4CCC5
(196,204,197)
#CFD6D0
(207,214,208)
#DAE0DB
(218,224,219)
#E5EAE6
(229,234,230)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829083; }

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

This text font color is #829083.


Background Color

.myBgColor { background-color: #829083; }

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

This div background color is #829083.


Border color

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

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

This div border color is #829083.


Opacity

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

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

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

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

This text has shadow with #829083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829083 on black background.


Color preview on white background

This text has color #829083 on white background.



Black color preview on #829083 background

This text has black color on #829083 background.


White color preview on #829083 background

This text has white color on #829083 background.