COLOR #82814D

HEX: #82814D
RGB: (130,129,77)

Color info

#82814D contains red, green and blue colors in about the same proportion. Web safe color of #82814D is #999933 (or #993).

RGB color model

#82814D color RGB value is (130,129,77).

  • red value is 130;
  • green value is 129;
  • blue value is 77.
RGB:
(130,129,77)
(51%,51%,30%)

RGB channels and saturation

R 130 of 255 = 51%
G 129 of 255 = 51%
B 77 of 255 = 30%

130
129
77

R + G + B ~ 44%. #82814D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 129 + 77 = 336 (100%)
R 130 of 336 ~ 38.69%
G 129 of 336 ~ 38.39%
B 77 of 336 ~ 22.92%

%38.69
%38.39
%22.92

CMYK color model

#82814D color CMYK value is (0,1,41,49).

  • cyan value is 0.00%
  • magenta value is 0.77%
  • yellow value is 40.77%
  • key color value is 49.02%
CMYK:
(0,1,41,49)
C0M1Y41K49 
(0%,1%,41%,49%)
(0.00/0.01/0.41/0.49)	

CMYK percentages

%0
%0.77
%40.77
%49.02

Codes

Color #82814D in popluar color models

82814D
RGB13012977
HSL59°25.60%40.59%
HSB/HSV59°40.77%50.98%
CMYK0.00%0.77%40.77%
49.02%

Color #82814D in popluar number systems.

HEX82814D
Decimal13012977
Binary10000010100000011001101
Octal202201115

Shades and tints

Shades of #82814D

#82814D
(130,129,77)
#777646
(119,118,70)
#6C6B3F
(108,107,63)
#616038
(97,96,56)
#565531
(86,85,49)
#4B4A2A
(75,74,42)
#403F23
(64,63,35)
#35341C
(53,52,28)
#2A2915
(42,41,21)
#1F1E0E
(31,30,14)
#141307
(20,19,7)
#000000
(0,0,0)

Tints of #82814D

#82814D
(130,129,77)
#8D8C5D
(141,140,93)
#98976D
(152,151,109)
#A3A27D
(163,162,125)
#AEAD8D
(174,173,141)
#B9B89D
(185,184,157)
#C4C3AD
(196,195,173)
#CFCEBD
(207,206,189)
#DAD9CD
(218,217,205)
#E5E4DD
(229,228,221)
#F0EFED
(240,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82814D color. Also use rgb(130,129,77) instead hex code.

Text Font Color

.myTextColor { color: #82814D; }

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

This text font color is #82814D.


Background Color

.myBgColor { background-color: #82814D; }

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

This div background color is #82814D.


Border color

.myBorderColor { border: 1px solid #82814D; }

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

This div border color is #82814D.


Opacity

.myOpacity80 { color: #82814D; opacity: 0.8; }

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

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

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

This text has shadow with #82814D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82814D on black background.


Color preview on white background

This text has color #82814D on white background.



Black color preview on #82814D background

This text has black color on #82814D background.


White color preview on #82814D background

This text has white color on #82814D background.