COLOR #824E4A

HEX: #824E4A
RGB: (130,78,74)

Color info

#824E4A contains red, green and blue colors in about the same proportion. Web safe color of #824E4A is #996633 (or #963).

RGB color model

#824E4A color RGB value is (130,78,74).

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

RGB channels and saturation

R 130 of 255 = 51%
G 78 of 255 = 31%
B 74 of 255 = 29%

130
78
74

R + G + B ~ 37%. #824E4A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 78 + 74 = 282 (100%)
R 130 of 282 ~ 46.1%
G 78 of 282 ~ 27.66%
B 74 of 282 ~ 26.24%

%46.1
%27.66
%26.24

CMYK color model

#824E4A color CMYK value is (0,40,43,49).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 43.08%
  • key color value is 49.02%
CMYK:
(0,40,43,49)
C0M40Y43K49 
(0%,40%,43%,49%)
(0.00/0.40/0.43/0.49)	

CMYK percentages

%0
%40
%43.08
%49.02

Codes

Color #824E4A in popluar color models

824E4A
RGB1307874
HSL27.45%40.00%
HSB/HSV43.08%50.98%
CMYK0.00%40.00%43.08%
49.02%

Color #824E4A in popluar number systems.

HEX824E4A
Decimal1307874
Binary1000001010011101001010
Octal202116112

Shades and tints

Shades of #824E4A

#824E4A
(130,78,74)
#774744
(119,71,68)
#6C403E
(108,64,62)
#613938
(97,57,56)
#563232
(86,50,50)
#4B2B2C
(75,43,44)
#402426
(64,36,38)
#351D20
(53,29,32)
#2A161A
(42,22,26)
#1F0F14
(31,15,20)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #824E4A

#824E4A
(130,78,74)
#8D5E5A
(141,94,90)
#986E6A
(152,110,106)
#A37E7A
(163,126,122)
#AE8E8A
(174,142,138)
#B99E9A
(185,158,154)
#C4AEAA
(196,174,170)
#CFBEBA
(207,190,186)
#DACECA
(218,206,202)
#E5DEDA
(229,222,218)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824E4A; }

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

This text font color is #824E4A.


Background Color

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

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

This div background color is #824E4A.


Border color

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

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

This div border color is #824E4A.


Opacity

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

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

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

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

This text has shadow with #824E4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824E4A on black background.


Color preview on white background

This text has color #824E4A on white background.



Black color preview on #824E4A background

This text has black color on #824E4A background.


White color preview on #824E4A background

This text has white color on #824E4A background.