COLOR #825414

HEX: #825414
RGB: (130,84,20)

Color info

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

RGB color model

#825414 color RGB value is (130,84,20).

  • red value is 130;
  • green value is 84;
  • blue value is 20.
RGB:
(130,84,20)
(51%,33%,8%)

RGB channels and saturation

R 130 of 255 = 51%
G 84 of 255 = 33%
B 20 of 255 = 8%

130
84
20

R + G + B ~ 31%. #825414 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 84 + 20 = 234 (100%)
R 130 of 234 ~ 55.56%
G 84 of 234 ~ 35.9%
B 20 of 234 ~ 8.55%

%55.56
%35.9

CMYK color model

#825414 color CMYK value is (0,35,85,49).

  • cyan value is 0.00%
  • magenta value is 35.38%
  • yellow value is 84.62%
  • key color value is 49.02%
CMYK:
(0,35,85,49)
C0M35Y85K49 
(0%,35%,85%,49%)
(0.00/0.35/0.85/0.49)	

CMYK percentages

%0
%35.38
%84.62
%49.02

Codes

Color #825414 in popluar color models

825414
RGB1308420
HSL35°73.33%29.41%
HSB/HSV35°84.62%50.98%
CMYK0.00%35.38%84.62%
49.02%

Color #825414 in popluar number systems.

HEX825414
Decimal1308420
Binary10000010101010010100
Octal20212424

Shades and tints

Shades of #825414

#825414
(130,84,20)
#774D13
(119,77,19)
#6C4612
(108,70,18)
#613F11
(97,63,17)
#563810
(86,56,16)
#4B310F
(75,49,15)
#402A0E
(64,42,14)
#35230D
(53,35,13)
#2A1C0C
(42,28,12)
#1F150B
(31,21,11)
#140E0A
(20,14,10)
#000000
(0,0,0)

Tints of #825414

#825414
(130,84,20)
#8D6329
(141,99,41)
#98723E
(152,114,62)
#A38153
(163,129,83)
#AE9068
(174,144,104)
#B99F7D
(185,159,125)
#C4AE92
(196,174,146)
#CFBDA7
(207,189,167)
#DACCBC
(218,204,188)
#E5DBD1
(229,219,209)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #825414 color. Also use rgb(130,84,20) instead hex code.

Text Font Color

.myTextColor { color: #825414; }

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

This text font color is #825414.


Background Color

.myBgColor { background-color: #825414; }

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

This div background color is #825414.


Border color

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

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

This div border color is #825414.


Opacity

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

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

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

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

This text has shadow with #825414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #825414 on black background.


Color preview on white background

This text has color #825414 on white background.



Black color preview on #825414 background

This text has black color on #825414 background.


White color preview on #825414 background

This text has white color on #825414 background.