COLOR #828473

HEX: #828473
RGB: (130,132,115)

Color info

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

RGB color model

#828473 color RGB value is (130,132,115).

  • red value is 130;
  • green value is 132;
  • blue value is 115.
RGB:
(130,132,115)
(51%,52%,45%)

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 115 of 255 = 45%

130
132
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 132 + 115 = 377 (100%)
R 130 of 377 ~ 34.48%
G 132 of 377 ~ 35.01%
B 115 of 377 ~ 30.5%

%34.48
%35.01
%30.5

CMYK color model

#828473 color CMYK value is (2,0,13,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 48.24%
CMYK:
(2,0,13,48)
C2M0Y13K48 
(2%,0%,13%,48%)
(0.02/0.00/0.13/0.48)	

CMYK percentages

%1.52
%0
%12.88
%48.24

Codes

Color #828473 in popluar color models

828473
RGB130132115
HSL67°6.88%48.43%
HSB/HSV67°12.88%51.76%
CMYK1.52%0.00%12.88%
48.24%

Color #828473 in popluar number systems.

HEX828473
Decimal130132115
Binary10000010100001001110011
Octal202204163

Shades and tints

Shades of #828473

#828473
(130,132,115)
#777869
(119,120,105)
#6C6C5F
(108,108,95)
#616055
(97,96,85)
#56544B
(86,84,75)
#4B4841
(75,72,65)
#403C37
(64,60,55)
#35302D
(53,48,45)
#2A2423
(42,36,35)
#1F1819
(31,24,25)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #828473

#828473
(130,132,115)
#8D8F7F
(141,143,127)
#989A8B
(152,154,139)
#A3A597
(163,165,151)
#AEB0A3
(174,176,163)
#B9BBAF
(185,187,175)
#C4C6BB
(196,198,187)
#CFD1C7
(207,209,199)
#DADCD3
(218,220,211)
#E5E7DF
(229,231,223)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828473 color. Also use rgb(130,132,115) instead hex code.

Text Font Color

.myTextColor { color: #828473; }

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

This text font color is #828473.


Background Color

.myBgColor { background-color: #828473; }

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

This div background color is #828473.


Border color

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

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

This div border color is #828473.


Opacity

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

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

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

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

This text has shadow with #828473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828473 on black background.


Color preview on white background

This text has color #828473 on white background.



Black color preview on #828473 background

This text has black color on #828473 background.


White color preview on #828473 background

This text has white color on #828473 background.