COLOR #828766

HEX: #828766
RGB: (130,135,102)

Color info

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

RGB color model

#828766 color RGB value is (130,135,102).

  • red value is 130;
  • green value is 135;
  • blue value is 102.
RGB:
(130,135,102)
(51%,53%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 102 of 255 = 40%

130
135
102

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

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 102 = 367 (100%)
R 130 of 367 ~ 35.42%
G 135 of 367 ~ 36.78%
B 102 of 367 ~ 27.79%

%35.42
%36.78
%27.79

CMYK color model

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

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

CMYK percentages

%3.7
%0
%24.44
%47.06

Codes

Color #828766 in popluar color models

828766
RGB130135102
HSL69°13.92%46.47%
HSB/HSV69°24.44%52.94%
CMYK3.70%0.00%24.44%
47.06%

Color #828766 in popluar number systems.

HEX828766
Decimal130135102
Binary10000010100001111100110
Octal202207146

Shades and tints

Shades of #828766

#828766
(130,135,102)
#777B5D
(119,123,93)
#6C6F54
(108,111,84)
#61634B
(97,99,75)
#565742
(86,87,66)
#4B4B39
(75,75,57)
#403F30
(64,63,48)
#353327
(53,51,39)
#2A271E
(42,39,30)
#1F1B15
(31,27,21)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #828766

#828766
(130,135,102)
#8D9173
(141,145,115)
#989B80
(152,155,128)
#A3A58D
(163,165,141)
#AEAF9A
(174,175,154)
#B9B9A7
(185,185,167)
#C4C3B4
(196,195,180)
#CFCDC1
(207,205,193)
#DAD7CE
(218,215,206)
#E5E1DB
(229,225,219)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #828766 color. Also use rgb(130,135,102) instead hex code.

Text Font Color

.myTextColor { color: #828766; }

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

This text font color is #828766.


Background Color

.myBgColor { background-color: #828766; }

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

This div background color is #828766.


Border color

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

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

This div border color is #828766.


Opacity

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

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

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

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

This text has shadow with #828766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #828766 on black background.


Color preview on white background

This text has color #828766 on white background.



Black color preview on #828766 background

This text has black color on #828766 background.


White color preview on #828766 background

This text has white color on #828766 background.