COLOR #825E61

HEX: #825E61
RGB: (130,94,97)

Color info

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

RGB color model

#825E61 color RGB value is (130,94,97).

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

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 97 of 255 = 38%

130
94
97

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

Portions of RGB colors in percentages

R + G + B =
130 + 94 + 97 = 321 (100%)
R 130 of 321 ~ 40.5%
G 94 of 321 ~ 29.28%
B 97 of 321 ~ 30.22%

%40.5
%29.28
%30.22

CMYK color model

#825E61 color CMYK value is (0,28,25,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,28,25,49)
C0M28Y25K49 
(0%,28%,25%,49%)
(0.00/0.28/0.25/0.49)	

CMYK percentages

%0
%27.69
%25.38
%49.02

Codes

Color #825E61 in popluar color models

825E61
RGB1309497
HSL355°16.07%43.92%
HSB/HSV355°27.69%50.98%
CMYK0.00%27.69%25.38%
49.02%

Color #825E61 in popluar number systems.

HEX825E61
Decimal1309497
Binary1000001010111101100001
Octal202136141

Shades and tints

Shades of #825E61

#825E61
(130,94,97)
#775659
(119,86,89)
#6C4E51
(108,78,81)
#614649
(97,70,73)
#563E41
(86,62,65)
#4B3639
(75,54,57)
#402E31
(64,46,49)
#352629
(53,38,41)
#2A1E21
(42,30,33)
#1F1619
(31,22,25)
#140E11
(20,14,17)
#000000
(0,0,0)

Tints of #825E61

#825E61
(130,94,97)
#8D6C6F
(141,108,111)
#987A7D
(152,122,125)
#A3888B
(163,136,139)
#AE9699
(174,150,153)
#B9A4A7
(185,164,167)
#C4B2B5
(196,178,181)
#CFC0C3
(207,192,195)
#DACED1
(218,206,209)
#E5DCDF
(229,220,223)
#F0EAED
(240,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E61; }

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

This text font color is #825E61.


Background Color

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

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

This div background color is #825E61.


Border color

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

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

This div border color is #825E61.


Opacity

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

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

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

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

This text has shadow with #825E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825E61 on black background.


Color preview on white background

This text has color #825E61 on white background.



Black color preview on #825E61 background

This text has black color on #825E61 background.


White color preview on #825E61 background

This text has white color on #825E61 background.