COLOR #825A57

HEX: #825A57
RGB: (130,90,87)

Color info

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

RGB color model

#825A57 color RGB value is (130,90,87).

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

RGB channels and saturation

R 130 of 255 = 51%
G 90 of 255 = 35%
B 87 of 255 = 34%

130
90
87

R + G + B ~ 40%. #825A57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 90 + 87 = 307 (100%)
R 130 of 307 ~ 42.35%
G 90 of 307 ~ 29.32%
B 87 of 307 ~ 28.34%

%42.35
%29.32
%28.34

CMYK color model

#825A57 color CMYK value is (0,31,33,49).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 33.08%
  • key color value is 49.02%
CMYK:
(0,31,33,49)
C0M31Y33K49 
(0%,31%,33%,49%)
(0.00/0.31/0.33/0.49)	

CMYK percentages

%0
%30.77
%33.08
%49.02

Codes

Color #825A57 in popluar color models

825A57
RGB1309087
HSL19.82%42.55%
HSB/HSV33.08%50.98%
CMYK0.00%30.77%33.08%
49.02%

Color #825A57 in popluar number systems.

HEX825A57
Decimal1309087
Binary1000001010110101010111
Octal202132127

Shades and tints

Shades of #825A57

#825A57
(130,90,87)
#775250
(119,82,80)
#6C4A49
(108,74,73)
#614242
(97,66,66)
#563A3B
(86,58,59)
#4B3234
(75,50,52)
#402A2D
(64,42,45)
#352226
(53,34,38)
#2A1A1F
(42,26,31)
#1F1218
(31,18,24)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #825A57

#825A57
(130,90,87)
#8D6966
(141,105,102)
#987875
(152,120,117)
#A38784
(163,135,132)
#AE9693
(174,150,147)
#B9A5A2
(185,165,162)
#C4B4B1
(196,180,177)
#CFC3C0
(207,195,192)
#DAD2CF
(218,210,207)
#E5E1DE
(229,225,222)
#F0F0ED
(240,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825A57; }

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

This text font color is #825A57.


Background Color

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

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

This div background color is #825A57.


Border color

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

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

This div border color is #825A57.


Opacity

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

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

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

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

This text has shadow with #825A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825A57 on black background.


Color preview on white background

This text has color #825A57 on white background.



Black color preview on #825A57 background

This text has black color on #825A57 background.


White color preview on #825A57 background

This text has white color on #825A57 background.