COLOR #825461

HEX: #825461
RGB: (130,84,97)

Color info

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

RGB color model

#825461 color RGB value is (130,84,97).

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

RGB channels and saturation

R 130 of 255 = 51%
G 84 of 255 = 33%
B 97 of 255 = 38%

130
84
97

R + G + B ~ 41%. #825461 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 84 + 97 = 311 (100%)
R 130 of 311 ~ 41.8%
G 84 of 311 ~ 27.01%
B 97 of 311 ~ 31.19%

%41.8
%27.01
%31.19

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,35,25,49)
C0M35Y25K49 
(0%,35%,25%,49%)
(0.00/0.35/0.25/0.49)	

CMYK percentages

%0
%35.38
%25.38
%49.02

Codes

Color #825461 in popluar color models

825461
RGB1308497
HSL343°21.50%41.96%
HSB/HSV343°35.38%50.98%
CMYK0.00%35.38%25.38%
49.02%

Color #825461 in popluar number systems.

HEX825461
Decimal1308497
Binary1000001010101001100001
Octal202124141

Shades and tints

Shades of #825461

#825461
(130,84,97)
#774D59
(119,77,89)
#6C4651
(108,70,81)
#613F49
(97,63,73)
#563841
(86,56,65)
#4B3139
(75,49,57)
#402A31
(64,42,49)
#352329
(53,35,41)
#2A1C21
(42,28,33)
#1F1519
(31,21,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #825461

#825461
(130,84,97)
#8D636F
(141,99,111)
#98727D
(152,114,125)
#A3818B
(163,129,139)
#AE9099
(174,144,153)
#B99FA7
(185,159,167)
#C4AEB5
(196,174,181)
#CFBDC3
(207,189,195)
#DACCD1
(218,204,209)
#E5DBDF
(229,219,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825461; }

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

This text font color is #825461.


Background Color

.myBgColor { background-color: #825461; }

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

This div background color is #825461.


Border color

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

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

This div border color is #825461.


Opacity

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

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

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

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

This text has shadow with #825461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825461 on black background.


Color preview on white background

This text has color #825461 on white background.



Black color preview on #825461 background

This text has black color on #825461 background.


White color preview on #825461 background

This text has white color on #825461 background.