COLOR #824200

HEX: #824200
RGB: (130,66,0)

Color info

#824200 contains mainly red color. Web safe color of #824200 is #993300 (or #930).

RGB color model

#824200 color RGB value is (130,66,0).

  • red value is 130;
  • green value is 66;
  • blue value is 0.
RGB:
(130,66,0)
(51%,26%,0%)

RGB channels and saturation

R 130 of 255 = 51%
G 66 of 255 = 26%
B 0 of 255 = 0%

130
66
0

R + G + B ~ 26%. #824200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 66 + 0 = 196 (100%)
R 130 of 196 ~ 66.33%
G 66 of 196 ~ 33.67%
B 0 of 196 ~ 0%

%66.33
%33.67

CMYK color model

#824200 color CMYK value is (0,49,100,49).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 100.00%
  • key color value is 49.02%
CMYK:
(0,49,100,49)
C0M49Y100K49 
(0%,49%,100%,49%)
(0.00/0.49/1.00/0.49)	

CMYK percentages

%0
%49.23
%100
%49.02

Codes

Color #824200 in popluar color models

824200
RGB130660
HSL30°100.00%25.49%
HSB/HSV30°100.00%50.98%
CMYK0.00%49.23%100.00%
49.02%

Color #824200 in popluar number systems.

HEX824200
Decimal130660
Binary1000001010000100
Octal2021020

Shades and tints

Shades of #824200

#824200
(130,66,0)
#773C00
(119,60,0)
#6C3600
(108,54,0)
#613000
(97,48,0)
#562A00
(86,42,0)
#4B2400
(75,36,0)
#401E00
(64,30,0)
#351800
(53,24,0)
#2A1200
(42,18,0)
#1F0C00
(31,12,0)
#140600
(20,6,0)
#000000
(0,0,0)

Tints of #824200

#824200
(130,66,0)
#8D5317
(141,83,23)
#98642E
(152,100,46)
#A37545
(163,117,69)
#AE865C
(174,134,92)
#B99773
(185,151,115)
#C4A88A
(196,168,138)
#CFB9A1
(207,185,161)
#DACAB8
(218,202,184)
#E5DBCF
(229,219,207)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824200 color. Also use rgb(130,66,0) instead hex code.

Text Font Color

.myTextColor { color: #824200; }

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

This text font color is #824200.


Background Color

.myBgColor { background-color: #824200; }

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

This div background color is #824200.


Border color

.myBorderColor { border: 1px solid #824200; }

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

This div border color is #824200.


Opacity

.myOpacity80 { color: #824200; opacity: 0.8; }

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

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

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

This text has shadow with #824200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824200 on black background.


Color preview on white background

This text has color #824200 on white background.



Black color preview on #824200 background

This text has black color on #824200 background.


White color preview on #824200 background

This text has white color on #824200 background.