COLOR #825603

HEX: #825603
RGB: (130,86,3)

Color info

#825603 contains mainly red and green colors. Web safe color of #825603 is #996600 (or #960).

RGB color model

#825603 color RGB value is (130,86,3).

  • red value is 130;
  • green value is 86;
  • blue value is 3.
RGB:
(130,86,3)
(51%,34%,1%)

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 3 of 255 = 1%

130
86
3

R + G + B ~ 29%. #825603 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 3 = 219 (100%)
R 130 of 219 ~ 59.36%
G 86 of 219 ~ 39.27%
B 3 of 219 ~ 1.37%

%59.36
%39.27

CMYK color model

#825603 color CMYK value is (0,34,98,49).

  • cyan value is 0.00%
  • magenta value is 33.85%
  • yellow value is 97.69%
  • key color value is 49.02%
CMYK:
(0,34,98,49)
C0M34Y98K49 
(0%,34%,98%,49%)
(0.00/0.34/0.98/0.49)	

CMYK percentages

%0
%33.85
%97.69
%49.02

Codes

Color #825603 in popluar color models

825603
RGB130863
HSL39°95.49%26.08%
HSB/HSV39°97.69%50.98%
CMYK0.00%33.85%97.69%
49.02%

Color #825603 in popluar number systems.

HEX825603
Decimal130863
Binary10000010101011011
Octal2021263

Shades and tints

Shades of #825603

#825603
(130,86,3)
#774F03
(119,79,3)
#6C4803
(108,72,3)
#614103
(97,65,3)
#563A03
(86,58,3)
#4B3303
(75,51,3)
#402C03
(64,44,3)
#352503
(53,37,3)
#2A1E03
(42,30,3)
#1F1703
(31,23,3)
#141003
(20,16,3)
#000000
(0,0,0)

Tints of #825603

#825603
(130,86,3)
#8D6519
(141,101,25)
#98742F
(152,116,47)
#A38345
(163,131,69)
#AE925B
(174,146,91)
#B9A171
(185,161,113)
#C4B087
(196,176,135)
#CFBF9D
(207,191,157)
#DACEB3
(218,206,179)
#E5DDC9
(229,221,201)
#F0ECDF
(240,236,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825603 color. Also use rgb(130,86,3) instead hex code.

Text Font Color

.myTextColor { color: #825603; }

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

This text font color is #825603.


Background Color

.myBgColor { background-color: #825603; }

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

This div background color is #825603.


Border color

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

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

This div border color is #825603.


Opacity

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

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

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

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

This text has shadow with #825603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825603 on black background.


Color preview on white background

This text has color #825603 on white background.



Black color preview on #825603 background

This text has black color on #825603 background.


White color preview on #825603 background

This text has white color on #825603 background.