COLOR #82681E

HEX: #82681E
RGB: (130,104,30)

Color info

#82681E contains mainly red and green colors. Web safe color of #82681E is #996633 (or #963).

RGB color model

#82681E color RGB value is (130,104,30).

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

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 30 of 255 = 12%

130
104
30

R + G + B ~ 35%. #82681E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 30 = 264 (100%)
R 130 of 264 ~ 49.24%
G 104 of 264 ~ 39.39%
B 30 of 264 ~ 11.36%

%49.24
%39.39
%11.36

CMYK color model

#82681E color CMYK value is (0,20,77,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 76.92%
  • key color value is 49.02%
CMYK:
(0,20,77,49)
C0M20Y77K49 
(0%,20%,77%,49%)
(0.00/0.20/0.77/0.49)	

CMYK percentages

%0
%20
%76.92
%49.02

Codes

Color #82681E in popluar color models

82681E
RGB13010430
HSL44°62.50%31.37%
HSB/HSV44°76.92%50.98%
CMYK0.00%20.00%76.92%
49.02%

Color #82681E in popluar number systems.

HEX82681E
Decimal13010430
Binary10000010110100011110
Octal20215036

Shades and tints

Shades of #82681E

#82681E
(130,104,30)
#775F1C
(119,95,28)
#6C561A
(108,86,26)
#614D18
(97,77,24)
#564416
(86,68,22)
#4B3B14
(75,59,20)
#403212
(64,50,18)
#352910
(53,41,16)
#2A200E
(42,32,14)
#1F170C
(31,23,12)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #82681E

#82681E
(130,104,30)
#8D7532
(141,117,50)
#988246
(152,130,70)
#A38F5A
(163,143,90)
#AE9C6E
(174,156,110)
#B9A982
(185,169,130)
#C4B696
(196,182,150)
#CFC3AA
(207,195,170)
#DAD0BE
(218,208,190)
#E5DDD2
(229,221,210)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82681E color. Also use rgb(130,104,30) instead hex code.

Text Font Color

.myTextColor { color: #82681E; }

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

This text font color is #82681E.


Background Color

.myBgColor { background-color: #82681E; }

<div style="background-color:#82681E">Inner text</div>

This div background color is #82681E.


Border color

.myBorderColor { border: 1px solid #82681E; }

<div style="border:3px solid #82681E">Div</div>

This div border color is #82681E.


Opacity

.myOpacity80 { color: #82681E; opacity: 0.8; }

<p style="color:#82681E;opacity:0.8;">80%</p>

Text with #82681E 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 #82681E;}

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

This text has shadow with #82681E color.

.textShadow {text-shadow: 3px 3px 1px #82681E, 3px 3px 1px red;}

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

This text has shadow with #82681E primary color and red secondary color.


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

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

This text has shadow with #82681E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82681E on black background.


Color preview on white background

This text has color #82681E on white background.



Black color preview on #82681E background

This text has black color on #82681E background.


White color preview on #82681E background

This text has white color on #82681E background.