COLOR #825132

HEX: #825132
RGB: (130,81,50)

Color info

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

RGB color model

#825132 color RGB value is (130,81,50).

  • red value is 130;
  • green value is 81;
  • blue value is 50.
RGB:
(130,81,50)
(51%,32%,20%)

RGB channels and saturation

R 130 of 255 = 51%
G 81 of 255 = 32%
B 50 of 255 = 20%

130
81
50

R + G + B ~ 34%. #825132 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 81 + 50 = 261 (100%)
R 130 of 261 ~ 49.81%
G 81 of 261 ~ 31.03%
B 50 of 261 ~ 19.16%

%49.81
%31.03
%19.16

CMYK color model

#825132 color CMYK value is (0,38,62,49).

  • cyan value is 0.00%
  • magenta value is 37.69%
  • yellow value is 61.54%
  • key color value is 49.02%
CMYK:
(0,38,62,49)
C0M38Y62K49 
(0%,38%,62%,49%)
(0.00/0.38/0.62/0.49)	

CMYK percentages

%0
%37.69
%61.54
%49.02

Codes

Color #825132 in popluar color models

825132
RGB1308150
HSL23°44.44%35.29%
HSB/HSV23°61.54%50.98%
CMYK0.00%37.69%61.54%
49.02%

Color #825132 in popluar number systems.

HEX825132
Decimal1308150
Binary100000101010001110010
Octal20212162

Shades and tints

Shades of #825132

#825132
(130,81,50)
#774A2E
(119,74,46)
#6C432A
(108,67,42)
#613C26
(97,60,38)
#563522
(86,53,34)
#4B2E1E
(75,46,30)
#40271A
(64,39,26)
#352016
(53,32,22)
#2A1912
(42,25,18)
#1F120E
(31,18,14)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #825132

#825132
(130,81,50)
#8D6044
(141,96,68)
#986F56
(152,111,86)
#A37E68
(163,126,104)
#AE8D7A
(174,141,122)
#B99C8C
(185,156,140)
#C4AB9E
(196,171,158)
#CFBAB0
(207,186,176)
#DAC9C2
(218,201,194)
#E5D8D4
(229,216,212)
#F0E7E6
(240,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825132 color. Also use rgb(130,81,50) instead hex code.

Text Font Color

.myTextColor { color: #825132; }

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

This text font color is #825132.


Background Color

.myBgColor { background-color: #825132; }

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

This div background color is #825132.


Border color

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

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

This div border color is #825132.


Opacity

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

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

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

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

This text has shadow with #825132 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825132 on black background.


Color preview on white background

This text has color #825132 on white background.



Black color preview on #825132 background

This text has black color on #825132 background.


White color preview on #825132 background

This text has white color on #825132 background.