COLOR #82877A

HEX: #82877A
RGB: (130,135,122)

Color info

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

RGB color model

#82877A color RGB value is (130,135,122).

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

RGB channels and saturation

R 130 of 255 = 51%
G 135 of 255 = 53%
B 122 of 255 = 48%

130
135
122

R + G + B ~ 51%. #82877A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 135 + 122 = 387 (100%)
R 130 of 387 ~ 33.59%
G 135 of 387 ~ 34.88%
B 122 of 387 ~ 31.52%

%33.59
%34.88
%31.52

CMYK color model

#82877A color CMYK value is (4,0,10,47).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 47.06%
CMYK:
(4,0,10,47)
C4M0Y10K47 
(4%,0%,10%,47%)
(0.04/0.00/0.10/0.47)	

CMYK percentages

%3.7
%0
%9.63
%47.06

Codes

Color #82877A in popluar color models

82877A
RGB130135122
HSL83°5.14%50.39%
HSB/HSV83°9.63%52.94%
CMYK3.70%0.00%9.63%
47.06%

Color #82877A in popluar number systems.

HEX82877A
Decimal130135122
Binary10000010100001111111010
Octal202207172

Shades and tints

Shades of #82877A

#82877A
(130,135,122)
#777B6F
(119,123,111)
#6C6F64
(108,111,100)
#616359
(97,99,89)
#56574E
(86,87,78)
#4B4B43
(75,75,67)
#403F38
(64,63,56)
#35332D
(53,51,45)
#2A2722
(42,39,34)
#1F1B17
(31,27,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #82877A

#82877A
(130,135,122)
#8D9186
(141,145,134)
#989B92
(152,155,146)
#A3A59E
(163,165,158)
#AEAFAA
(174,175,170)
#B9B9B6
(185,185,182)
#C4C3C2
(196,195,194)
#CFCDCE
(207,205,206)
#DAD7DA
(218,215,218)
#E5E1E6
(229,225,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82877A; }

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

This text font color is #82877A.


Background Color

.myBgColor { background-color: #82877A; }

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

This div background color is #82877A.


Border color

.myBorderColor { border: 1px solid #82877A; }

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

This div border color is #82877A.


Opacity

.myOpacity80 { color: #82877A; opacity: 0.8; }

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

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

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

This text has shadow with #82877A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82877A on black background.


Color preview on white background

This text has color #82877A on white background.



Black color preview on #82877A background

This text has black color on #82877A background.


White color preview on #82877A background

This text has white color on #82877A background.