COLOR #825C3E

HEX: #825C3E RGB: (130,92,62)

Color info

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

RGB color model

#825C3E color RGB value is (130,92,62).

RGB: (130,92,62) (51%, 36%, 24%)

RGB channels and saturation

R 130 of 255 = 51%
G 92 of 255 = 36%
B 62 of 255 = 24%

130
92
62

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

Portions of RGB colors in percentages

R + G + B = 130 + 92 + 62 = 284 (100%)
R 130 of 284 ~ 45.77%
G 92 of 284 ~ 32.39%
B 62 of 284 ~ 21.83'%

%45.77
%32.39
%21.83

CMYK color model

#825C3E color CMYK value is (0,29,52,49).

  • cyan value is 0.00%
  • magenta value is 29.23%
  • yellow value is 52.31%
  • key color value is 49.02%

CMYK: (0,29,52,49)
C0M29Y52K49 (0%, 29%, 52%, 49%)
(0.00 / 0.29 / 0.52 / 0.49)

CMYK percentages

%0
%29.23
%52.31
%49.02

Codes

Color #825C3E in popluar color models

82 5C 3E
RGB 130 92 62
HSL 26° 35.42% 37.65%
HSB/HSV 26° 52.31% 50.98%
CMYK 0.00% 29.23% 52.31%
49.02%

Color #825C3E in popluar number systems.

HEX 82 5C 3E
Decimal 130 92 62
Binary 10000010 1011100 111110
Octal 202 134 76

Shades and tints

Shades of #825C3E

#825C3E
(130,92,62)
#775439
(119,84,57)
#6C4C34
(108,76,52)
#61442F
(97,68,47)
#563C2A
(86,60,42)
#4B3425
(75,52,37)
#402C20
(64,44,32)
#35241B
(53,36,27)
#2A1C16
(42,28,22)
#1F1411
(31,20,17)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #825C3E

#825C3E
(130,92,62)
#8D6A4F
(141,106,79)
#987860
(152,120,96)
#A38671
(163,134,113)
#AE9482
(174,148,130)
#B9A293
(185,162,147)
#C4B0A4
(196,176,164)
#CFBEB5
(207,190,181)
#DACCC6
(218,204,198)
#E5DAD7
(229,218,215)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825C3E color. Also use rgb(130,92,62) instead hex code.

Text Font Color

.myTextColor { color: #825C3E; }

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

This text font color is #825C3E.

Background Color

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

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

This div background color is #825C3E.

Border color

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

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

This div border color is #825C3E.

Opacity

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

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

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

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

This text has shadow with #825C3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825C3E.

Preview

Color preview on black background

This text has color #825C3E on black background.


Color preview on white background

This text has color #825C3E on white background.


Black color preview on #825C3E background

This text has black color on #825C3E background.


White color preview on #825C3E background

This text has white color on #825C3E background.


Related colors

Complementary color

Complementary color for #hex is #7DA3C1.


I love getcolorcode.com

Triadic colors

1 #3E825C and #5C3E82 with #825C3E are triadic colors.

2 #3E5C82 and #5C823E with #825C3E are triadic colors.