COLOR #825E49

HEX: #825E49 RGB: (130,94,73)

Color info

#825E49 contains red, green and blue colors in about the same proportion. Web safe color of #825E49 is #996633 (or #963).

RGB color model

#825E49 color RGB value is (130,94,73).

RGB: (130,94,73) (51%, 37%, 29%)

RGB channels and saturation

R 130 of 255 = 51%
G 94 of 255 = 37%
B 73 of 255 = 29%

130
94
73

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

Portions of RGB colors in percentages

R + G + B = 130 + 94 + 73 = 297 (100%)
R 130 of 297 ~ 43.77%
G 94 of 297 ~ 31.65%
B 73 of 297 ~ 24.58'%

%43.77
%31.65
%24.58

CMYK color model

#825E49 color CMYK value is (0,28,44,49).

  • cyan value is 0.00%
  • magenta value is 27.69%
  • yellow value is 43.85%
  • key color value is 49.02%

CMYK: (0,28,44,49)
C0M28Y44K49 (0%, 28%, 44%, 49%)
(0.00 / 0.28 / 0.44 / 0.49)

CMYK percentages

%0
%27.69
%43.85
%49.02

Codes

Color #825E49 in popluar color models

82 5E 49
RGB 130 94 73
HSL 22° 28.08% 39.80%
HSB/HSV 22° 43.85% 50.98%
CMYK 0.00% 27.69% 43.85%
49.02%

Color #825E49 in popluar number systems.

HEX 82 5E 49
Decimal 130 94 73
Binary 10000010 1011110 1001001
Octal 202 136 111

Shades and tints

Shades of #825E49

#825E49
(130,94,73)
#775643
(119,86,67)
#6C4E3D
(108,78,61)
#614637
(97,70,55)
#563E31
(86,62,49)
#4B362B
(75,54,43)
#402E25
(64,46,37)
#35261F
(53,38,31)
#2A1E19
(42,30,25)
#1F1613
(31,22,19)
#140E0D
(20,14,13)
#000000
(0,0,0)

Tints of #825E49

#825E49
(130,94,73)
#8D6C59
(141,108,89)
#987A69
(152,122,105)
#A38879
(163,136,121)
#AE9689
(174,150,137)
#B9A499
(185,164,153)
#C4B2A9
(196,178,169)
#CFC0B9
(207,192,185)
#DACEC9
(218,206,201)
#E5DCD9
(229,220,217)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825E49; }

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

This text font color is #825E49.

Background Color

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

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

This div background color is #825E49.

Border color

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

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

This div border color is #825E49.

Opacity

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

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

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

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

This text has shadow with #825E49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825E49.

Preview

Color preview on black background

This text has color #825E49 on black background.


Color preview on white background

This text has color #825E49 on white background.


Black color preview on #825E49 background

This text has black color on #825E49 background.


White color preview on #825E49 background

This text has white color on #825E49 background.


Related colors

Complementary color

Complementary color for #hex is #7DA1B6.


I love getcolorcode.com

Triadic colors

1 #49825E and #5E4982 with #825E49 are triadic colors.

2 #495E82 and #5E8249 with #825E49 are triadic colors.