COLOR #828E71

HEX: #828E71 RGB: (130,142,113)

Color info

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

RGB color model

#828E71 color RGB value is (130,142,113).

RGB: (130,142,113) (51%, 56%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 142 of 255 = 56%
B 113 of 255 = 44%

130
142
113

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

Portions of RGB colors in percentages

R + G + B = 130 + 142 + 113 = 385 (100%)
R 130 of 385 ~ 33.77%
G 142 of 385 ~ 36.88%
B 113 of 385 ~ 29.35'%

%33.77
%36.88
%29.35

CMYK color model

#828E71 color CMYK value is (8,0,20,44).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 20.42%
  • key color value is 44.31%

CMYK: (8,0,20,44)
C8M0Y20K44 (8%, 0%, 20%, 44%)
(0.08 / 0.00 / 0.20 / 0.44)

CMYK percentages

%8.45
%0
%20.42
%44.31

Codes

Color #828E71 in popluar color models

82 8E 71
RGB 130 142 113
HSL 85° 11.37% 50.00%
HSB/HSV 85° 20.42% 55.69%
CMYK 8.45% 0.00% 20.42%
44.31%

Color #828E71 in popluar number systems.

HEX 82 8E 71
Decimal 130 142 113
Binary 10000010 10001110 1110001
Octal 202 216 161

Shades and tints

Shades of #828E71

#828E71
(130,142,113)
#778267
(119,130,103)
#6C765D
(108,118,93)
#616A53
(97,106,83)
#565E49
(86,94,73)
#4B523F
(75,82,63)
#404635
(64,70,53)
#353A2B
(53,58,43)
#2A2E21
(42,46,33)
#1F2217
(31,34,23)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #828E71

#828E71
(130,142,113)
#8D987D
(141,152,125)
#98A289
(152,162,137)
#A3AC95
(163,172,149)
#AEB6A1
(174,182,161)
#B9C0AD
(185,192,173)
#C4CAB9
(196,202,185)
#CFD4C5
(207,212,197)
#DADED1
(218,222,209)
#E5E8DD
(229,232,221)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828E71 color. Also use rgb(130,142,113) instead hex code.

Text Font Color

.myTextColor { color: #828E71; }

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

This text font color is #828E71.

Background Color

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

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

This div background color is #828E71.

Border color

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

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

This div border color is #828E71.

Opacity

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

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

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

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

This text has shadow with #828E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #828E71.

Preview

Color preview on black background

This text has color #828E71 on black background.


Color preview on white background

This text has color #828E71 on white background.


Black color preview on #828E71 background

This text has black color on #828E71 background.


White color preview on #828E71 background

This text has white color on #828E71 background.


Related colors

Complementary color

Complementary color for #hex is #7D718E.


I love getcolorcode.com

Triadic colors

1 #71828E and #8E7182 with #828E71 are triadic colors.

2 #718E82 and #8E8271 with #828E71 are triadic colors.