COLOR #828871

HEX: #828871
RGB: (130,136,113)

Color info

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

RGB color model

#828871 color RGB value is (130,136,113).

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

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 113 of 255 = 44%

130
136
113

R + G + B ~ 49%. #828871 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 113 = 379 (100%)
R 130 of 379 ~ 34.3%
G 136 of 379 ~ 35.88%
B 113 of 379 ~ 29.82%

%34.3
%35.88
%29.82

CMYK color model

#828871 color CMYK value is (4,0,17,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(4,0,17,47)
C4M0Y17K47 
(4%,0%,17%,47%)
(0.04/0.00/0.17/0.47)	

CMYK percentages

%4.41
%0
%16.91
%46.67

Codes

Color #828871 in popluar color models

828871
RGB130136113
HSL76°9.24%48.82%
HSB/HSV76°16.91%53.33%
CMYK4.41%0.00%16.91%
46.67%

Color #828871 in popluar number systems.

HEX828871
Decimal130136113
Binary10000010100010001110001
Octal202210161

Shades and tints

Shades of #828871

#828871
(130,136,113)
#777C67
(119,124,103)
#6C705D
(108,112,93)
#616453
(97,100,83)
#565849
(86,88,73)
#4B4C3F
(75,76,63)
#404035
(64,64,53)
#35342B
(53,52,43)
#2A2821
(42,40,33)
#1F1C17
(31,28,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #828871

#828871
(130,136,113)
#8D927D
(141,146,125)
#989C89
(152,156,137)
#A3A695
(163,166,149)
#AEB0A1
(174,176,161)
#B9BAAD
(185,186,173)
#C4C4B9
(196,196,185)
#CFCEC5
(207,206,197)
#DAD8D1
(218,216,209)
#E5E2DD
(229,226,221)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828871; }

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

This text font color is #828871.


Background Color

.myBgColor { background-color: #828871; }

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

This div background color is #828871.


Border color

.myBorderColor { border: 1px solid #828871; }

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

This div border color is #828871.


Opacity

.myOpacity80 { color: #828871; opacity: 0.8; }

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

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

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

This text has shadow with #828871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828871 on black background.


Color preview on white background

This text has color #828871 on white background.



Black color preview on #828871 background

This text has black color on #828871 background.


White color preview on #828871 background

This text has white color on #828871 background.