COLOR #824022

HEX: #824022
RGB: (130,64,34)

Color info

#824022 contains mainly red color. Web safe color of #824022 is #993333 (or #933).

RGB color model

#824022 color RGB value is (130,64,34).

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

RGB channels and saturation

R 130 of 255 = 51%
G 64 of 255 = 25%
B 34 of 255 = 13%

130
64
34

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

Portions of RGB colors in percentages

R + G + B =
130 + 64 + 34 = 228 (100%)
R 130 of 228 ~ 57.02%
G 64 of 228 ~ 28.07%
B 34 of 228 ~ 14.91%

%57.02
%28.07
%14.91

CMYK color model

#824022 color CMYK value is (0,51,74,49).

  • cyan value is 0.00%
  • magenta value is 50.77%
  • yellow value is 73.85%
  • key color value is 49.02%
CMYK:
(0,51,74,49)
C0M51Y74K49 
(0%,51%,74%,49%)
(0.00/0.51/0.74/0.49)	

CMYK percentages

%0
%50.77
%73.85
%49.02

Codes

Color #824022 in popluar color models

824022
RGB1306434
HSL19°58.54%32.16%
HSB/HSV19°73.85%50.98%
CMYK0.00%50.77%73.85%
49.02%

Color #824022 in popluar number systems.

HEX824022
Decimal1306434
Binary100000101000000100010
Octal20210042

Shades and tints

Shades of #824022

#824022
(130,64,34)
#773B1F
(119,59,31)
#6C361C
(108,54,28)
#613119
(97,49,25)
#562C16
(86,44,22)
#4B2713
(75,39,19)
#402210
(64,34,16)
#351D0D
(53,29,13)
#2A180A
(42,24,10)
#1F1307
(31,19,7)
#140E04
(20,14,4)
#000000
(0,0,0)

Tints of #824022

#824022
(130,64,34)
#8D5136
(141,81,54)
#98624A
(152,98,74)
#A3735E
(163,115,94)
#AE8472
(174,132,114)
#B99586
(185,149,134)
#C4A69A
(196,166,154)
#CFB7AE
(207,183,174)
#DAC8C2
(218,200,194)
#E5D9D6
(229,217,214)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824022; }

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

This text font color is #824022.


Background Color

.myBgColor { background-color: #824022; }

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

This div background color is #824022.


Border color

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

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

This div border color is #824022.


Opacity

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

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

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

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

This text has shadow with #824022 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824022 on black background.


Color preview on white background

This text has color #824022 on white background.



Black color preview on #824022 background

This text has black color on #824022 background.


White color preview on #824022 background

This text has white color on #824022 background.