COLOR #824E2E

HEX: #824E2E RGB: (130,78,46)

Color info

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

RGB color model

#824E2E color RGB value is (130,78,46).

RGB: (130,78,46) (51%, 31%, 18%)

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 46 of 255 = 18%

130
78
46

R + G + B ~ 33%. #824E2E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 78 + 46 = 254 (100%)
R 130 of 254 ~ 51.18%
G 78 of 254 ~ 30.71%
B 46 of 254 ~ 18.11'%

%51.18
%30.71
%18.11

CMYK color model

#824E2E color CMYK value is (0,40,65,49).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 64.62%
  • key color value is 49.02%

CMYK: (0,40,65,49)
C0M40Y65K49 (0%, 40%, 65%, 49%)
(0.00 / 0.40 / 0.65 / 0.49)

CMYK percentages

%0
%40
%64.62
%49.02

Codes

Color #824E2E in popluar color models

82 4E 2E
RGB 130 78 46
HSL 23° 47.73% 34.51%
HSB/HSV 23° 64.62% 50.98%
CMYK 0.00% 40.00% 64.62%
49.02%

Color #824E2E in popluar number systems.

HEX 82 4E 2E
Decimal 130 78 46
Binary 10000010 1001110 101110
Octal 202 116 56

Shades and tints

Shades of #824E2E

#824E2E
(130,78,46)
#77472A
(119,71,42)
#6C4026
(108,64,38)
#613922
(97,57,34)
#56321E
(86,50,30)
#4B2B1A
(75,43,26)
#402416
(64,36,22)
#351D12
(53,29,18)
#2A160E
(42,22,14)
#1F0F0A
(31,15,10)
#140806
(20,8,6)
#000000
(0,0,0)

Tints of #824E2E

#824E2E
(130,78,46)
#8D5E41
(141,94,65)
#986E54
(152,110,84)
#A37E67
(163,126,103)
#AE8E7A
(174,142,122)
#B99E8D
(185,158,141)
#C4AEA0
(196,174,160)
#CFBEB3
(207,190,179)
#DACEC6
(218,206,198)
#E5DED9
(229,222,217)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824E2E color. Also use rgb(130,78,46) instead hex code.

Text Font Color

.myTextColor { color: #824E2E; }

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

This text font color is #824E2E.

Background Color

.myBgColor { background-color: #824E2E; }

<div style="background-color:#824E2E">Inner text</div>

This div background color is #824E2E.

Border color

.myBorderColor { border: 1px solid #824E2E; }

<div style="border:3px solid #824E2E">Div</div>

This div border color is #824E2E.

Opacity

.myOpacity80 { color: #824E2E; opacity: 0.8; }

<p style="color:#824E2E;opacity:0.8;">80%</p>

Text with #824E2E 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 #824E2E;}

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

This text has shadow with #824E2E color.


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

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

This text has shadow with #824E2E primary color and red secondary color.


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

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

This text has shadow with #824E2E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #824E2E.

Preview

Color preview on black background

This text has color #824E2E on black background.


Color preview on white background

This text has color #824E2E on white background.


Black color preview on #824E2E background

This text has black color on #824E2E background.


White color preview on #824E2E background

This text has white color on #824E2E background.


Related colors

Complementary color

Complementary color for #hex is #7DB1D1.


I love getcolorcode.com

Triadic colors

1 #2E824E and #4E2E82 with #824E2E are triadic colors.

2 #2E4E82 and #4E822E with #824E2E are triadic colors.