COLOR #825D1F

HEX: #825D1F RGB: (130,93,31)

Color info

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

RGB color model

#825D1F color RGB value is (130,93,31).

RGB: (130,93,31) (51%, 36%, 12%)

RGB channels and saturation

R 130 of 255 = 51%
G 93 of 255 = 36%
B 31 of 255 = 12%

130
93
31

R + G + B ~ 33%. #825D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 93 + 31 = 254 (100%)
R 130 of 254 ~ 51.18%
G 93 of 254 ~ 36.61%
B 31 of 254 ~ 12.2'%

%51.18
%36.61
%12.2

CMYK color model

#825D1F color CMYK value is (0,28,76,49).

  • cyan value is 0.00%
  • magenta value is 28.46%
  • yellow value is 76.15%
  • key color value is 49.02%

CMYK: (0,28,76,49)
C0M28Y76K49 (0%, 28%, 76%, 49%)
(0.00 / 0.28 / 0.76 / 0.49)

CMYK percentages

%0
%28.46
%76.15
%49.02

Codes

Color #825D1F in popluar color models

82 5D 1F
RGB 130 93 31
HSL 38° 61.49% 31.57%
HSB/HSV 38° 76.15% 50.98%
CMYK 0.00% 28.46% 76.15%
49.02%

Color #825D1F in popluar number systems.

HEX 82 5D 1F
Decimal 130 93 31
Binary 10000010 1011101 11111
Octal 202 135 37

Shades and tints

Shades of #825D1F

#825D1F
(130,93,31)
#77551D
(119,85,29)
#6C4D1B
(108,77,27)
#614519
(97,69,25)
#563D17
(86,61,23)
#4B3515
(75,53,21)
#402D13
(64,45,19)
#352511
(53,37,17)
#2A1D0F
(42,29,15)
#1F150D
(31,21,13)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #825D1F

#825D1F
(130,93,31)
#8D6B33
(141,107,51)
#987947
(152,121,71)
#A3875B
(163,135,91)
#AE956F
(174,149,111)
#B9A383
(185,163,131)
#C4B197
(196,177,151)
#CFBFAB
(207,191,171)
#DACDBF
(218,205,191)
#E5DBD3
(229,219,211)
#F0E9E7
(240,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #825D1F; }

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

This text font color is #825D1F.

Background Color

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

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

This div background color is #825D1F.

Border color

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

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

This div border color is #825D1F.

Opacity

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

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

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

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

This text has shadow with #825D1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #825D1F.

Preview

Color preview on black background

This text has color #825D1F on black background.


Color preview on white background

This text has color #825D1F on white background.


Black color preview on #825D1F background

This text has black color on #825D1F background.


White color preview on #825D1F background

This text has white color on #825D1F background.


Related colors

Complementary color

Complementary color for #hex is #7DA2E0.


I love getcolorcode.com

Triadic colors

1 #1F825D and #5D1F82 with #825D1F are triadic colors.

2 #1F5D82 and #5D821F with #825D1F are triadic colors.