COLOR #82857C

HEX: #82857C
RGB: (130,133,124)

Color info

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

RGB color model

#82857C color RGB value is (130,133,124).

  • red value is 130;
  • green value is 133;
  • blue value is 124.
RGB:
(130,133,124)
(51%,52%,49%)

RGB channels and saturation

R 130 of 255 = 51%
G 133 of 255 = 52%
B 124 of 255 = 49%

130
133
124

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

Portions of RGB colors in percentages

R + G + B =
130 + 133 + 124 = 387 (100%)
R 130 of 387 ~ 33.59%
G 133 of 387 ~ 34.37%
B 124 of 387 ~ 32.04%

%33.59
%34.37
%32.04

CMYK color model

#82857C color CMYK value is (2,0,7,48).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 47.84%
CMYK:
(2,0,7,48)
C2M0Y7K48 
(2%,0%,7%,48%)
(0.02/0.00/0.07/0.48)	

CMYK percentages

%2.26
%0
%6.77
%47.84

Codes

Color #82857C in popluar color models

82857C
RGB130133124
HSL80°3.56%50.39%
HSB/HSV80°6.77%52.16%
CMYK2.26%0.00%6.77%
47.84%

Color #82857C in popluar number systems.

HEX82857C
Decimal130133124
Binary10000010100001011111100
Octal202205174

Shades and tints

Shades of #82857C

#82857C
(130,133,124)
#777971
(119,121,113)
#6C6D66
(108,109,102)
#61615B
(97,97,91)
#565550
(86,85,80)
#4B4945
(75,73,69)
#403D3A
(64,61,58)
#35312F
(53,49,47)
#2A2524
(42,37,36)
#1F1919
(31,25,25)
#140D0E
(20,13,14)
#000000
(0,0,0)

Tints of #82857C

#82857C
(130,133,124)
#8D9087
(141,144,135)
#989B92
(152,155,146)
#A3A69D
(163,166,157)
#AEB1A8
(174,177,168)
#B9BCB3
(185,188,179)
#C4C7BE
(196,199,190)
#CFD2C9
(207,210,201)
#DADDD4
(218,221,212)
#E5E8DF
(229,232,223)
#F0F3EA
(240,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82857C color. Also use rgb(130,133,124) instead hex code.

Text Font Color

.myTextColor { color: #82857C; }

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

This text font color is #82857C.


Background Color

.myBgColor { background-color: #82857C; }

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

This div background color is #82857C.


Border color

.myBorderColor { border: 1px solid #82857C; }

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

This div border color is #82857C.


Opacity

.myOpacity80 { color: #82857C; opacity: 0.8; }

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

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

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

This text has shadow with #82857C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82857C on black background.


Color preview on white background

This text has color #82857C on white background.



Black color preview on #82857C background

This text has black color on #82857C background.


White color preview on #82857C background

This text has white color on #82857C background.