COLOR #828F71

HEX: #828F71
RGB: (130,143,113)

Color info

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

RGB color model

#828F71 color RGB value is (130,143,113).

  • red value is 130;
  • green value is 143;
  • blue value is 113.
RGB:
(130,143,113)
(51%,56%,44%)

RGB channels and saturation

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

130
143
113

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

Portions of RGB colors in percentages

R + G + B =
130 + 143 + 113 = 386 (100%)
R 130 of 386 ~ 33.68%
G 143 of 386 ~ 37.05%
B 113 of 386 ~ 29.27%

%33.68
%37.05
%29.27

CMYK color model

#828F71 color CMYK value is (9,0,21,44).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 43.92%
CMYK:
(9,0,21,44)
C9M0Y21K44 
(9%,0%,21%,44%)
(0.09/0.00/0.21/0.44)	

CMYK percentages

%9.09
%0
%20.98
%43.92

Codes

Color #828F71 in popluar color models

828F71
RGB130143113
HSL86°11.81%50.20%
HSB/HSV86°20.98%56.08%
CMYK9.09%0.00%20.98%
43.92%

Color #828F71 in popluar number systems.

HEX828F71
Decimal130143113
Binary10000010100011111110001
Octal202217161

Shades and tints

Shades of #828F71

#828F71
(130,143,113)
#778267
(119,130,103)
#6C755D
(108,117,93)
#616853
(97,104,83)
#565B49
(86,91,73)
#4B4E3F
(75,78,63)
#404135
(64,65,53)
#35342B
(53,52,43)
#2A2721
(42,39,33)
#1F1A17
(31,26,23)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #828F71

#828F71
(130,143,113)
#8D997D
(141,153,125)
#98A389
(152,163,137)
#A3AD95
(163,173,149)
#AEB7A1
(174,183,161)
#B9C1AD
(185,193,173)
#C4CBB9
(196,203,185)
#CFD5C5
(207,213,197)
#DADFD1
(218,223,209)
#E5E9DD
(229,233,221)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828F71; }

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

This text font color is #828F71.


Background Color

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

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

This div background color is #828F71.


Border color

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

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

This div border color is #828F71.


Opacity

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

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

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

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

This text has shadow with #828F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828F71 on black background.


Color preview on white background

This text has color #828F71 on white background.



Black color preview on #828F71 background

This text has black color on #828F71 background.


White color preview on #828F71 background

This text has white color on #828F71 background.