COLOR #828C6C

HEX: #828C6C
RGB: (130,140,108)

Color info

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

RGB color model

#828C6C color RGB value is (130,140,108).

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

RGB channels and saturation

R 130 of 255 = 51%
G 140 of 255 = 55%
B 108 of 255 = 42%

130
140
108

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

Portions of RGB colors in percentages

R + G + B =
130 + 140 + 108 = 378 (100%)
R 130 of 378 ~ 34.39%
G 140 of 378 ~ 37.04%
B 108 of 378 ~ 28.57%

%34.39
%37.04
%28.57

CMYK color model

#828C6C color CMYK value is (7,0,23,45).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 45.10%
CMYK:
(7,0,23,45)
C7M0Y23K45 
(7%,0%,23%,45%)
(0.07/0.00/0.23/0.45)	

CMYK percentages

%7.14
%0
%22.86
%45.1

Codes

Color #828C6C in popluar color models

828C6C
RGB130140108
HSL79°12.90%48.63%
HSB/HSV79°22.86%54.90%
CMYK7.14%0.00%22.86%
45.10%

Color #828C6C in popluar number systems.

HEX828C6C
Decimal130140108
Binary10000010100011001101100
Octal202214154

Shades and tints

Shades of #828C6C

#828C6C
(130,140,108)
#778063
(119,128,99)
#6C745A
(108,116,90)
#616851
(97,104,81)
#565C48
(86,92,72)
#4B503F
(75,80,63)
#404436
(64,68,54)
#35382D
(53,56,45)
#2A2C24
(42,44,36)
#1F201B
(31,32,27)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #828C6C

#828C6C
(130,140,108)
#8D9679
(141,150,121)
#98A086
(152,160,134)
#A3AA93
(163,170,147)
#AEB4A0
(174,180,160)
#B9BEAD
(185,190,173)
#C4C8BA
(196,200,186)
#CFD2C7
(207,210,199)
#DADCD4
(218,220,212)
#E5E6E1
(229,230,225)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #828C6C; }

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

This text font color is #828C6C.


Background Color

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

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

This div background color is #828C6C.


Border color

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

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

This div border color is #828C6C.


Opacity

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

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

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

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

This text has shadow with #828C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828C6C on black background.


Color preview on white background

This text has color #828C6C on white background.



Black color preview on #828C6C background

This text has black color on #828C6C background.


White color preview on #828C6C background

This text has white color on #828C6C background.