COLOR #825550

HEX: #825550
RGB: (130,85,80)

Color info

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

RGB color model

#825550 color RGB value is (130,85,80).

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

RGB channels and saturation

R 130 of 255 = 51%
G 85 of 255 = 33%
B 80 of 255 = 31%

130
85
80

R + G + B ~ 38%. #825550 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 85 + 80 = 295 (100%)
R 130 of 295 ~ 44.07%
G 85 of 295 ~ 28.81%
B 80 of 295 ~ 27.12%

%44.07
%28.81
%27.12

CMYK color model

#825550 color CMYK value is (0,35,38,49).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 38.46%
  • key color value is 49.02%
CMYK:
(0,35,38,49)
C0M35Y38K49 
(0%,35%,38%,49%)
(0.00/0.35/0.38/0.49)	

CMYK percentages

%0
%34.62
%38.46
%49.02

Codes

Color #825550 in popluar color models

825550
RGB1308580
HSL23.81%41.18%
HSB/HSV38.46%50.98%
CMYK0.00%34.62%38.46%
49.02%

Color #825550 in popluar number systems.

HEX825550
Decimal1308580
Binary1000001010101011010000
Octal202125120

Shades and tints

Shades of #825550

#825550
(130,85,80)
#774E49
(119,78,73)
#6C4742
(108,71,66)
#61403B
(97,64,59)
#563934
(86,57,52)
#4B322D
(75,50,45)
#402B26
(64,43,38)
#35241F
(53,36,31)
#2A1D18
(42,29,24)
#1F1611
(31,22,17)
#140F0A
(20,15,10)
#000000
(0,0,0)

Tints of #825550

#825550
(130,85,80)
#8D645F
(141,100,95)
#98736E
(152,115,110)
#A3827D
(163,130,125)
#AE918C
(174,145,140)
#B9A09B
(185,160,155)
#C4AFAA
(196,175,170)
#CFBEB9
(207,190,185)
#DACDC8
(218,205,200)
#E5DCD7
(229,220,215)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825550; }

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

This text font color is #825550.


Background Color

.myBgColor { background-color: #825550; }

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

This div background color is #825550.


Border color

.myBorderColor { border: 1px solid #825550; }

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

This div border color is #825550.


Opacity

.myOpacity80 { color: #825550; opacity: 0.8; }

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

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

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

This text has shadow with #825550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825550 on black background.


Color preview on white background

This text has color #825550 on white background.



Black color preview on #825550 background

This text has black color on #825550 background.


White color preview on #825550 background

This text has white color on #825550 background.