COLOR #825A40

HEX: #825A40
RGB: (130,90,64)

Color info

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

RGB color model

#825A40 color RGB value is (130,90,64).

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

RGB channels and saturation

R 130 of 255 = 51%
G 90 of 255 = 35%
B 64 of 255 = 25%

130
90
64

R + G + B ~ 37%. #825A40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 90 + 64 = 284 (100%)
R 130 of 284 ~ 45.77%
G 90 of 284 ~ 31.69%
B 64 of 284 ~ 22.54%

%45.77
%31.69
%22.54

CMYK color model

#825A40 color CMYK value is (0,31,51,49).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 50.77%
  • key color value is 49.02%
CMYK:
(0,31,51,49)
C0M31Y51K49 
(0%,31%,51%,49%)
(0.00/0.31/0.51/0.49)	

CMYK percentages

%0
%30.77
%50.77
%49.02

Codes

Color #825A40 in popluar color models

825A40
RGB1309064
HSL24°34.02%38.04%
HSB/HSV24°50.77%50.98%
CMYK0.00%30.77%50.77%
49.02%

Color #825A40 in popluar number systems.

HEX825A40
Decimal1309064
Binary1000001010110101000000
Octal202132100

Shades and tints

Shades of #825A40

#825A40
(130,90,64)
#77523B
(119,82,59)
#6C4A36
(108,74,54)
#614231
(97,66,49)
#563A2C
(86,58,44)
#4B3227
(75,50,39)
#402A22
(64,42,34)
#35221D
(53,34,29)
#2A1A18
(42,26,24)
#1F1213
(31,18,19)
#140A0E
(20,10,14)
#000000
(0,0,0)

Tints of #825A40

#825A40
(130,90,64)
#8D6951
(141,105,81)
#987862
(152,120,98)
#A38773
(163,135,115)
#AE9684
(174,150,132)
#B9A595
(185,165,149)
#C4B4A6
(196,180,166)
#CFC3B7
(207,195,183)
#DAD2C8
(218,210,200)
#E5E1D9
(229,225,217)
#F0F0EA
(240,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825A40; }

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

This text font color is #825A40.


Background Color

.myBgColor { background-color: #825A40; }

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

This div background color is #825A40.


Border color

.myBorderColor { border: 1px solid #825A40; }

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

This div border color is #825A40.


Opacity

.myOpacity80 { color: #825A40; opacity: 0.8; }

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

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

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

This text has shadow with #825A40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A40 on black background.


Color preview on white background

This text has color #825A40 on white background.



Black color preview on #825A40 background

This text has black color on #825A40 background.


White color preview on #825A40 background

This text has white color on #825A40 background.