COLOR #82844B

HEX: #82844B RGB: (130,132,75)

Color info

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

RGB color model

#82844B color RGB value is (130,132,75).

RGB: (130,132,75) (51%, 52%, 29%)

RGB channels and saturation

R 130 of 255 = 51%
G 132 of 255 = 52%
B 75 of 255 = 29%

130
132
75

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

Portions of RGB colors in percentages

R + G + B = 130 + 132 + 75 = 337 (100%)
R 130 of 337 ~ 38.58%
G 132 of 337 ~ 39.17%
B 75 of 337 ~ 22.26'%

%38.58
%39.17
%22.26

CMYK color model

#82844B color CMYK value is (2,0,43,48).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 48.24%
CMYK: (2,0,43,48) C2M0Y43K48 (2%,0%,43%,48%) (0.02/0.00/0.43/0.48) 

CMYK percentages

%1.52
%0
%43.18
%48.24

Codes

Color #82844B in popluar color models

82 84 4B
RGB 130 132 75
HSL 62° 27.54% 40.59%
HSB/HSV 62° 43.18% 51.76%
CMYK 1.52% 0.00% 43.18%
48.24%

Color #82844B in popluar number systems.

HEX 82 84 4B
Decimal 130 132 75
Binary 10000010 10000100 1001011
Octal 202 204 113

Shades and tints

Shades of #82844B

#82844B
(130,132,75)
#777845
(119,120,69)
#6C6C3F
(108,108,63)
#616039
(97,96,57)
#565433
(86,84,51)
#4B482D
(75,72,45)
#403C27
(64,60,39)
#353021
(53,48,33)
#2A241B
(42,36,27)
#1F1815
(31,24,21)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #82844B

#82844B
(130,132,75)
#8D8F5B
(141,143,91)
#989A6B
(152,154,107)
#A3A57B
(163,165,123)
#AEB08B
(174,176,139)
#B9BB9B
(185,187,155)
#C4C6AB
(196,198,171)
#CFD1BB
(207,209,187)
#DADCCB
(218,220,203)
#E5E7DB
(229,231,219)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82844B color. Also use rgb(130,132,75) instead hex code.

Text Font Color

.myTextColor { color: #82844B; }

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

This text font color is #82844B.

Background Color

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

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

This div background color is #82844B.

Border color

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

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

This div border color is #82844B.

Opacity

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

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

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

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

This text has shadow with #82844B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82844B.

Preview

Color preview on black background

This text has color #82844B on black background.


Color preview on white background

This text has color #82844B on white background.


Black color preview on #82844B background

This text has black color on #82844B background.


White color preview on #82844B background

This text has white color on #82844B background.


Related colors

Complementary color

Complementary color for #hex is #7D7BB4.


I love getcolorcode.com

Triadic colors

1 #4B8284 and #844B82 with #82844B are triadic colors.

2 #4B8482 and #84824B with #82844B are triadic colors.