COLOR #82745D

HEX: #82745D
RGB: (130,116,93)

Color info

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

RGB color model

#82745D color RGB value is (130,116,93).

  • red value is 130;
  • green value is 116;
  • blue value is 93.
RGB:
(130,116,93)
(51%,45%,36%)

RGB channels and saturation

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

130
116
93

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 93 = 339 (100%)
R 130 of 339 ~ 38.35%
G 116 of 339 ~ 34.22%
B 93 of 339 ~ 27.43%

%38.35
%34.22
%27.43

CMYK color model

#82745D color CMYK value is (0,11,28,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 28.46%
  • key color value is 49.02%
CMYK:
(0,11,28,49)
C0M11Y28K49 
(0%,11%,28%,49%)
(0.00/0.11/0.28/0.49)	

CMYK percentages

%0
%10.77
%28.46
%49.02

Codes

Color #82745D in popluar color models

82745D
RGB13011693
HSL37°16.59%43.73%
HSB/HSV37°28.46%50.98%
CMYK0.00%10.77%28.46%
49.02%

Color #82745D in popluar number systems.

HEX82745D
Decimal13011693
Binary1000001011101001011101
Octal202164135

Shades and tints

Shades of #82745D

#82745D
(130,116,93)
#776A55
(119,106,85)
#6C604D
(108,96,77)
#615645
(97,86,69)
#564C3D
(86,76,61)
#4B4235
(75,66,53)
#40382D
(64,56,45)
#352E25
(53,46,37)
#2A241D
(42,36,29)
#1F1A15
(31,26,21)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #82745D

#82745D
(130,116,93)
#8D806B
(141,128,107)
#988C79
(152,140,121)
#A39887
(163,152,135)
#AEA495
(174,164,149)
#B9B0A3
(185,176,163)
#C4BCB1
(196,188,177)
#CFC8BF
(207,200,191)
#DAD4CD
(218,212,205)
#E5E0DB
(229,224,219)
#F0ECE9
(240,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82745D; }

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

This text font color is #82745D.


Background Color

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

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

This div background color is #82745D.


Border color

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

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

This div border color is #82745D.


Opacity

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

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

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

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

This text has shadow with #82745D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82745D on black background.


Color preview on white background

This text has color #82745D on white background.



Black color preview on #82745D background

This text has black color on #82745D background.


White color preview on #82745D background

This text has white color on #82745D background.