COLOR #828063

HEX: #828063
RGB: (130,128,99)

Color info

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

RGB color model

#828063 color RGB value is (130,128,99).

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

RGB channels and saturation

R 130 of 255 = 51%
G 128 of 255 = 50%
B 99 of 255 = 39%

130
128
99

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

Portions of RGB colors in percentages

R + G + B =
130 + 128 + 99 = 357 (100%)
R 130 of 357 ~ 36.41%
G 128 of 357 ~ 35.85%
B 99 of 357 ~ 27.73%

%36.41
%35.85
%27.73

CMYK color model

#828063 color CMYK value is (0,2,24,49).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(0,2,24,49)
C0M2Y24K49 
(0%,2%,24%,49%)
(0.00/0.02/0.24/0.49)	

CMYK percentages

%0
%1.54
%23.85
%49.02

Codes

Color #828063 in popluar color models

828063
RGB13012899
HSL56°13.54%44.90%
HSB/HSV56°23.85%50.98%
CMYK0.00%1.54%23.85%
49.02%

Color #828063 in popluar number systems.

HEX828063
Decimal13012899
Binary10000010100000001100011
Octal202200143

Shades and tints

Shades of #828063

#828063
(130,128,99)
#77755A
(119,117,90)
#6C6A51
(108,106,81)
#615F48
(97,95,72)
#56543F
(86,84,63)
#4B4936
(75,73,54)
#403E2D
(64,62,45)
#353324
(53,51,36)
#2A281B
(42,40,27)
#1F1D12
(31,29,18)
#141209
(20,18,9)
#000000
(0,0,0)

Tints of #828063

#828063
(130,128,99)
#8D8B71
(141,139,113)
#98967F
(152,150,127)
#A3A18D
(163,161,141)
#AEAC9B
(174,172,155)
#B9B7A9
(185,183,169)
#C4C2B7
(196,194,183)
#CFCDC5
(207,205,197)
#DAD8D3
(218,216,211)
#E5E3E1
(229,227,225)
#F0EEEF
(240,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828063; }

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

This text font color is #828063.


Background Color

.myBgColor { background-color: #828063; }

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

This div background color is #828063.


Border color

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

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

This div border color is #828063.


Opacity

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

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

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

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

This text has shadow with #828063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828063 on black background.


Color preview on white background

This text has color #828063 on white background.



Black color preview on #828063 background

This text has black color on #828063 background.


White color preview on #828063 background

This text has white color on #828063 background.