COLOR #82745C

HEX: #82745C RGB: (130,116,92)

Color info

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

RGB color model

#82745C color RGB value is (130,116,92).

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

RGB channels and saturation

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

130
116
92

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

Portions of RGB colors in percentages

R + G + B = 130 + 116 + 92 = 338 (100%)
R 130 of 338 ~ 38.46%
G 116 of 338 ~ 34.32%
B 92 of 338 ~ 27.22'%

%38.46
%34.32
%27.22

CMYK color model

#82745C color CMYK value is (0,11,29,49).

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

CMYK: (0,11,29,49)
C0M11Y29K49 (0%, 11%, 29%, 49%)
(0.00 / 0.11 / 0.29 / 0.49)

CMYK percentages

%0
%10.77
%29.23
%49.02

Codes

Color #82745C in popluar color models

82 74 5C
RGB 130 116 92
HSL 38° 17.12% 43.53%
HSB/HSV 38° 29.23% 50.98%
CMYK 0.00% 10.77% 29.23%
49.02%

Color #82745C in popluar number systems.

HEX 82 74 5C
Decimal 130 116 92
Binary 10000010 1110100 1011100
Octal 202 164 134

Shades and tints

Shades of #82745C

#82745C
(130,116,92)
#776A54
(119,106,84)
#6C604C
(108,96,76)
#615644
(97,86,68)
#564C3C
(86,76,60)
#4B4234
(75,66,52)
#40382C
(64,56,44)
#352E24
(53,46,36)
#2A241C
(42,36,28)
#1F1A14
(31,26,20)
#14100C
(20,16,12)
#000000
(0,0,0)

Tints of #82745C

#82745C
(130,116,92)
#8D806A
(141,128,106)
#988C78
(152,140,120)
#A39886
(163,152,134)
#AEA494
(174,164,148)
#B9B0A2
(185,176,162)
#C4BCB0
(196,188,176)
#CFC8BE
(207,200,190)
#DAD4CC
(218,212,204)
#E5E0DA
(229,224,218)
#F0ECE8
(240,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82745C; }

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

This text font color is #82745C.

Background Color

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

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

This div background color is #82745C.

Border color

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

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

This div border color is #82745C.

Opacity

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

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

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

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

This text has shadow with #82745C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82745C.

Preview

Color preview on black background

This text has color #82745C on black background.


Color preview on white background

This text has color #82745C on white background.


Black color preview on #82745C background

This text has black color on #82745C background.


White color preview on #82745C background

This text has white color on #82745C background.


Related colors

Complementary color

Complementary color for #hex is #7D8BA3.


I love getcolorcode.com

Triadic colors

1 #5C8274 and #745C82 with #82745C are triadic colors.

2 #5C7482 and #74825C with #82745C are triadic colors.