COLOR #825B54

HEX: #825B54
RGB: (130,91,84)

Color info

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

RGB color model

#825B54 color RGB value is (130,91,84).

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

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 84 of 255 = 33%

130
91
84

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

Portions of RGB colors in percentages

R + G + B =
130 + 91 + 84 = 305 (100%)
R 130 of 305 ~ 42.62%
G 91 of 305 ~ 29.84%
B 84 of 305 ~ 27.54%

%42.62
%29.84
%27.54

CMYK color model

#825B54 color CMYK value is (0,30,35,49).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,30,35,49)
C0M30Y35K49 
(0%,30%,35%,49%)
(0.00/0.30/0.35/0.49)	

CMYK percentages

%0
%30
%35.38
%49.02

Codes

Color #825B54 in popluar color models

825B54
RGB1309184
HSL21.50%41.96%
HSB/HSV35.38%50.98%
CMYK0.00%30.00%35.38%
49.02%

Color #825B54 in popluar number systems.

HEX825B54
Decimal1309184
Binary1000001010110111010100
Octal202133124

Shades and tints

Shades of #825B54

#825B54
(130,91,84)
#77534D
(119,83,77)
#6C4B46
(108,75,70)
#61433F
(97,67,63)
#563B38
(86,59,56)
#4B3331
(75,51,49)
#402B2A
(64,43,42)
#352323
(53,35,35)
#2A1B1C
(42,27,28)
#1F1315
(31,19,21)
#140B0E
(20,11,14)
#000000
(0,0,0)

Tints of #825B54

#825B54
(130,91,84)
#8D6963
(141,105,99)
#987772
(152,119,114)
#A38581
(163,133,129)
#AE9390
(174,147,144)
#B9A19F
(185,161,159)
#C4AFAE
(196,175,174)
#CFBDBD
(207,189,189)
#DACBCC
(218,203,204)
#E5D9DB
(229,217,219)
#F0E7EA
(240,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825B54; }

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

This text font color is #825B54.


Background Color

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

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

This div background color is #825B54.


Border color

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

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

This div border color is #825B54.


Opacity

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

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

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

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

This text has shadow with #825B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825B54 on black background.


Color preview on white background

This text has color #825B54 on white background.



Black color preview on #825B54 background

This text has black color on #825B54 background.


White color preview on #825B54 background

This text has white color on #825B54 background.