COLOR #82737A

HEX: #82737A
RGB: (130,115,122)

Color info

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

RGB color model

#82737A color RGB value is (130,115,122).

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

RGB channels and saturation

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

130
115
122

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 122 = 367 (100%)
R 130 of 367 ~ 35.42%
G 115 of 367 ~ 31.34%
B 122 of 367 ~ 33.24%

%35.42
%31.34
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.54%
  • 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
%11.54
%6.15
%49.02

Codes

Color #82737A in popluar color models

82737A
RGB130115122
HSL332°6.12%48.04%
HSB/HSV332°11.54%50.98%
CMYK0.00%11.54%6.15%
49.02%

Color #82737A in popluar number systems.

HEX82737A
Decimal130115122
Binary1000001011100111111010
Octal202163172

Shades and tints

Shades of #82737A

#82737A
(130,115,122)
#77696F
(119,105,111)
#6C5F64
(108,95,100)
#615559
(97,85,89)
#564B4E
(86,75,78)
#4B4143
(75,65,67)
#403738
(64,55,56)
#352D2D
(53,45,45)
#2A2322
(42,35,34)
#1F1917
(31,25,23)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #82737A

#82737A
(130,115,122)
#8D7F86
(141,127,134)
#988B92
(152,139,146)
#A3979E
(163,151,158)
#AEA3AA
(174,163,170)
#B9AFB6
(185,175,182)
#C4BBC2
(196,187,194)
#CFC7CE
(207,199,206)
#DAD3DA
(218,211,218)
#E5DFE6
(229,223,230)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82737A; }

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

This text font color is #82737A.


Background Color

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

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

This div background color is #82737A.


Border color

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

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

This div border color is #82737A.


Opacity

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

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

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

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

This text has shadow with #82737A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82737A on black background.


Color preview on white background

This text has color #82737A on white background.



Black color preview on #82737A background

This text has black color on #82737A background.


White color preview on #82737A background

This text has white color on #82737A background.