COLOR #82827D

HEX: #82827D
RGB: (130,130,125)

Color info

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

RGB color model

#82827D color RGB value is (130,130,125).

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

RGB channels and saturation

R 130 of 255 = 51%
G 130 of 255 = 51%
B 125 of 255 = 49%

130
130
125

R + G + B ~ 50%. #82827D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 130 + 125 = 385 (100%)
R 130 of 385 ~ 33.77%
G 130 of 385 ~ 33.77%
B 125 of 385 ~ 32.47%

%33.77
%33.77
%32.47

CMYK color model

#82827D color CMYK value is (0,0,4,49).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.85%
  • key color value is 49.02%
CMYK:
(0,0,4,49)
C0M0Y4K49 
(0%,0%,4%,49%)
(0.00/0.00/0.04/0.49)	

CMYK percentages

%0
%0
%3.85
%49.02

Codes

Color #82827D in popluar color models

82827D
RGB130130125
HSL60°1.96%50.00%
HSB/HSV60°3.85%50.98%
CMYK0.00%0.00%3.85%
49.02%

Color #82827D in popluar number systems.

HEX82827D
Decimal130130125
Binary10000010100000101111101
Octal202202175

Shades and tints

Shades of #82827D

#82827D
(130,130,125)
#777772
(119,119,114)
#6C6C67
(108,108,103)
#61615C
(97,97,92)
#565651
(86,86,81)
#4B4B46
(75,75,70)
#40403B
(64,64,59)
#353530
(53,53,48)
#2A2A25
(42,42,37)
#1F1F1A
(31,31,26)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #82827D

#82827D
(130,130,125)
#8D8D88
(141,141,136)
#989893
(152,152,147)
#A3A39E
(163,163,158)
#AEAEA9
(174,174,169)
#B9B9B4
(185,185,180)
#C4C4BF
(196,196,191)
#CFCFCA
(207,207,202)
#DADAD5
(218,218,213)
#E5E5E0
(229,229,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82827D color. Also use rgb(130,130,125) instead hex code.

Text Font Color

.myTextColor { color: #82827D; }

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

This text font color is #82827D.


Background Color

.myBgColor { background-color: #82827D; }

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

This div background color is #82827D.


Border color

.myBorderColor { border: 1px solid #82827D; }

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

This div border color is #82827D.


Opacity

.myOpacity80 { color: #82827D; opacity: 0.8; }

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

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

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

This text has shadow with #82827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82827D on black background.


Color preview on white background

This text has color #82827D on white background.



Black color preview on #82827D background

This text has black color on #82827D background.


White color preview on #82827D background

This text has white color on #82827D background.