COLOR #82864B

HEX: #82864B RGB: (130,134,75)

Color info

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

RGB color model

#82864B color RGB value is (130,134,75).

RGB: (130,134,75) (51%, 53%, 29%)

RGB channels and saturation

R 130 of 255 = 51%
G 134 of 255 = 53%
B 75 of 255 = 29%

130
134
75

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

Portions of RGB colors in percentages

R + G + B = 130 + 134 + 75 = 339 (100%)
R 130 of 339 ~ 38.35%
G 134 of 339 ~ 39.53%
B 75 of 339 ~ 22.12'%

%38.35
%39.53
%22.12

CMYK color model

#82864B color CMYK value is (3,0,44,47).

  • cyan value is 2.99%
  • magenta value is 0.00%
  • yellow value is 44.03%
  • key color value is 47.45%

CMYK: (3,0,44,47)
C3M0Y44K47 (3%, 0%, 44%, 47%)
(0.03 / 0.00 / 0.44 / 0.47)

CMYK percentages

%2.99
%0
%44.03
%47.45

Codes

Color #82864B in popluar color models

82 86 4B
RGB 130 134 75
HSL 64° 28.23% 40.98%
HSB/HSV 64° 44.03% 52.55%
CMYK 2.99% 0.00% 44.03%
47.45%

Color #82864B in popluar number systems.

HEX 82 86 4B
Decimal 130 134 75
Binary 10000010 10000110 1001011
Octal 202 206 113

Shades and tints

Shades of #82864B

#82864B
(130,134,75)
#777A45
(119,122,69)
#6C6E3F
(108,110,63)
#616239
(97,98,57)
#565633
(86,86,51)
#4B4A2D
(75,74,45)
#403E27
(64,62,39)
#353221
(53,50,33)
#2A261B
(42,38,27)
#1F1A15
(31,26,21)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #82864B

#82864B
(130,134,75)
#8D915B
(141,145,91)
#989C6B
(152,156,107)
#A3A77B
(163,167,123)
#AEB28B
(174,178,139)
#B9BD9B
(185,189,155)
#C4C8AB
(196,200,171)
#CFD3BB
(207,211,187)
#DADECB
(218,222,203)
#E5E9DB
(229,233,219)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82864B; }

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

This text font color is #82864B.

Background Color

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

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

This div background color is #82864B.

Border color

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

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

This div border color is #82864B.

Opacity

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

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

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

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

This text has shadow with #82864B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82864B.

Preview

Color preview on black background

This text has color #82864B on black background.


Color preview on white background

This text has color #82864B on white background.


Black color preview on #82864B background

This text has black color on #82864B background.


White color preview on #82864B background

This text has white color on #82864B background.


Related colors

Complementary color

Complementary color for #hex is #7D79B4.


I love getcolorcode.com

Triadic colors

1 #4B8286 and #864B82 with #82864B are triadic colors.

2 #4B8682 and #86824B with #82864B are triadic colors.