COLOR #82867A

HEX: #82867A
RGB: (130,134,122)

Color info

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

RGB color model

#82867A color RGB value is (130,134,122).

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

RGB channels and saturation

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

130
134
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 134 + 122 = 386 (100%)
R 130 of 386 ~ 33.68%
G 134 of 386 ~ 34.72%
B 122 of 386 ~ 31.61%

%33.68
%34.72
%31.61

CMYK color model

#82867A color CMYK value is (3,0,9,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 47.45%
CMYK:
(3,0,9,47)
C3M0Y9K47 
(3%,0%,9%,47%)
(0.03/0.00/0.09/0.47)	

CMYK percentages

%2.99
%0
%8.96
%47.45

Codes

Color #82867A in popluar color models

82867A
RGB130134122
HSL80°4.72%50.20%
HSB/HSV80°8.96%52.55%
CMYK2.99%0.00%8.96%
47.45%

Color #82867A in popluar number systems.

HEX82867A
Decimal130134122
Binary10000010100001101111010
Octal202206172

Shades and tints

Shades of #82867A

#82867A
(130,134,122)
#777A6F
(119,122,111)
#6C6E64
(108,110,100)
#616259
(97,98,89)
#56564E
(86,86,78)
#4B4A43
(75,74,67)
#403E38
(64,62,56)
#35322D
(53,50,45)
#2A2622
(42,38,34)
#1F1A17
(31,26,23)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #82867A

#82867A
(130,134,122)
#8D9186
(141,145,134)
#989C92
(152,156,146)
#A3A79E
(163,167,158)
#AEB2AA
(174,178,170)
#B9BDB6
(185,189,182)
#C4C8C2
(196,200,194)
#CFD3CE
(207,211,206)
#DADEDA
(218,222,218)
#E5E9E6
(229,233,230)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82867A; }

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

This text font color is #82867A.


Background Color

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

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

This div background color is #82867A.


Border color

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

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

This div border color is #82867A.


Opacity

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

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

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

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

This text has shadow with #82867A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82867A on black background.


Color preview on white background

This text has color #82867A on white background.



Black color preview on #82867A background

This text has black color on #82867A background.


White color preview on #82867A background

This text has white color on #82867A background.