COLOR #82745B

HEX: #82745B RGB: (130,116,91)

Color info

#82745B contains red, green and blue colors in about the same proportion. Web safe color of #82745B is #996666 (or #966).

RGB color model

#82745B color RGB value is (130,116,91).

RGB: (130,116,91) (51%, 45%, 36%)

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 91 of 255 = 36%

130
116
91

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

Portions of RGB colors in percentages

R + G + B = 130 + 116 + 91 = 337 (100%)
R 130 of 337 ~ 38.58%
G 116 of 337 ~ 34.42%
B 91 of 337 ~ 27'%

%38.58
%34.42
%27

CMYK color model

#82745B color CMYK value is (0,11,30,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 30.00%
  • key color value is 49.02%

CMYK: (0,11,30,49)
C0M11Y30K49 (0%, 11%, 30%, 49%)
(0.00 / 0.11 / 0.30 / 0.49)

CMYK percentages

%0
%10.77
%30
%49.02

Codes

Color #82745B in popluar color models

82 74 5B
RGB 130 116 91
HSL 38° 17.65% 43.33%
HSB/HSV 38° 30.00% 50.98%
CMYK 0.00% 10.77% 30.00%
49.02%

Color #82745B in popluar number systems.

HEX 82 74 5B
Decimal 130 116 91
Binary 10000010 1110100 1011011
Octal 202 164 133

Shades and tints

Shades of #82745B

#82745B
(130,116,91)
#776A53
(119,106,83)
#6C604B
(108,96,75)
#615643
(97,86,67)
#564C3B
(86,76,59)
#4B4233
(75,66,51)
#40382B
(64,56,43)
#352E23
(53,46,35)
#2A241B
(42,36,27)
#1F1A13
(31,26,19)
#14100B
(20,16,11)
#000000
(0,0,0)

Tints of #82745B

#82745B
(130,116,91)
#8D8069
(141,128,105)
#988C77
(152,140,119)
#A39885
(163,152,133)
#AEA493
(174,164,147)
#B9B0A1
(185,176,161)
#C4BCAF
(196,188,175)
#CFC8BD
(207,200,189)
#DAD4CB
(218,212,203)
#E5E0D9
(229,224,217)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82745B color. Also use rgb(130,116,91) instead hex code.

Text Font Color

.myTextColor { color: #82745B; }

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

This text font color is #82745B.

Background Color

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

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

This div background color is #82745B.

Border color

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

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

This div border color is #82745B.

Opacity

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

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

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

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

This text has shadow with #82745B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82745B.

Preview

Color preview on black background

This text has color #82745B on black background.


Color preview on white background

This text has color #82745B on white background.


Black color preview on #82745B background

This text has black color on #82745B background.


White color preview on #82745B background

This text has white color on #82745B background.


Related colors

Complementary color

Complementary color for #hex is #7D8BA4.


I love getcolorcode.com

Triadic colors

1 #5B8274 and #745B82 with #82745B are triadic colors.

2 #5B7482 and #74825B with #82745B are triadic colors.