COLOR #824F20

HEX: #824F20
RGB: (130,79,32)

Color info

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

RGB color model

#824F20 color RGB value is (130,79,32).

  • red value is 130;
  • green value is 79;
  • blue value is 32.
RGB:
(130,79,32)
(51%,31%,13%)

RGB channels and saturation

R 130 of 255 = 51%
G 79 of 255 = 31%
B 32 of 255 = 13%

130
79
32

R + G + B ~ 32%. #824F20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 79 + 32 = 241 (100%)
R 130 of 241 ~ 53.94%
G 79 of 241 ~ 32.78%
B 32 of 241 ~ 13.28%

%53.94
%32.78
%13.28

CMYK color model

#824F20 color CMYK value is (0,39,75,49).

  • cyan value is 0.00%
  • magenta value is 39.23%
  • yellow value is 75.38%
  • key color value is 49.02%
CMYK:
(0,39,75,49)
C0M39Y75K49 
(0%,39%,75%,49%)
(0.00/0.39/0.75/0.49)	

CMYK percentages

%0
%39.23
%75.38
%49.02

Codes

Color #824F20 in popluar color models

824F20
RGB1307932
HSL29°60.49%31.76%
HSB/HSV29°75.38%50.98%
CMYK0.00%39.23%75.38%
49.02%

Color #824F20 in popluar number systems.

HEX824F20
Decimal1307932
Binary100000101001111100000
Octal20211740

Shades and tints

Shades of #824F20

#824F20
(130,79,32)
#77481E
(119,72,30)
#6C411C
(108,65,28)
#613A1A
(97,58,26)
#563318
(86,51,24)
#4B2C16
(75,44,22)
#402514
(64,37,20)
#351E12
(53,30,18)
#2A1710
(42,23,16)
#1F100E
(31,16,14)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #824F20

#824F20
(130,79,32)
#8D5F34
(141,95,52)
#986F48
(152,111,72)
#A37F5C
(163,127,92)
#AE8F70
(174,143,112)
#B99F84
(185,159,132)
#C4AF98
(196,175,152)
#CFBFAC
(207,191,172)
#DACFC0
(218,207,192)
#E5DFD4
(229,223,212)
#F0EFE8
(240,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824F20 color. Also use rgb(130,79,32) instead hex code.

Text Font Color

.myTextColor { color: #824F20; }

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

This text font color is #824F20.


Background Color

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

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

This div background color is #824F20.


Border color

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

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

This div border color is #824F20.


Opacity

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

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

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

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

This text has shadow with #824F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824F20 on black background.


Color preview on white background

This text has color #824F20 on white background.



Black color preview on #824F20 background

This text has black color on #824F20 background.


White color preview on #824F20 background

This text has white color on #824F20 background.