COLOR #825941

HEX: #825941 RGB: (130,89,65)

Color info

#825941 contains mainly red and green colors. Web safe color of #825941 is #996633 (or #963).

RGB color model

#825941 color RGB value is (130,89,65).

RGB: (130,89,65) (51%, 35%, 25%)

RGB channels and saturation

R 130 of 255 = 51%
G 89 of 255 = 35%
B 65 of 255 = 25%

130
89
65

R + G + B ~ 37%. #825941 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 89 + 65 = 284 (100%)
R 130 of 284 ~ 45.77%
G 89 of 284 ~ 31.34%
B 65 of 284 ~ 22.89'%

%45.77
%31.34
%22.89

CMYK color model

#825941 color CMYK value is (0,32,50,49).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 50.00%
  • key color value is 49.02%

CMYK: (0,32,50,49)
C0M32Y50K49 (0%, 32%, 50%, 49%)
(0.00 / 0.32 / 0.50 / 0.49)

CMYK percentages

%0
%31.54
%50
%49.02

Codes

Color #825941 in popluar color models

82 59 41
RGB 130 89 65
HSL 22° 33.33% 38.24%
HSB/HSV 22° 50.00% 50.98%
CMYK 0.00% 31.54% 50.00%
49.02%

Color #825941 in popluar number systems.

HEX 82 59 41
Decimal 130 89 65
Binary 10000010 1011001 1000001
Octal 202 131 101

Shades and tints

Shades of #825941

#825941
(130,89,65)
#77513C
(119,81,60)
#6C4937
(108,73,55)
#614132
(97,65,50)
#56392D
(86,57,45)
#4B3128
(75,49,40)
#402923
(64,41,35)
#35211E
(53,33,30)
#2A1919
(42,25,25)
#1F1114
(31,17,20)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #825941

#825941
(130,89,65)
#8D6852
(141,104,82)
#987763
(152,119,99)
#A38674
(163,134,116)
#AE9585
(174,149,133)
#B9A496
(185,164,150)
#C4B3A7
(196,179,167)
#CFC2B8
(207,194,184)
#DAD1C9
(218,209,201)
#E5E0DA
(229,224,218)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825941; }

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

This text font color is #825941.

Background Color

.myBgColor { background-color: #825941; }

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

This div background color is #825941.

Border color

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

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

This div border color is #825941.

Opacity

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

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

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

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

This text has shadow with #825941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825941.

Preview

Color preview on black background

This text has color #825941 on black background.


Color preview on white background

This text has color #825941 on white background.


Black color preview on #825941 background

This text has black color on #825941 background.


White color preview on #825941 background

This text has white color on #825941 background.


Related colors

Complementary color

Complementary color for #hex is #7DA6BE.


I love getcolorcode.com

Triadic colors

1 #418259 and #594182 with #825941 are triadic colors.

2 #415982 and #598241 with #825941 are triadic colors.