COLOR #82672F

HEX: #82672F
RGB: (130,103,47)

Color info

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

RGB color model

#82672F color RGB value is (130,103,47).

  • red value is 130;
  • green value is 103;
  • blue value is 47.
RGB:
(130,103,47)
(51%,40%,18%)

RGB channels and saturation

R 130 of 255 = 51%
G 103 of 255 = 40%
B 47 of 255 = 18%

130
103
47

R + G + B ~ 36%. #82672F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 103 + 47 = 280 (100%)
R 130 of 280 ~ 46.43%
G 103 of 280 ~ 36.79%
B 47 of 280 ~ 16.79%

%46.43
%36.79
%16.79

CMYK color model

#82672F color CMYK value is (0,21,64,49).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 63.85%
  • key color value is 49.02%
CMYK:
(0,21,64,49)
C0M21Y64K49 
(0%,21%,64%,49%)
(0.00/0.21/0.64/0.49)	

CMYK percentages

%0
%20.77
%63.85
%49.02

Codes

Color #82672F in popluar color models

82672F
RGB13010347
HSL40°46.89%34.71%
HSB/HSV40°63.85%50.98%
CMYK0.00%20.77%63.85%
49.02%

Color #82672F in popluar number systems.

HEX82672F
Decimal13010347
Binary100000101100111101111
Octal20214757

Shades and tints

Shades of #82672F

#82672F
(130,103,47)
#775E2B
(119,94,43)
#6C5527
(108,85,39)
#614C23
(97,76,35)
#56431F
(86,67,31)
#4B3A1B
(75,58,27)
#403117
(64,49,23)
#352813
(53,40,19)
#2A1F0F
(42,31,15)
#1F160B
(31,22,11)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #82672F

#82672F
(130,103,47)
#8D7441
(141,116,65)
#988153
(152,129,83)
#A38E65
(163,142,101)
#AE9B77
(174,155,119)
#B9A889
(185,168,137)
#C4B59B
(196,181,155)
#CFC2AD
(207,194,173)
#DACFBF
(218,207,191)
#E5DCD1
(229,220,209)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82672F color. Also use rgb(130,103,47) instead hex code.

Text Font Color

.myTextColor { color: #82672F; }

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

This text font color is #82672F.


Background Color

.myBgColor { background-color: #82672F; }

<div style="background-color:#82672F">Inner text</div>

This div background color is #82672F.


Border color

.myBorderColor { border: 1px solid #82672F; }

<div style="border:3px solid #82672F">Div</div>

This div border color is #82672F.


Opacity

.myOpacity80 { color: #82672F; opacity: 0.8; }

<p style="color:#82672F;opacity:0.8;">80%</p>

Text with #82672F 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 #82672F;}

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

This text has shadow with #82672F color.

.textShadow {text-shadow: 3px 3px 1px #82672F, 3px 3px 1px red;}

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

This text has shadow with #82672F primary color and red secondary color.


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

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

This text has shadow with #82672F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82672F on black background.


Color preview on white background

This text has color #82672F on white background.



Black color preview on #82672F background

This text has black color on #82672F background.


White color preview on #82672F background

This text has white color on #82672F background.