COLOR #825B56

HEX: #825B56
RGB: (130,91,86)

Color info

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

RGB color model

#825B56 color RGB value is (130,91,86).

  • red value is 130;
  • green value is 91;
  • blue value is 86.
RGB:
(130,91,86)
(51%,36%,34%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 86 of 255 = 34%

130
91
86

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

Portions of RGB colors in percentages

R + G + B =
130 + 91 + 86 = 307 (100%)
R 130 of 307 ~ 42.35%
G 91 of 307 ~ 29.64%
B 86 of 307 ~ 28.01%

%42.35
%29.64
%28.01

CMYK color model

#825B56 color CMYK value is (0,30,34,49).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK:
(0,30,34,49)
C0M30Y34K49 
(0%,30%,34%,49%)
(0.00/0.30/0.34/0.49)	

CMYK percentages

%0
%30
%33.85
%49.02

Codes

Color #825B56 in popluar color models

825B56
RGB1309186
HSL20.37%42.35%
HSB/HSV33.85%50.98%
CMYK0.00%30.00%33.85%
49.02%

Color #825B56 in popluar number systems.

HEX825B56
Decimal1309186
Binary1000001010110111010110
Octal202133126

Shades and tints

Shades of #825B56

#825B56
(130,91,86)
#77534F
(119,83,79)
#6C4B48
(108,75,72)
#614341
(97,67,65)
#563B3A
(86,59,58)
#4B3333
(75,51,51)
#402B2C
(64,43,44)
#352325
(53,35,37)
#2A1B1E
(42,27,30)
#1F1317
(31,19,23)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #825B56

#825B56
(130,91,86)
#8D6965
(141,105,101)
#987774
(152,119,116)
#A38583
(163,133,131)
#AE9392
(174,147,146)
#B9A1A1
(185,161,161)
#C4AFB0
(196,175,176)
#CFBDBF
(207,189,191)
#DACBCE
(218,203,206)
#E5D9DD
(229,217,221)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825B56 color. Also use rgb(130,91,86) instead hex code.

Text Font Color

.myTextColor { color: #825B56; }

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

This text font color is #825B56.


Background Color

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

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

This div background color is #825B56.


Border color

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

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

This div border color is #825B56.


Opacity

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

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

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

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

This text has shadow with #825B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825B56 on black background.


Color preview on white background

This text has color #825B56 on white background.



Black color preview on #825B56 background

This text has black color on #825B56 background.


White color preview on #825B56 background

This text has white color on #825B56 background.