COLOR #825B55

HEX: #825B55
RGB: (130,91,85)

Color info

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

RGB color model

#825B55 color RGB value is (130,91,85).

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

RGB channels and saturation

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

130
91
85

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

Portions of RGB colors in percentages

R + G + B =
130 + 91 + 85 = 306 (100%)
R 130 of 306 ~ 42.48%
G 91 of 306 ~ 29.74%
B 85 of 306 ~ 27.78%

%42.48
%29.74
%27.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 34.62%
  • 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
%34.62
%49.02

Codes

Color #825B55 in popluar color models

825B55
RGB1309185
HSL20.93%42.16%
HSB/HSV34.62%50.98%
CMYK0.00%30.00%34.62%
49.02%

Color #825B55 in popluar number systems.

HEX825B55
Decimal1309185
Binary1000001010110111010101
Octal202133125

Shades and tints

Shades of #825B55

#825B55
(130,91,85)
#77534E
(119,83,78)
#6C4B47
(108,75,71)
#614340
(97,67,64)
#563B39
(86,59,57)
#4B3332
(75,51,50)
#402B2B
(64,43,43)
#352324
(53,35,36)
#2A1B1D
(42,27,29)
#1F1316
(31,19,22)
#140B0F
(20,11,15)
#000000
(0,0,0)

Tints of #825B55

#825B55
(130,91,85)
#8D6964
(141,105,100)
#987773
(152,119,115)
#A38582
(163,133,130)
#AE9391
(174,147,145)
#B9A1A0
(185,161,160)
#C4AFAF
(196,175,175)
#CFBDBE
(207,189,190)
#DACBCD
(218,203,205)
#E5D9DC
(229,217,220)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825B55; }

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

This text font color is #825B55.


Background Color

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

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

This div background color is #825B55.


Border color

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

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

This div border color is #825B55.


Opacity

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

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

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

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

This text has shadow with #825B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825B55 on black background.


Color preview on white background

This text has color #825B55 on white background.



Black color preview on #825B55 background

This text has black color on #825B55 background.


White color preview on #825B55 background

This text has white color on #825B55 background.