COLOR #825B4D

HEX: #825B4D RGB: (130,91,77)

Color info

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

RGB color model

#825B4D color RGB value is (130,91,77).

RGB: (130,91,77) (51%, 36%, 30%)

RGB channels and saturation

R 130 of 255 = 51%
G 91 of 255 = 36%
B 77 of 255 = 30%

130
91
77

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

Portions of RGB colors in percentages

R + G + B = 130 + 91 + 77 = 298 (100%)
R 130 of 298 ~ 43.62%
G 91 of 298 ~ 30.54%
B 77 of 298 ~ 25.84'%

%43.62
%30.54
%25.84

CMYK color model

#825B4D color CMYK value is (0,30,41,49).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK: (0,30,41,49) C0M30Y41K49 (0%,30%,41%,49%) (0.00/0.30/0.41/0.49) 

CMYK percentages

%0
%30
%40.77
%49.02

Codes

Color #825B4D in popluar color models

82 5B 4D
RGB 130 91 77
HSL 16° 25.60% 40.59%
HSB/HSV 16° 40.77% 50.98%
CMYK 0.00% 30.00% 40.77%
49.02%

Color #825B4D in popluar number systems.

HEX 82 5B 4D
Decimal 130 91 77
Binary 10000010 1011011 1001101
Octal 202 133 115

Shades and tints

Shades of #825B4D

#825B4D
(130,91,77)
#775346
(119,83,70)
#6C4B3F
(108,75,63)
#614338
(97,67,56)
#563B31
(86,59,49)
#4B332A
(75,51,42)
#402B23
(64,43,35)
#35231C
(53,35,28)
#2A1B15
(42,27,21)
#1F130E
(31,19,14)
#140B07
(20,11,7)
#000000
(0,0,0)

Tints of #825B4D

#825B4D
(130,91,77)
#8D695D
(141,105,93)
#98776D
(152,119,109)
#A3857D
(163,133,125)
#AE938D
(174,147,141)
#B9A19D
(185,161,157)
#C4AFAD
(196,175,173)
#CFBDBD
(207,189,189)
#DACBCD
(218,203,205)
#E5D9DD
(229,217,221)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825B4D color. Also use rgb(130,91,77) instead hex code.

Text Font Color

.myTextColor { color: #825B4D; }

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

This text font color is #825B4D.

Background Color

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

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

This div background color is #825B4D.

Border color

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

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

This div border color is #825B4D.

Opacity

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

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

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

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

This text has shadow with #825B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825B4D.

Preview

Color preview on black background

This text has color #825B4D on black background.


Color preview on white background

This text has color #825B4D on white background.


Black color preview on #825B4D background

This text has black color on #825B4D background.


White color preview on #825B4D background

This text has white color on #825B4D background.


Related colors

Complementary color

Complementary color for #hex is #7DA4B2.


I love getcolorcode.com

Triadic colors

1 #4D825B and #5B4D82 with #825B4D are triadic colors.

2 #4D5B82 and #5B824D with #825B4D are triadic colors.