COLOR #82736C

HEX: #82736C RGB: (130,115,108)

Color info

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

RGB color model

#82736C color RGB value is (130,115,108).

RGB: (130,115,108) (51%, 45%, 42%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 108 of 255 = 42%

130
115
108

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

Portions of RGB colors in percentages

R + G + B = 130 + 115 + 108 = 353 (100%)
R 130 of 353 ~ 36.83%
G 115 of 353 ~ 32.58%
B 108 of 353 ~ 30.59'%

%36.83
%32.58
%30.59

CMYK color model

#82736C color CMYK value is (0,12,17,49).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 16.92%
  • key color value is 49.02%

CMYK: (0,12,17,49)
C0M12Y17K49 (0%, 12%, 17%, 49%)
(0.00 / 0.12 / 0.17 / 0.49)

CMYK percentages

%0
%11.54
%16.92
%49.02

Codes

Color #82736C in popluar color models

82 73 6C
RGB 130 115 108
HSL 19° 9.24% 46.67%
HSB/HSV 19° 16.92% 50.98%
CMYK 0.00% 11.54% 16.92%
49.02%

Color #82736C in popluar number systems.

HEX 82 73 6C
Decimal 130 115 108
Binary 10000010 1110011 1101100
Octal 202 163 154

Shades and tints

Shades of #82736C

#82736C
(130,115,108)
#776963
(119,105,99)
#6C5F5A
(108,95,90)
#615551
(97,85,81)
#564B48
(86,75,72)
#4B413F
(75,65,63)
#403736
(64,55,54)
#352D2D
(53,45,45)
#2A2324
(42,35,36)
#1F191B
(31,25,27)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #82736C

#82736C
(130,115,108)
#8D7F79
(141,127,121)
#988B86
(152,139,134)
#A39793
(163,151,147)
#AEA3A0
(174,163,160)
#B9AFAD
(185,175,173)
#C4BBBA
(196,187,186)
#CFC7C7
(207,199,199)
#DAD3D4
(218,211,212)
#E5DFE1
(229,223,225)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82736C color. Also use rgb(130,115,108) instead hex code.

Text Font Color

.myTextColor { color: #82736C; }

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

This text font color is #82736C.

Background Color

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

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

This div background color is #82736C.

Border color

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

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

This div border color is #82736C.

Opacity

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

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

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

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

This text has shadow with #82736C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82736C.

Preview

Color preview on black background

This text has color #82736C on black background.


Color preview on white background

This text has color #82736C on white background.


Black color preview on #82736C background

This text has black color on #82736C background.


White color preview on #82736C background

This text has white color on #82736C background.


Related colors

Complementary color

Complementary color for #hex is #7D8C93.


I love getcolorcode.com

Triadic colors

1 #6C8273 and #736C82 with #82736C are triadic colors.

2 #6C7382 and #73826C with #82736C are triadic colors.