COLOR #82685A

HEX: #82685A
RGB: (130,104,90)

Color info

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

RGB color model

#82685A color RGB value is (130,104,90).

  • red value is 130;
  • green value is 104;
  • blue value is 90.
RGB:
(130,104,90)
(51%,41%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 90 of 255 = 35%

130
104
90

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

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 90 = 324 (100%)
R 130 of 324 ~ 40.12%
G 104 of 324 ~ 32.1%
B 90 of 324 ~ 27.78%

%40.12
%32.1
%27.78

CMYK color model

#82685A color CMYK value is (0,20,31,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 30.77%
  • key color value is 49.02%
CMYK:
(0,20,31,49)
C0M20Y31K49 
(0%,20%,31%,49%)
(0.00/0.20/0.31/0.49)	

CMYK percentages

%0
%20
%30.77
%49.02

Codes

Color #82685A in popluar color models

82685A
RGB13010490
HSL21°18.18%43.14%
HSB/HSV21°30.77%50.98%
CMYK0.00%20.00%30.77%
49.02%

Color #82685A in popluar number systems.

HEX82685A
Decimal13010490
Binary1000001011010001011010
Octal202150132

Shades and tints

Shades of #82685A

#82685A
(130,104,90)
#775F52
(119,95,82)
#6C564A
(108,86,74)
#614D42
(97,77,66)
#56443A
(86,68,58)
#4B3B32
(75,59,50)
#40322A
(64,50,42)
#352922
(53,41,34)
#2A201A
(42,32,26)
#1F1712
(31,23,18)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #82685A

#82685A
(130,104,90)
#8D7569
(141,117,105)
#988278
(152,130,120)
#A38F87
(163,143,135)
#AE9C96
(174,156,150)
#B9A9A5
(185,169,165)
#C4B6B4
(196,182,180)
#CFC3C3
(207,195,195)
#DAD0D2
(218,208,210)
#E5DDE1
(229,221,225)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82685A; }

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

This text font color is #82685A.


Background Color

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

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

This div background color is #82685A.


Border color

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

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

This div border color is #82685A.


Opacity

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

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

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

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

This text has shadow with #82685A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82685A on black background.


Color preview on white background

This text has color #82685A on white background.



Black color preview on #82685A background

This text has black color on #82685A background.


White color preview on #82685A background

This text has white color on #82685A background.