COLOR #82886F

HEX: #82886F RGB: (130,136,111)

Color info

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

RGB color model

#82886F color RGB value is (130,136,111).

RGB: (130,136,111) (51%, 53%, 44%)

RGB channels and saturation

R 130 of 255 = 51%
G 136 of 255 = 53%
B 111 of 255 = 44%

130
136
111

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

Portions of RGB colors in percentages

R + G + B = 130 + 136 + 111 = 377 (100%)
R 130 of 377 ~ 34.48%
G 136 of 377 ~ 36.07%
B 111 of 377 ~ 29.44'%

%34.48
%36.07
%29.44

CMYK color model

#82886F color CMYK value is (4,0,18,47).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%

CMYK: (4,0,18,47)
C4M0Y18K47 (4%, 0%, 18%, 47%)
(0.04 / 0.00 / 0.18 / 0.47)

CMYK percentages

%4.41
%0
%18.38
%46.67

Codes

Color #82886F in popluar color models

82 88 6F
RGB 130 136 111
HSL 74° 10.12% 48.43%
HSB/HSV 74° 18.38% 53.33%
CMYK 4.41% 0.00% 18.38%
46.67%

Color #82886F in popluar number systems.

HEX 82 88 6F
Decimal 130 136 111
Binary 10000010 10001000 1101111
Octal 202 210 157

Shades and tints

Shades of #82886F

#82886F
(130,136,111)
#777C65
(119,124,101)
#6C705B
(108,112,91)
#616451
(97,100,81)
#565847
(86,88,71)
#4B4C3D
(75,76,61)
#404033
(64,64,51)
#353429
(53,52,41)
#2A281F
(42,40,31)
#1F1C15
(31,28,21)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #82886F

#82886F
(130,136,111)
#8D927C
(141,146,124)
#989C89
(152,156,137)
#A3A696
(163,166,150)
#AEB0A3
(174,176,163)
#B9BAB0
(185,186,176)
#C4C4BD
(196,196,189)
#CFCECA
(207,206,202)
#DAD8D7
(218,216,215)
#E5E2E4
(229,226,228)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82886F; }

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

This text font color is #82886F.

Background Color

.myBgColor { background-color: #82886F; }

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

This div background color is #82886F.

Border color

.myBorderColor { border: 1px solid #82886F; }

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

This div border color is #82886F.

Opacity

.myOpacity80 { color: #82886F; opacity: 0.8; }

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

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

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

This text has shadow with #82886F color.


.textShadow {text-shadow: 3px 3px 1px #82886F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #82886F; -webkit-box-shadow: 1px 1px 3px 2px #82886F; box-shadow:1px 1px 3px 2px #82886F;">
Div content here
</div>

This div box has shadow with color #82886F.

Preview

Color preview on black background

This text has color #82886F on black background.


Color preview on white background

This text has color #82886F on white background.


Black color preview on #82886F background

This text has black color on #82886F background.


White color preview on #82886F background

This text has white color on #82886F background.


Related colors

Complementary color

Complementary color for #hex is #7D7790.


I love getcolorcode.com

Triadic colors

1 #6F8288 and #886F82 with #82886F are triadic colors.

2 #6F8882 and #88826F with #82886F are triadic colors.