COLOR #82683D

HEX: #82683D
RGB: (130,104,61)

Color info

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

RGB color model

#82683D color RGB value is (130,104,61).

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

RGB channels and saturation

R 130 of 255 = 51%
G 104 of 255 = 41%
B 61 of 255 = 24%

130
104
61

R + G + B ~ 39%. #82683D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 104 + 61 = 295 (100%)
R 130 of 295 ~ 44.07%
G 104 of 295 ~ 35.25%
B 61 of 295 ~ 20.68%

%44.07
%35.25
%20.68

CMYK color model

#82683D color CMYK value is (0,20,53,49).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 53.08%
  • key color value is 49.02%
CMYK:
(0,20,53,49)
C0M20Y53K49 
(0%,20%,53%,49%)
(0.00/0.20/0.53/0.49)	

CMYK percentages

%0
%20
%53.08
%49.02

Codes

Color #82683D in popluar color models

82683D
RGB13010461
HSL37°36.13%37.45%
HSB/HSV37°53.08%50.98%
CMYK0.00%20.00%53.08%
49.02%

Color #82683D in popluar number systems.

HEX82683D
Decimal13010461
Binary100000101101000111101
Octal20215075

Shades and tints

Shades of #82683D

#82683D
(130,104,61)
#775F38
(119,95,56)
#6C5633
(108,86,51)
#614D2E
(97,77,46)
#564429
(86,68,41)
#4B3B24
(75,59,36)
#40321F
(64,50,31)
#35291A
(53,41,26)
#2A2015
(42,32,21)
#1F1710
(31,23,16)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #82683D

#82683D
(130,104,61)
#8D754E
(141,117,78)
#98825F
(152,130,95)
#A38F70
(163,143,112)
#AE9C81
(174,156,129)
#B9A992
(185,169,146)
#C4B6A3
(196,182,163)
#CFC3B4
(207,195,180)
#DAD0C5
(218,208,197)
#E5DDD6
(229,221,214)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82683D; }

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

This text font color is #82683D.


Background Color

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

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

This div background color is #82683D.


Border color

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

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

This div border color is #82683D.


Opacity

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

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

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

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

This text has shadow with #82683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82683D on black background.


Color preview on white background

This text has color #82683D on white background.



Black color preview on #82683D background

This text has black color on #82683D background.


White color preview on #82683D background

This text has white color on #82683D background.