COLOR #82685D

HEX: #82685D RGB: (130,104,93)

Color info

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

RGB color model

#82685D color RGB value is (130,104,93).

RGB: (130,104,93) (51%, 41%, 36%)

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 93 of 255 = 36%

130
104
93

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

Portions of RGB colors in percentages

R + G + B = 130 + 104 + 93 = 327 (100%)
R 130 of 327 ~ 39.76%
G 104 of 327 ~ 31.8%
B 93 of 327 ~ 28.44'%

%39.76
%31.8
%28.44

CMYK color model

#82685D color CMYK value is (0,20,28,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 28.46%
  • key color value is 49.02%

CMYK: (0,20,28,49)
C0M20Y28K49 (0%, 20%, 28%, 49%)
(0.00 / 0.20 / 0.28 / 0.49)

CMYK percentages

%0
%20
%28.46
%49.02

Codes

Color #82685D in popluar color models

82 68 5D
RGB 130 104 93
HSL 18° 16.59% 43.73%
HSB/HSV 18° 28.46% 50.98%
CMYK 0.00% 20.00% 28.46%
49.02%

Color #82685D in popluar number systems.

HEX 82 68 5D
Decimal 130 104 93
Binary 10000010 1101000 1011101
Octal 202 150 135

Shades and tints

Shades of #82685D

#82685D
(130,104,93)
#775F55
(119,95,85)
#6C564D
(108,86,77)
#614D45
(97,77,69)
#56443D
(86,68,61)
#4B3B35
(75,59,53)
#40322D
(64,50,45)
#352925
(53,41,37)
#2A201D
(42,32,29)
#1F1715
(31,23,21)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #82685D

#82685D
(130,104,93)
#8D756B
(141,117,107)
#988279
(152,130,121)
#A38F87
(163,143,135)
#AE9C95
(174,156,149)
#B9A9A3
(185,169,163)
#C4B6B1
(196,182,177)
#CFC3BF
(207,195,191)
#DAD0CD
(218,208,205)
#E5DDDB
(229,221,219)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82685D; }

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

This text font color is #82685D.

Background Color

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

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

This div background color is #82685D.

Border color

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

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

This div border color is #82685D.

Opacity

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

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

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

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

This text has shadow with #82685D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82685D.

Preview

Color preview on black background

This text has color #82685D on black background.


Color preview on white background

This text has color #82685D on white background.


Black color preview on #82685D background

This text has black color on #82685D background.


White color preview on #82685D background

This text has white color on #82685D background.


Related colors

Complementary color

Complementary color for #hex is #7D97A2.


I love getcolorcode.com

Triadic colors

1 #5D8268 and #685D82 with #82685D are triadic colors.

2 #5D6882 and #68825D with #82685D are triadic colors.