COLOR #828870

HEX: #828870
RGB: (130,136,112)

Color info

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

RGB color model

#828870 color RGB value is (130,136,112).

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

RGB channels and saturation

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

130
136
112

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 112 = 378 (100%)
R 130 of 378 ~ 34.39%
G 136 of 378 ~ 35.98%
B 112 of 378 ~ 29.63%

%34.39
%35.98
%29.63

CMYK color model

#828870 color CMYK value is (4,0,18,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(4,0,18,47)
C4M0Y18K47 
(4%,0%,18%,47%)
(0.04/0.00/0.18/0.47)	

CMYK percentages

%4.41
%0
%17.65
%46.67

Codes

Color #828870 in popluar color models

828870
RGB130136112
HSL75°9.68%48.63%
HSB/HSV75°17.65%53.33%
CMYK4.41%0.00%17.65%
46.67%

Color #828870 in popluar number systems.

HEX828870
Decimal130136112
Binary10000010100010001110000
Octal202210160

Shades and tints

Shades of #828870

#828870
(130,136,112)
#777C66
(119,124,102)
#6C705C
(108,112,92)
#616452
(97,100,82)
#565848
(86,88,72)
#4B4C3E
(75,76,62)
#404034
(64,64,52)
#35342A
(53,52,42)
#2A2820
(42,40,32)
#1F1C16
(31,28,22)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #828870

#828870
(130,136,112)
#8D927D
(141,146,125)
#989C8A
(152,156,138)
#A3A697
(163,166,151)
#AEB0A4
(174,176,164)
#B9BAB1
(185,186,177)
#C4C4BE
(196,196,190)
#CFCECB
(207,206,203)
#DAD8D8
(218,216,216)
#E5E2E5
(229,226,229)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828870; }

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

This text font color is #828870.


Background Color

.myBgColor { background-color: #828870; }

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

This div background color is #828870.


Border color

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

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

This div border color is #828870.


Opacity

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

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

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

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

This text has shadow with #828870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828870 on black background.


Color preview on white background

This text has color #828870 on white background.



Black color preview on #828870 background

This text has black color on #828870 background.


White color preview on #828870 background

This text has white color on #828870 background.