COLOR #828D5F

HEX: #828D5F RGB: (130,141,95)

Color info

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

RGB color model

#828D5F color RGB value is (130,141,95).

RGB: (130,141,95) (51%, 55%, 37%)

RGB channels and saturation

R 130 of 255 = 51%
G 141 of 255 = 55%
B 95 of 255 = 37%

130
141
95

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

Portions of RGB colors in percentages

R + G + B = 130 + 141 + 95 = 366 (100%)
R 130 of 366 ~ 35.52%
G 141 of 366 ~ 38.52%
B 95 of 366 ~ 25.96'%

%35.52
%38.52
%25.96

CMYK color model

#828D5F color CMYK value is (8,0,33,45).

  • cyan value is 7.80%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 44.71%

CMYK: (8,0,33,45)
C8M0Y33K45 (8%, 0%, 33%, 45%)
(0.08 / 0.00 / 0.33 / 0.45)

CMYK percentages

%7.8
%0
%32.62
%44.71

Codes

Color #828D5F in popluar color models

82 8D 5F
RGB 130 141 95
HSL 74° 19.49% 46.27%
HSB/HSV 74° 32.62% 55.29%
CMYK 7.80% 0.00% 32.62%
44.71%

Color #828D5F in popluar number systems.

HEX 82 8D 5F
Decimal 130 141 95
Binary 10000010 10001101 1011111
Octal 202 215 137

Shades and tints

Shades of #828D5F

#828D5F
(130,141,95)
#778157
(119,129,87)
#6C754F
(108,117,79)
#616947
(97,105,71)
#565D3F
(86,93,63)
#4B5137
(75,81,55)
#40452F
(64,69,47)
#353927
(53,57,39)
#2A2D1F
(42,45,31)
#1F2117
(31,33,23)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #828D5F

#828D5F
(130,141,95)
#8D976D
(141,151,109)
#98A17B
(152,161,123)
#A3AB89
(163,171,137)
#AEB597
(174,181,151)
#B9BFA5
(185,191,165)
#C4C9B3
(196,201,179)
#CFD3C1
(207,211,193)
#DADDCF
(218,221,207)
#E5E7DD
(229,231,221)
#F0F1EB
(240,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828D5F; }

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

This text font color is #828D5F.

Background Color

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

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

This div background color is #828D5F.

Border color

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

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

This div border color is #828D5F.

Opacity

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

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

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

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

This text has shadow with #828D5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828D5F.

Preview

Color preview on black background

This text has color #828D5F on black background.


Color preview on white background

This text has color #828D5F on white background.


Black color preview on #828D5F background

This text has black color on #828D5F background.


White color preview on #828D5F background

This text has white color on #828D5F background.


Related colors

Complementary color

Complementary color for #hex is #7D72A0.


I love getcolorcode.com

Triadic colors

1 #5F828D and #8D5F82 with #828D5F are triadic colors.

2 #5F8D82 and #8D825F with #828D5F are triadic colors.