COLOR #824028

HEX: #824028
RGB: (130,64,40)

Color info

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

RGB color model

#824028 color RGB value is (130,64,40).

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

RGB channels and saturation

R 130 of 255 = 51%
G 64 of 255 = 25%
B 40 of 255 = 16%

130
64
40

R + G + B ~ 31%. #824028 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 64 + 40 = 234 (100%)
R 130 of 234 ~ 55.56%
G 64 of 234 ~ 27.35%
B 40 of 234 ~ 17.09%

%55.56
%27.35
%17.09

CMYK color model

#824028 color CMYK value is (0,51,69,49).

  • cyan value is 0.00%
  • magenta value is 50.77%
  • yellow value is 69.23%
  • key color value is 49.02%
CMYK:
(0,51,69,49)
C0M51Y69K49 
(0%,51%,69%,49%)
(0.00/0.51/0.69/0.49)	

CMYK percentages

%0
%50.77
%69.23
%49.02

Codes

Color #824028 in popluar color models

824028
RGB1306440
HSL16°52.94%33.33%
HSB/HSV16°69.23%50.98%
CMYK0.00%50.77%69.23%
49.02%

Color #824028 in popluar number systems.

HEX824028
Decimal1306440
Binary100000101000000101000
Octal20210050

Shades and tints

Shades of #824028

#824028
(130,64,40)
#773B25
(119,59,37)
#6C3622
(108,54,34)
#61311F
(97,49,31)
#562C1C
(86,44,28)
#4B2719
(75,39,25)
#402216
(64,34,22)
#351D13
(53,29,19)
#2A1810
(42,24,16)
#1F130D
(31,19,13)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #824028

#824028
(130,64,40)
#8D513B
(141,81,59)
#98624E
(152,98,78)
#A37361
(163,115,97)
#AE8474
(174,132,116)
#B99587
(185,149,135)
#C4A69A
(196,166,154)
#CFB7AD
(207,183,173)
#DAC8C0
(218,200,192)
#E5D9D3
(229,217,211)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824028; }

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

This text font color is #824028.


Background Color

.myBgColor { background-color: #824028; }

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

This div background color is #824028.


Border color

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

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

This div border color is #824028.


Opacity

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

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

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

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

This text has shadow with #824028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824028 on black background.


Color preview on white background

This text has color #824028 on white background.



Black color preview on #824028 background

This text has black color on #824028 background.


White color preview on #824028 background

This text has white color on #824028 background.