COLOR #825556

HEX: #825556
RGB: (130,85,86)

Color info

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

RGB color model

#825556 color RGB value is (130,85,86).

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

RGB channels and saturation

R 130 of 255 = 51%
G 85 of 255 = 33%
B 86 of 255 = 34%

130
85
86

R + G + B ~ 39%. #825556 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 85 + 86 = 301 (100%)
R 130 of 301 ~ 43.19%
G 85 of 301 ~ 28.24%
B 86 of 301 ~ 28.57%

%43.19
%28.24
%28.57

CMYK color model

#825556 color CMYK value is (0,35,34,49).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK:
(0,35,34,49)
C0M35Y34K49 
(0%,35%,34%,49%)
(0.00/0.35/0.34/0.49)	

CMYK percentages

%0
%34.62
%33.85
%49.02

Codes

Color #825556 in popluar color models

825556
RGB1308586
HSL359°20.93%42.16%
HSB/HSV359°34.62%50.98%
CMYK0.00%34.62%33.85%
49.02%

Color #825556 in popluar number systems.

HEX825556
Decimal1308586
Binary1000001010101011010110
Octal202125126

Shades and tints

Shades of #825556

#825556
(130,85,86)
#774E4F
(119,78,79)
#6C4748
(108,71,72)
#614041
(97,64,65)
#56393A
(86,57,58)
#4B3233
(75,50,51)
#402B2C
(64,43,44)
#352425
(53,36,37)
#2A1D1E
(42,29,30)
#1F1617
(31,22,23)
#140F10
(20,15,16)
#000000
(0,0,0)

Tints of #825556

#825556
(130,85,86)
#8D6465
(141,100,101)
#987374
(152,115,116)
#A38283
(163,130,131)
#AE9192
(174,145,146)
#B9A0A1
(185,160,161)
#C4AFB0
(196,175,176)
#CFBEBF
(207,190,191)
#DACDCE
(218,205,206)
#E5DCDD
(229,220,221)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825556; }

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

This text font color is #825556.


Background Color

.myBgColor { background-color: #825556; }

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

This div background color is #825556.


Border color

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

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

This div border color is #825556.


Opacity

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

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

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

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

This text has shadow with #825556 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825556 on black background.


Color preview on white background

This text has color #825556 on white background.



Black color preview on #825556 background

This text has black color on #825556 background.


White color preview on #825556 background

This text has white color on #825556 background.