COLOR #824E40

HEX: #824E40
RGB: (130,78,64)

Color info

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

RGB color model

#824E40 color RGB value is (130,78,64).

  • red value is 130;
  • green value is 78;
  • blue value is 64.
RGB:
(130,78,64)
(51%,31%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 64 of 255 = 25%

130
78
64

R + G + B ~ 36%. #824E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 78 + 64 = 272 (100%)
R 130 of 272 ~ 47.79%
G 78 of 272 ~ 28.68%
B 64 of 272 ~ 23.53%

%47.79
%28.68
%23.53

CMYK color model

#824E40 color CMYK value is (0,40,51,49).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 50.77%
  • key color value is 49.02%
CMYK:
(0,40,51,49)
C0M40Y51K49 
(0%,40%,51%,49%)
(0.00/0.40/0.51/0.49)	

CMYK percentages

%0
%40
%50.77
%49.02

Codes

Color #824E40 in popluar color models

824E40
RGB1307864
HSL13°34.02%38.04%
HSB/HSV13°50.77%50.98%
CMYK0.00%40.00%50.77%
49.02%

Color #824E40 in popluar number systems.

HEX824E40
Decimal1307864
Binary1000001010011101000000
Octal202116100

Shades and tints

Shades of #824E40

#824E40
(130,78,64)
#77473B
(119,71,59)
#6C4036
(108,64,54)
#613931
(97,57,49)
#56322C
(86,50,44)
#4B2B27
(75,43,39)
#402422
(64,36,34)
#351D1D
(53,29,29)
#2A1618
(42,22,24)
#1F0F13
(31,15,19)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #824E40

#824E40
(130,78,64)
#8D5E51
(141,94,81)
#986E62
(152,110,98)
#A37E73
(163,126,115)
#AE8E84
(174,142,132)
#B99E95
(185,158,149)
#C4AEA6
(196,174,166)
#CFBEB7
(207,190,183)
#DACEC8
(218,206,200)
#E5DED9
(229,222,217)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824E40; }

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

This text font color is #824E40.


Background Color

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

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

This div background color is #824E40.


Border color

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

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

This div border color is #824E40.


Opacity

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

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

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

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

This text has shadow with #824E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824E40 on black background.


Color preview on white background

This text has color #824E40 on white background.



Black color preview on #824E40 background

This text has black color on #824E40 background.


White color preview on #824E40 background

This text has white color on #824E40 background.