COLOR #82472D

HEX: #82472D RGB: (130,71,45)

Color info

#82472D contains mainly red and green colors. Web safe color of #82472D is #993333 (or #933).

RGB color model

#82472D color RGB value is (130,71,45).

RGB: (130,71,45) (51%, 28%, 18%)

RGB channels and saturation

R 130 of 255 = 51%
G 71 of 255 = 28%
B 45 of 255 = 18%

130
71
45

R + G + B ~ 32%. #82472D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 71 + 45 = 246 (100%)
R 130 of 246 ~ 52.85%
G 71 of 246 ~ 28.86%
B 45 of 246 ~ 18.29'%

%52.85
%28.86
%18.29

CMYK color model

#82472D color CMYK value is (0,45,65,49).

  • cyan value is 0.00%
  • magenta value is 45.38%
  • yellow value is 65.38%
  • key color value is 49.02%

CMYK: (0,45,65,49)
C0M45Y65K49 (0%, 45%, 65%, 49%)
(0.00 / 0.45 / 0.65 / 0.49)

CMYK percentages

%0
%45.38
%65.38
%49.02

Codes

Color #82472D in popluar color models

82 47 2D
RGB 130 71 45
HSL 18° 48.57% 34.31%
HSB/HSV 18° 65.38% 50.98%
CMYK 0.00% 45.38% 65.38%
49.02%

Color #82472D in popluar number systems.

HEX 82 47 2D
Decimal 130 71 45
Binary 10000010 1000111 101101
Octal 202 107 55

Shades and tints

Shades of #82472D

#82472D
(130,71,45)
#774129
(119,65,41)
#6C3B25
(108,59,37)
#613521
(97,53,33)
#562F1D
(86,47,29)
#4B2919
(75,41,25)
#402315
(64,35,21)
#351D11
(53,29,17)
#2A170D
(42,23,13)
#1F1109
(31,17,9)
#140B05
(20,11,5)
#000000
(0,0,0)

Tints of #82472D

#82472D
(130,71,45)
#8D5740
(141,87,64)
#986753
(152,103,83)
#A37766
(163,119,102)
#AE8779
(174,135,121)
#B9978C
(185,151,140)
#C4A79F
(196,167,159)
#CFB7B2
(207,183,178)
#DAC7C5
(218,199,197)
#E5D7D8
(229,215,216)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82472D color. Also use rgb(130,71,45) instead hex code.

Text Font Color

.myTextColor { color: #82472D; }

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

This text font color is #82472D.

Background Color

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

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

This div background color is #82472D.

Border color

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

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

This div border color is #82472D.

Opacity

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

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

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

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

This text has shadow with #82472D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82472D.

Preview

Color preview on black background

This text has color #82472D on black background.


Color preview on white background

This text has color #82472D on white background.


Black color preview on #82472D background

This text has black color on #82472D background.


White color preview on #82472D background

This text has white color on #82472D background.


Related colors

Complementary color

Complementary color for #hex is #7DB8D2.


I love getcolorcode.com

Triadic colors

1 #2D8247 and #472D82 with #82472D are triadic colors.

2 #2D4782 and #47822D with #82472D are triadic colors.