COLOR #825554

HEX: #825554
RGB: (130,85,84)

Color info

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

RGB color model

#825554 color RGB value is (130,85,84).

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

RGB channels and saturation

R 130 of 255 = 51%
G 85 of 255 = 33%
B 84 of 255 = 33%

130
85
84

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

Portions of RGB colors in percentages

R + G + B =
130 + 85 + 84 = 299 (100%)
R 130 of 299 ~ 43.48%
G 85 of 299 ~ 28.43%
B 84 of 299 ~ 28.09%

%43.48
%28.43
%28.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 35.38%
  • key color value is 49.02%
CMYK:
(0,35,35,49)
C0M35Y35K49 
(0%,35%,35%,49%)
(0.00/0.35/0.35/0.49)	

CMYK percentages

%0
%34.62
%35.38
%49.02

Codes

Color #825554 in popluar color models

825554
RGB1308584
HSL21.50%41.96%
HSB/HSV35.38%50.98%
CMYK0.00%34.62%35.38%
49.02%

Color #825554 in popluar number systems.

HEX825554
Decimal1308584
Binary1000001010101011010100
Octal202125124

Shades and tints

Shades of #825554

#825554
(130,85,84)
#774E4D
(119,78,77)
#6C4746
(108,71,70)
#61403F
(97,64,63)
#563938
(86,57,56)
#4B3231
(75,50,49)
#402B2A
(64,43,42)
#352423
(53,36,35)
#2A1D1C
(42,29,28)
#1F1615
(31,22,21)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #825554

#825554
(130,85,84)
#8D6463
(141,100,99)
#987372
(152,115,114)
#A38281
(163,130,129)
#AE9190
(174,145,144)
#B9A09F
(185,160,159)
#C4AFAE
(196,175,174)
#CFBEBD
(207,190,189)
#DACDCC
(218,205,204)
#E5DCDB
(229,220,219)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825554; }

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

This text font color is #825554.


Background Color

.myBgColor { background-color: #825554; }

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

This div background color is #825554.


Border color

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

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

This div border color is #825554.


Opacity

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

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

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

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

This text has shadow with #825554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825554 on black background.


Color preview on white background

This text has color #825554 on white background.



Black color preview on #825554 background

This text has black color on #825554 background.


White color preview on #825554 background

This text has white color on #825554 background.