COLOR #83822B

HEX: #83822B RGB: (131,130,43)

Color info

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

RGB color model

#83822B color RGB value is (131,130,43).

RGB: (131,130,43) (51%, 51%, 17%)

RGB channels and saturation

R 131 of 255 = 51%
G 130 of 255 = 51%
B 43 of 255 = 17%

131
130
43

R + G + B ~ 40%. #83822B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 131 + 130 + 43 = 304 (100%)
R 131 of 304 ~ 43.09%
G 130 of 304 ~ 42.76%
B 43 of 304 ~ 14.14'%

%43.09
%42.76
%14.14

CMYK color model

#83822B color CMYK value is (0,1,67,49).

  • cyan value is 0.00%
  • magenta value is 0.76%
  • yellow value is 67.18%
  • key color value is 48.63%

CMYK: (0,1,67,49)
C0M1Y67K49 (0%, 1%, 67%, 49%)
(0.00 / 0.01 / 0.67 / 0.49)

CMYK percentages

%0
%0.76
%67.18
%48.63

Codes

Color #83822B in popluar color models

83 82 2B
RGB 131 130 43
HSL 59° 50.57% 34.12%
HSB/HSV 59° 67.18% 51.37%
CMYK 0.00% 0.76% 67.18%
48.63%

Color #83822B in popluar number systems.

HEX 83 82 2B
Decimal 131 130 43
Binary 10000011 10000010 101011
Octal 203 202 53

Shades and tints

Shades of #83822B

#83822B
(131,130,43)
#787728
(120,119,40)
#6D6C25
(109,108,37)
#626122
(98,97,34)
#57561F
(87,86,31)
#4C4B1C
(76,75,28)
#414019
(65,64,25)
#363516
(54,53,22)
#2B2A13
(43,42,19)
#201F10
(32,31,16)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #83822B

#83822B
(131,130,43)
#8E8D3E
(142,141,62)
#999851
(153,152,81)
#A4A364
(164,163,100)
#AFAE77
(175,174,119)
#BAB98A
(186,185,138)
#C5C49D
(197,196,157)
#D0CFB0
(208,207,176)
#DBDAC3
(219,218,195)
#E6E5D6
(230,229,214)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83822B color. Also use rgb(131,130,43) instead hex code.

Text Font Color

.myTextColor { color: #83822B; }

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

This text font color is #83822B.

Background Color

.myBgColor { background-color: #83822B; }

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

This div background color is #83822B.

Border color

.myBorderColor { border: 1px solid #83822B; }

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

This div border color is #83822B.

Opacity

.myOpacity80 { color: #83822B; opacity: 0.8; }

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

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

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

This text has shadow with #83822B color.


.textShadow {text-shadow: 3px 3px 1px #83822B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #83822B; -webkit-box-shadow: 1px 1px 3px 2px #83822B; box-shadow:1px 1px 3px 2px #83822B;">
Div content here
</div>

This div box has shadow with color #83822B.

Preview

Color preview on black background

This text has color #83822B on black background.


Color preview on white background

This text has color #83822B on white background.


Black color preview on #83822B background

This text has black color on #83822B background.


White color preview on #83822B background

This text has white color on #83822B background.


Related colors

Complementary color

Complementary color for #hex is #7C7DD4.


I love getcolorcode.com

Triadic colors

1 #2B8382 and #822B83 with #83822B are triadic colors.

2 #2B8283 and #82832B with #83822B are triadic colors.