COLOR #824D1A

HEX: #824D1A
RGB: (130,77,26)

Color info

#824D1A contains mainly red and green colors. Web safe color of #824D1A is #993300 (or #930).

RGB color model

#824D1A color RGB value is (130,77,26).

  • red value is 130;
  • green value is 77;
  • blue value is 26.
RGB:
(130,77,26)
(51%,30%,10%)

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 26 of 255 = 10%

130
77
26

R + G + B ~ 30%. #824D1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 77 + 26 = 233 (100%)
R 130 of 233 ~ 55.79%
G 77 of 233 ~ 33.05%
B 26 of 233 ~ 11.16%

%55.79
%33.05
%11.16

CMYK color model

#824D1A color CMYK value is (0,41,80,49).

  • cyan value is 0.00%
  • magenta value is 40.77%
  • yellow value is 80.00%
  • key color value is 49.02%
CMYK:
(0,41,80,49)
C0M41Y80K49 
(0%,41%,80%,49%)
(0.00/0.41/0.80/0.49)	

CMYK percentages

%0
%40.77
%80
%49.02

Codes

Color #824D1A in popluar color models

824D1A
RGB1307726
HSL29°66.67%30.59%
HSB/HSV29°80.00%50.98%
CMYK0.00%40.77%80.00%
49.02%

Color #824D1A in popluar number systems.

HEX824D1A
Decimal1307726
Binary10000010100110111010
Octal20211532

Shades and tints

Shades of #824D1A

#824D1A
(130,77,26)
#774618
(119,70,24)
#6C3F16
(108,63,22)
#613814
(97,56,20)
#563112
(86,49,18)
#4B2A10
(75,42,16)
#40230E
(64,35,14)
#351C0C
(53,28,12)
#2A150A
(42,21,10)
#1F0E08
(31,14,8)
#140706
(20,7,6)
#000000
(0,0,0)

Tints of #824D1A

#824D1A
(130,77,26)
#8D5D2E
(141,93,46)
#986D42
(152,109,66)
#A37D56
(163,125,86)
#AE8D6A
(174,141,106)
#B99D7E
(185,157,126)
#C4AD92
(196,173,146)
#CFBDA6
(207,189,166)
#DACDBA
(218,205,186)
#E5DDCE
(229,221,206)
#F0EDE2
(240,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824D1A color. Also use rgb(130,77,26) instead hex code.

Text Font Color

.myTextColor { color: #824D1A; }

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

This text font color is #824D1A.


Background Color

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

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

This div background color is #824D1A.


Border color

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

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

This div border color is #824D1A.


Opacity

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

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

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

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

This text has shadow with #824D1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824D1A on black background.


Color preview on white background

This text has color #824D1A on white background.



Black color preview on #824D1A background

This text has black color on #824D1A background.


White color preview on #824D1A background

This text has white color on #824D1A background.