COLOR #828868

HEX: #828868
RGB: (130,136,104)

Color info

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

RGB color model

#828868 color RGB value is (130,136,104).

  • red value is 130;
  • green value is 136;
  • blue value is 104.
RGB:
(130,136,104)
(51%,53%,41%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 104 of 255 = 41%

130
136
104

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

Portions of RGB colors in percentages

R + G + B =
130 + 136 + 104 = 370 (100%)
R 130 of 370 ~ 35.14%
G 136 of 370 ~ 36.76%
B 104 of 370 ~ 28.11%

%35.14
%36.76
%28.11

CMYK color model

#828868 color CMYK value is (4,0,24,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 46.67%
CMYK:
(4,0,24,47)
C4M0Y24K47 
(4%,0%,24%,47%)
(0.04/0.00/0.24/0.47)	

CMYK percentages

%4.41
%0
%23.53
%46.67

Codes

Color #828868 in popluar color models

828868
RGB130136104
HSL71°13.33%47.06%
HSB/HSV71°23.53%53.33%
CMYK4.41%0.00%23.53%
46.67%

Color #828868 in popluar number systems.

HEX828868
Decimal130136104
Binary10000010100010001101000
Octal202210150

Shades and tints

Shades of #828868

#828868
(130,136,104)
#777C5F
(119,124,95)
#6C7056
(108,112,86)
#61644D
(97,100,77)
#565844
(86,88,68)
#4B4C3B
(75,76,59)
#404032
(64,64,50)
#353429
(53,52,41)
#2A2820
(42,40,32)
#1F1C17
(31,28,23)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #828868

#828868
(130,136,104)
#8D9275
(141,146,117)
#989C82
(152,156,130)
#A3A68F
(163,166,143)
#AEB09C
(174,176,156)
#B9BAA9
(185,186,169)
#C4C4B6
(196,196,182)
#CFCEC3
(207,206,195)
#DAD8D0
(218,216,208)
#E5E2DD
(229,226,221)
#F0ECEA
(240,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828868 color. Also use rgb(130,136,104) instead hex code.

Text Font Color

.myTextColor { color: #828868; }

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

This text font color is #828868.


Background Color

.myBgColor { background-color: #828868; }

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

This div background color is #828868.


Border color

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

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

This div border color is #828868.


Opacity

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

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

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

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

This text has shadow with #828868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828868 on black background.


Color preview on white background

This text has color #828868 on white background.



Black color preview on #828868 background

This text has black color on #828868 background.


White color preview on #828868 background

This text has white color on #828868 background.