COLOR #825024

HEX: #825024
RGB: (130,80,36)

Color info

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

RGB color model

#825024 color RGB value is (130,80,36).

  • red value is 130;
  • green value is 80;
  • blue value is 36.
RGB:
(130,80,36)
(51%,31%,14%)

RGB channels and saturation

R 130 of 255 = 51%
G 80 of 255 = 31%
B 36 of 255 = 14%

130
80
36

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

Portions of RGB colors in percentages

R + G + B =
130 + 80 + 36 = 246 (100%)
R 130 of 246 ~ 52.85%
G 80 of 246 ~ 32.52%
B 36 of 246 ~ 14.63%

%52.85
%32.52
%14.63

CMYK color model

#825024 color CMYK value is (0,38,72,49).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 72.31%
  • key color value is 49.02%
CMYK:
(0,38,72,49)
C0M38Y72K49 
(0%,38%,72%,49%)
(0.00/0.38/0.72/0.49)	

CMYK percentages

%0
%38.46
%72.31
%49.02

Codes

Color #825024 in popluar color models

825024
RGB1308036
HSL28°56.63%32.55%
HSB/HSV28°72.31%50.98%
CMYK0.00%38.46%72.31%
49.02%

Color #825024 in popluar number systems.

HEX825024
Decimal1308036
Binary100000101010000100100
Octal20212044

Shades and tints

Shades of #825024

#825024
(130,80,36)
#774921
(119,73,33)
#6C421E
(108,66,30)
#613B1B
(97,59,27)
#563418
(86,52,24)
#4B2D15
(75,45,21)
#402612
(64,38,18)
#351F0F
(53,31,15)
#2A180C
(42,24,12)
#1F1109
(31,17,9)
#140A06
(20,10,6)
#000000
(0,0,0)

Tints of #825024

#825024
(130,80,36)
#8D5F37
(141,95,55)
#986E4A
(152,110,74)
#A37D5D
(163,125,93)
#AE8C70
(174,140,112)
#B99B83
(185,155,131)
#C4AA96
(196,170,150)
#CFB9A9
(207,185,169)
#DAC8BC
(218,200,188)
#E5D7CF
(229,215,207)
#F0E6E2
(240,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825024 color. Also use rgb(130,80,36) instead hex code.

Text Font Color

.myTextColor { color: #825024; }

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

This text font color is #825024.


Background Color

.myBgColor { background-color: #825024; }

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

This div background color is #825024.


Border color

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

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

This div border color is #825024.


Opacity

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

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

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

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

This text has shadow with #825024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825024 on black background.


Color preview on white background

This text has color #825024 on white background.



Black color preview on #825024 background

This text has black color on #825024 background.


White color preview on #825024 background

This text has white color on #825024 background.