COLOR #82727A

HEX: #82727A
RGB: (130,114,122)

Color info

#82727A contains red, green and blue colors in about the same proportion. Web safe color of #82727A is #996666 (or #966).

RGB color model

#82727A color RGB value is (130,114,122).

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

RGB channels and saturation

R 130 of 255 = 51%
G 114 of 255 = 45%
B 122 of 255 = 48%

130
114
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 114 + 122 = 366 (100%)
R 130 of 366 ~ 35.52%
G 114 of 366 ~ 31.15%
B 122 of 366 ~ 33.33%

%35.52
%31.15
%33.33

CMYK color model

#82727A color CMYK value is (0,12,6,49).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 6.15%
  • key color value is 49.02%
CMYK:
(0,12,6,49)
C0M12Y6K49 
(0%,12%,6%,49%)
(0.00/0.12/0.06/0.49)	

CMYK percentages

%0
%12.31
%6.15
%49.02

Codes

Color #82727A in popluar color models

82727A
RGB130114122
HSL330°6.56%47.84%
HSB/HSV330°12.31%50.98%
CMYK0.00%12.31%6.15%
49.02%

Color #82727A in popluar number systems.

HEX82727A
Decimal130114122
Binary1000001011100101111010
Octal202162172

Shades and tints

Shades of #82727A

#82727A
(130,114,122)
#77686F
(119,104,111)
#6C5E64
(108,94,100)
#615459
(97,84,89)
#564A4E
(86,74,78)
#4B4043
(75,64,67)
#403638
(64,54,56)
#352C2D
(53,44,45)
#2A2222
(42,34,34)
#1F1817
(31,24,23)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #82727A

#82727A
(130,114,122)
#8D7E86
(141,126,134)
#988A92
(152,138,146)
#A3969E
(163,150,158)
#AEA2AA
(174,162,170)
#B9AEB6
(185,174,182)
#C4BAC2
(196,186,194)
#CFC6CE
(207,198,206)
#DAD2DA
(218,210,218)
#E5DEE6
(229,222,230)
#F0EAF2
(240,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82727A; }

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

This text font color is #82727A.


Background Color

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

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

This div background color is #82727A.


Border color

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

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

This div border color is #82727A.


Opacity

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

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

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

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

This text has shadow with #82727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82727A on black background.


Color preview on white background

This text has color #82727A on white background.



Black color preview on #82727A background

This text has black color on #82727A background.


White color preview on #82727A background

This text has white color on #82727A background.