COLOR #829283

HEX: #829283
RGB: (130,146,131)

Color info

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

RGB color model

#829283 color RGB value is (130,146,131).

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

RGB channels and saturation

R 130 of 255 = 51%
G 146 of 255 = 57%
B 131 of 255 = 51%

130
146
131

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

Portions of RGB colors in percentages

R + G + B =
130 + 146 + 131 = 407 (100%)
R 130 of 407 ~ 31.94%
G 146 of 407 ~ 35.87%
B 131 of 407 ~ 32.19%

%31.94
%35.87
%32.19

CMYK color model

#829283 color CMYK value is (11,0,10,43).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 42.75%
CMYK:
(11,0,10,43)
C11M0Y10K43 
(11%,0%,10%,43%)
(0.11/0.00/0.10/0.43)	

CMYK percentages

%10.96
%0
%10.27
%42.75

Codes

Color #829283 in popluar color models

829283
RGB130146131
HSL124°6.84%54.12%
HSB/HSV124°10.96%57.25%
CMYK10.96%0.00%10.27%
42.75%

Color #829283 in popluar number systems.

HEX829283
Decimal130146131
Binary100000101001001010000011
Octal202222203

Shades and tints

Shades of #829283

#829283
(130,146,131)
#778578
(119,133,120)
#6C786D
(108,120,109)
#616B62
(97,107,98)
#565E57
(86,94,87)
#4B514C
(75,81,76)
#404441
(64,68,65)
#353736
(53,55,54)
#2A2A2B
(42,42,43)
#1F1D20
(31,29,32)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #829283

#829283
(130,146,131)
#8D9B8E
(141,155,142)
#98A499
(152,164,153)
#A3ADA4
(163,173,164)
#AEB6AF
(174,182,175)
#B9BFBA
(185,191,186)
#C4C8C5
(196,200,197)
#CFD1D0
(207,209,208)
#DADADB
(218,218,219)
#E5E3E6
(229,227,230)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #829283; }

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

This text font color is #829283.


Background Color

.myBgColor { background-color: #829283; }

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

This div background color is #829283.


Border color

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

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

This div border color is #829283.


Opacity

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

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

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

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

This text has shadow with #829283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #829283 on black background.


Color preview on white background

This text has color #829283 on white background.



Black color preview on #829283 background

This text has black color on #829283 background.


White color preview on #829283 background

This text has white color on #829283 background.