COLOR #825D47

HEX: #825D47
RGB: (130,93,71)

Color info

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

RGB color model

#825D47 color RGB value is (130,93,71).

  • red value is 130;
  • green value is 93;
  • blue value is 71.
RGB:
(130,93,71)
(51%,36%,28%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 71 of 255 = 28%

130
93
71

R + G + B ~ 38%. #825D47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 93 + 71 = 294 (100%)
R 130 of 294 ~ 44.22%
G 93 of 294 ~ 31.63%
B 71 of 294 ~ 24.15%

%44.22
%31.63
%24.15

CMYK color model

#825D47 color CMYK value is (0,28,45,49).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 45.38%
  • key color value is 49.02%
CMYK:
(0,28,45,49)
C0M28Y45K49 
(0%,28%,45%,49%)
(0.00/0.28/0.45/0.49)	

CMYK percentages

%0
%28.46
%45.38
%49.02

Codes

Color #825D47 in popluar color models

825D47
RGB1309371
HSL22°29.35%39.41%
HSB/HSV22°45.38%50.98%
CMYK0.00%28.46%45.38%
49.02%

Color #825D47 in popluar number systems.

HEX825D47
Decimal1309371
Binary1000001010111011000111
Octal202135107

Shades and tints

Shades of #825D47

#825D47
(130,93,71)
#775541
(119,85,65)
#6C4D3B
(108,77,59)
#614535
(97,69,53)
#563D2F
(86,61,47)
#4B3529
(75,53,41)
#402D23
(64,45,35)
#35251D
(53,37,29)
#2A1D17
(42,29,23)
#1F1511
(31,21,17)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #825D47

#825D47
(130,93,71)
#8D6B57
(141,107,87)
#987967
(152,121,103)
#A38777
(163,135,119)
#AE9587
(174,149,135)
#B9A397
(185,163,151)
#C4B1A7
(196,177,167)
#CFBFB7
(207,191,183)
#DACDC7
(218,205,199)
#E5DBD7
(229,219,215)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825D47 color. Also use rgb(130,93,71) instead hex code.

Text Font Color

.myTextColor { color: #825D47; }

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

This text font color is #825D47.


Background Color

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

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

This div background color is #825D47.


Border color

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

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

This div border color is #825D47.


Opacity

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

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

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

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

This text has shadow with #825D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825D47 on black background.


Color preview on white background

This text has color #825D47 on white background.



Black color preview on #825D47 background

This text has black color on #825D47 background.


White color preview on #825D47 background

This text has white color on #825D47 background.