COLOR #828D6D

HEX: #828D6D
RGB: (130,141,109)

Color info

#828D6D contains red, green and blue colors in about the same proportion. Web safe color of #828D6D is #999966 (or #996).

RGB color model

#828D6D color RGB value is (130,141,109).

  • red value is 130;
  • green value is 141;
  • blue value is 109.
RGB:
(130,141,109)
(51%,55%,43%)

RGB channels and saturation

R 130 of 255 = 51%
G 141 of 255 = 55%
B 109 of 255 = 43%

130
141
109

R + G + B ~ 50%. #828D6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 141 + 109 = 380 (100%)
R 130 of 380 ~ 34.21%
G 141 of 380 ~ 37.11%
B 109 of 380 ~ 28.68%

%34.21
%37.11
%28.68

CMYK color model

#828D6D color CMYK value is (8,0,23,45).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 44.71%
CMYK:
(8,0,23,45)
C8M0Y23K45 
(8%,0%,23%,45%)
(0.08/0.00/0.23/0.45)	

CMYK percentages

%7.8
%0
%22.7
%44.71

Codes

Color #828D6D in popluar color models

828D6D
RGB130141109
HSL81°12.80%49.02%
HSB/HSV81°22.70%55.29%
CMYK7.80%0.00%22.70%
44.71%

Color #828D6D in popluar number systems.

HEX828D6D
Decimal130141109
Binary10000010100011011101101
Octal202215155

Shades and tints

Shades of #828D6D

#828D6D
(130,141,109)
#778164
(119,129,100)
#6C755B
(108,117,91)
#616952
(97,105,82)
#565D49
(86,93,73)
#4B5140
(75,81,64)
#404537
(64,69,55)
#35392E
(53,57,46)
#2A2D25
(42,45,37)
#1F211C
(31,33,28)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #828D6D

#828D6D
(130,141,109)
#8D977A
(141,151,122)
#98A187
(152,161,135)
#A3AB94
(163,171,148)
#AEB5A1
(174,181,161)
#B9BFAE
(185,191,174)
#C4C9BB
(196,201,187)
#CFD3C8
(207,211,200)
#DADDD5
(218,221,213)
#E5E7E2
(229,231,226)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828D6D color. Also use rgb(130,141,109) instead hex code.

Text Font Color

.myTextColor { color: #828D6D; }

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

This text font color is #828D6D.


Background Color

.myBgColor { background-color: #828D6D; }

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

This div background color is #828D6D.


Border color

.myBorderColor { border: 1px solid #828D6D; }

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

This div border color is #828D6D.


Opacity

.myOpacity80 { color: #828D6D; opacity: 0.8; }

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

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

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

This text has shadow with #828D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828D6D on black background.


Color preview on white background

This text has color #828D6D on white background.



Black color preview on #828D6D background

This text has black color on #828D6D background.


White color preview on #828D6D background

This text has white color on #828D6D background.