COLOR #825947

HEX: #825947
RGB: (130,89,71)

Color info

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

RGB color model

#825947 color RGB value is (130,89,71).

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

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 71 of 255 = 28%

130
89
71

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

Portions of RGB colors in percentages

R + G + B =
130 + 89 + 71 = 290 (100%)
R 130 of 290 ~ 44.83%
G 89 of 290 ~ 30.69%
B 71 of 290 ~ 24.48%

%44.83
%30.69
%24.48

CMYK color model

#825947 color CMYK value is (0,32,45,49).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 45.38%
  • key color value is 49.02%
CMYK:
(0,32,45,49)
C0M32Y45K49 
(0%,32%,45%,49%)
(0.00/0.32/0.45/0.49)	

CMYK percentages

%0
%31.54
%45.38
%49.02

Codes

Color #825947 in popluar color models

825947
RGB1308971
HSL18°29.35%39.41%
HSB/HSV18°45.38%50.98%
CMYK0.00%31.54%45.38%
49.02%

Color #825947 in popluar number systems.

HEX825947
Decimal1308971
Binary1000001010110011000111
Octal202131107

Shades and tints

Shades of #825947

#825947
(130,89,71)
#775141
(119,81,65)
#6C493B
(108,73,59)
#614135
(97,65,53)
#56392F
(86,57,47)
#4B3129
(75,49,41)
#402923
(64,41,35)
#35211D
(53,33,29)
#2A1917
(42,25,23)
#1F1111
(31,17,17)
#14090B
(20,9,11)
#000000
(0,0,0)

Tints of #825947

#825947
(130,89,71)
#8D6857
(141,104,87)
#987767
(152,119,103)
#A38677
(163,134,119)
#AE9587
(174,149,135)
#B9A497
(185,164,151)
#C4B3A7
(196,179,167)
#CFC2B7
(207,194,183)
#DAD1C7
(218,209,199)
#E5E0D7
(229,224,215)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825947; }

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

This text font color is #825947.


Background Color

.myBgColor { background-color: #825947; }

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

This div background color is #825947.


Border color

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

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

This div border color is #825947.


Opacity

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

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

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

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

This text has shadow with #825947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825947 on black background.


Color preview on white background

This text has color #825947 on white background.



Black color preview on #825947 background

This text has black color on #825947 background.


White color preview on #825947 background

This text has white color on #825947 background.