COLOR #82831D

HEX: #82831D
RGB: (130,131,29)

Color info

#82831D contains mainly red and green colors. Web safe color of #82831D is #999933 (or #993).

RGB color model

#82831D color RGB value is (130,131,29).

  • red value is 130;
  • green value is 131;
  • blue value is 29.
RGB:
(130,131,29)
(51%,51%,11%)

RGB channels and saturation

R 130 of 255 = 51%
G 131 of 255 = 51%
B 29 of 255 = 11%

130
131
29

R + G + B ~ 38%. #82831D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 131 + 29 = 290 (100%)
R 130 of 290 ~ 44.83%
G 131 of 290 ~ 45.17%
B 29 of 290 ~ 10%

%44.83
%45.17
%10

CMYK color model

#82831D color CMYK value is (1,0,78,49).

  • cyan value is 0.76%
  • magenta value is 0.00%
  • yellow value is 77.86%
  • key color value is 48.63%
CMYK:
(1,0,78,49)
C1M0Y78K49 
(1%,0%,78%,49%)
(0.01/0.00/0.78/0.49)	

CMYK percentages

%0.76
%0
%77.86
%48.63

Codes

Color #82831D in popluar color models

82831D
RGB13013129
HSL61°63.75%31.37%
HSB/HSV61°77.86%51.37%
CMYK0.76%0.00%77.86%
48.63%

Color #82831D in popluar number systems.

HEX82831D
Decimal13013129
Binary100000101000001111101
Octal20220335

Shades and tints

Shades of #82831D

#82831D
(130,131,29)
#77781B
(119,120,27)
#6C6D19
(108,109,25)
#616217
(97,98,23)
#565715
(86,87,21)
#4B4C13
(75,76,19)
#404111
(64,65,17)
#35360F
(53,54,15)
#2A2B0D
(42,43,13)
#1F200B
(31,32,11)
#141509
(20,21,9)
#000000
(0,0,0)

Tints of #82831D

#82831D
(130,131,29)
#8D8E31
(141,142,49)
#989945
(152,153,69)
#A3A459
(163,164,89)
#AEAF6D
(174,175,109)
#B9BA81
(185,186,129)
#C4C595
(196,197,149)
#CFD0A9
(207,208,169)
#DADBBD
(218,219,189)
#E5E6D1
(229,230,209)
#F0F1E5
(240,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82831D color. Also use rgb(130,131,29) instead hex code.

Text Font Color

.myTextColor { color: #82831D; }

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

This text font color is #82831D.


Background Color

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

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

This div background color is #82831D.


Border color

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

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

This div border color is #82831D.


Opacity

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

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

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

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

This text has shadow with #82831D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82831D on black background.


Color preview on white background

This text has color #82831D on white background.



Black color preview on #82831D background

This text has black color on #82831D background.


White color preview on #82831D background

This text has white color on #82831D background.