COLOR #825A51

HEX: #825A51
RGB: (130,90,81)

Color info

#825A51 contains red, green and blue colors in about the same proportion. Web safe color of #825A51 is #996666 (or #966).

RGB color model

#825A51 color RGB value is (130,90,81).

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

RGB channels and saturation

R 130 of 255 = 51%
G 90 of 255 = 35%
B 81 of 255 = 32%

130
90
81

R + G + B ~ 39%. #825A51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 90 + 81 = 301 (100%)
R 130 of 301 ~ 43.19%
G 90 of 301 ~ 29.9%
B 81 of 301 ~ 26.91%

%43.19
%29.9
%26.91

CMYK color model

#825A51 color CMYK value is (0,31,38,49).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(0,31,38,49)
C0M31Y38K49 
(0%,31%,38%,49%)
(0.00/0.31/0.38/0.49)	

CMYK percentages

%0
%30.77
%37.69
%49.02

Codes

Color #825A51 in popluar color models

825A51
RGB1309081
HSL11°23.22%41.37%
HSB/HSV11°37.69%50.98%
CMYK0.00%30.77%37.69%
49.02%

Color #825A51 in popluar number systems.

HEX825A51
Decimal1309081
Binary1000001010110101010001
Octal202132121

Shades and tints

Shades of #825A51

#825A51
(130,90,81)
#77524A
(119,82,74)
#6C4A43
(108,74,67)
#61423C
(97,66,60)
#563A35
(86,58,53)
#4B322E
(75,50,46)
#402A27
(64,42,39)
#352220
(53,34,32)
#2A1A19
(42,26,25)
#1F1212
(31,18,18)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #825A51

#825A51
(130,90,81)
#8D6960
(141,105,96)
#98786F
(152,120,111)
#A3877E
(163,135,126)
#AE968D
(174,150,141)
#B9A59C
(185,165,156)
#C4B4AB
(196,180,171)
#CFC3BA
(207,195,186)
#DAD2C9
(218,210,201)
#E5E1D8
(229,225,216)
#F0F0E7
(240,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825A51; }

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

This text font color is #825A51.


Background Color

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

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

This div background color is #825A51.


Border color

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

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

This div border color is #825A51.


Opacity

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

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

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

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

This text has shadow with #825A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A51 on black background.


Color preview on white background

This text has color #825A51 on white background.



Black color preview on #825A51 background

This text has black color on #825A51 background.


White color preview on #825A51 background

This text has white color on #825A51 background.