COLOR #828C71

HEX: #828C71
RGB: (130,140,113)

Color info

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

RGB color model

#828C71 color RGB value is (130,140,113).

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

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 113 of 255 = 44%

130
140
113

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

Portions of RGB colors in percentages

R + G + B =
130 + 140 + 113 = 383 (100%)
R 130 of 383 ~ 33.94%
G 140 of 383 ~ 36.55%
B 113 of 383 ~ 29.5%

%33.94
%36.55
%29.5

CMYK color model

#828C71 color CMYK value is (7,0,19,45).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 19.29%
  • key color value is 45.10%
CMYK:
(7,0,19,45)
C7M0Y19K45 
(7%,0%,19%,45%)
(0.07/0.00/0.19/0.45)	

CMYK percentages

%7.14
%0
%19.29
%45.1

Codes

Color #828C71 in popluar color models

828C71
RGB130140113
HSL82°10.67%49.61%
HSB/HSV82°19.29%54.90%
CMYK7.14%0.00%19.29%
45.10%

Color #828C71 in popluar number systems.

HEX828C71
Decimal130140113
Binary10000010100011001110001
Octal202214161

Shades and tints

Shades of #828C71

#828C71
(130,140,113)
#778067
(119,128,103)
#6C745D
(108,116,93)
#616853
(97,104,83)
#565C49
(86,92,73)
#4B503F
(75,80,63)
#404435
(64,68,53)
#35382B
(53,56,43)
#2A2C21
(42,44,33)
#1F2017
(31,32,23)
#14140D
(20,20,13)
#000000
(0,0,0)

Tints of #828C71

#828C71
(130,140,113)
#8D967D
(141,150,125)
#98A089
(152,160,137)
#A3AA95
(163,170,149)
#AEB4A1
(174,180,161)
#B9BEAD
(185,190,173)
#C4C8B9
(196,200,185)
#CFD2C5
(207,210,197)
#DADCD1
(218,220,209)
#E5E6DD
(229,230,221)
#F0F0E9
(240,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828C71; }

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

This text font color is #828C71.


Background Color

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

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

This div background color is #828C71.


Border color

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

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

This div border color is #828C71.


Opacity

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

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

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

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

This text has shadow with #828C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828C71 on black background.


Color preview on white background

This text has color #828C71 on white background.



Black color preview on #828C71 background

This text has black color on #828C71 background.


White color preview on #828C71 background

This text has white color on #828C71 background.