COLOR #828067

HEX: #828067
RGB: (130,128,103)

Color info

#828067 contains red, green and blue colors in about the same proportion. Web safe color of #828067 is #996666 (or #966).

RGB color model

#828067 color RGB value is (130,128,103).

  • red value is 130;
  • green value is 128;
  • blue value is 103.
RGB:
(130,128,103)
(51%,50%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 103 of 255 = 40%

130
128
103

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 103 = 361 (100%)
R 130 of 361 ~ 36.01%
G 128 of 361 ~ 35.46%
B 103 of 361 ~ 28.53%

%36.01
%35.46
%28.53

CMYK color model

#828067 color CMYK value is (0,2,21,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 20.77%
  • key color value is 49.02%
CMYK:
(0,2,21,49)
C0M2Y21K49 
(0%,2%,21%,49%)
(0.00/0.02/0.21/0.49)	

CMYK percentages

%0
%1.54
%20.77
%49.02

Codes

Color #828067 in popluar color models

828067
RGB130128103
HSL56°11.59%45.69%
HSB/HSV56°20.77%50.98%
CMYK0.00%1.54%20.77%
49.02%

Color #828067 in popluar number systems.

HEX828067
Decimal130128103
Binary10000010100000001100111
Octal202200147

Shades and tints

Shades of #828067

#828067
(130,128,103)
#77755E
(119,117,94)
#6C6A55
(108,106,85)
#615F4C
(97,95,76)
#565443
(86,84,67)
#4B493A
(75,73,58)
#403E31
(64,62,49)
#353328
(53,51,40)
#2A281F
(42,40,31)
#1F1D16
(31,29,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #828067

#828067
(130,128,103)
#8D8B74
(141,139,116)
#989681
(152,150,129)
#A3A18E
(163,161,142)
#AEAC9B
(174,172,155)
#B9B7A8
(185,183,168)
#C4C2B5
(196,194,181)
#CFCDC2
(207,205,194)
#DAD8CF
(218,216,207)
#E5E3DC
(229,227,220)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828067 color. Also use rgb(130,128,103) instead hex code.

Text Font Color

.myTextColor { color: #828067; }

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

This text font color is #828067.


Background Color

.myBgColor { background-color: #828067; }

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

This div background color is #828067.


Border color

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

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

This div border color is #828067.


Opacity

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

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

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

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

This text has shadow with #828067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828067 on black background.


Color preview on white background

This text has color #828067 on white background.



Black color preview on #828067 background

This text has black color on #828067 background.


White color preview on #828067 background

This text has white color on #828067 background.