COLOR #828C63

HEX: #828C63
RGB: (130,140,99)

Color info

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

RGB color model

#828C63 color RGB value is (130,140,99).

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

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 99 of 255 = 39%

130
140
99

R + G + B ~ 48%. #828C63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 140 + 99 = 369 (100%)
R 130 of 369 ~ 35.23%
G 140 of 369 ~ 37.94%
B 99 of 369 ~ 26.83%

%35.23
%37.94
%26.83

CMYK color model

#828C63 color CMYK value is (7,0,29,45).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 45.10%
CMYK:
(7,0,29,45)
C7M0Y29K45 
(7%,0%,29%,45%)
(0.07/0.00/0.29/0.45)	

CMYK percentages

%7.14
%0
%29.29
%45.1

Codes

Color #828C63 in popluar color models

828C63
RGB13014099
HSL75°17.15%46.86%
HSB/HSV75°29.29%54.90%
CMYK7.14%0.00%29.29%
45.10%

Color #828C63 in popluar number systems.

HEX828C63
Decimal13014099
Binary10000010100011001100011
Octal202214143

Shades and tints

Shades of #828C63

#828C63
(130,140,99)
#77805A
(119,128,90)
#6C7451
(108,116,81)
#616848
(97,104,72)
#565C3F
(86,92,63)
#4B5036
(75,80,54)
#40442D
(64,68,45)
#353824
(53,56,36)
#2A2C1B
(42,44,27)
#1F2012
(31,32,18)
#141409
(20,20,9)
#000000
(0,0,0)

Tints of #828C63

#828C63
(130,140,99)
#8D9671
(141,150,113)
#98A07F
(152,160,127)
#A3AA8D
(163,170,141)
#AEB49B
(174,180,155)
#B9BEA9
(185,190,169)
#C4C8B7
(196,200,183)
#CFD2C5
(207,210,197)
#DADCD3
(218,220,211)
#E5E6E1
(229,230,225)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828C63; }

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

This text font color is #828C63.


Background Color

.myBgColor { background-color: #828C63; }

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

This div background color is #828C63.


Border color

.myBorderColor { border: 1px solid #828C63; }

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

This div border color is #828C63.


Opacity

.myOpacity80 { color: #828C63; opacity: 0.8; }

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

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

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

This text has shadow with #828C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828C63 on black background.


Color preview on white background

This text has color #828C63 on white background.



Black color preview on #828C63 background

This text has black color on #828C63 background.


White color preview on #828C63 background

This text has white color on #828C63 background.