COLOR #828673

HEX: #828673
RGB: (130,134,115)

Color info

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

RGB color model

#828673 color RGB value is (130,134,115).

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

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 115 of 255 = 45%

130
134
115

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 115 = 379 (100%)
R 130 of 379 ~ 34.3%
G 134 of 379 ~ 35.36%
B 115 of 379 ~ 30.34%

%34.3
%35.36
%30.34

CMYK color model

#828673 color CMYK value is (3,0,14,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 14.18%
  • key color value is 47.45%
CMYK:
(3,0,14,47)
C3M0Y14K47 
(3%,0%,14%,47%)
(0.03/0.00/0.14/0.47)	

CMYK percentages

%2.99
%0
%14.18
%47.45

Codes

Color #828673 in popluar color models

828673
RGB130134115
HSL73°7.63%48.82%
HSB/HSV73°14.18%52.55%
CMYK2.99%0.00%14.18%
47.45%

Color #828673 in popluar number systems.

HEX828673
Decimal130134115
Binary10000010100001101110011
Octal202206163

Shades and tints

Shades of #828673

#828673
(130,134,115)
#777A69
(119,122,105)
#6C6E5F
(108,110,95)
#616255
(97,98,85)
#56564B
(86,86,75)
#4B4A41
(75,74,65)
#403E37
(64,62,55)
#35322D
(53,50,45)
#2A2623
(42,38,35)
#1F1A19
(31,26,25)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #828673

#828673
(130,134,115)
#8D917F
(141,145,127)
#989C8B
(152,156,139)
#A3A797
(163,167,151)
#AEB2A3
(174,178,163)
#B9BDAF
(185,189,175)
#C4C8BB
(196,200,187)
#CFD3C7
(207,211,199)
#DADED3
(218,222,211)
#E5E9DF
(229,233,223)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828673; }

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

This text font color is #828673.


Background Color

.myBgColor { background-color: #828673; }

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

This div background color is #828673.


Border color

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

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

This div border color is #828673.


Opacity

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

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

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

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

This text has shadow with #828673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828673 on black background.


Color preview on white background

This text has color #828673 on white background.



Black color preview on #828673 background

This text has black color on #828673 background.


White color preview on #828673 background

This text has white color on #828673 background.