COLOR #82744C

HEX: #82744C
RGB: (130,116,76)

Color info

#82744C contains red, green and blue colors in about the same proportion. Web safe color of #82744C is #996633 (or #963).

RGB color model

#82744C color RGB value is (130,116,76).

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

RGB channels and saturation

R 130 of 255 = 51%
G 116 of 255 = 45%
B 76 of 255 = 30%

130
116
76

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

Portions of RGB colors in percentages

R + G + B =
130 + 116 + 76 = 322 (100%)
R 130 of 322 ~ 40.37%
G 116 of 322 ~ 36.02%
B 76 of 322 ~ 23.6%

%40.37
%36.02
%23.6

CMYK color model

#82744C color CMYK value is (0,11,42,49).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 41.54%
  • key color value is 49.02%
CMYK:
(0,11,42,49)
C0M11Y42K49 
(0%,11%,42%,49%)
(0.00/0.11/0.42/0.49)	

CMYK percentages

%0
%10.77
%41.54
%49.02

Codes

Color #82744C in popluar color models

82744C
RGB13011676
HSL44°26.21%40.39%
HSB/HSV44°41.54%50.98%
CMYK0.00%10.77%41.54%
49.02%

Color #82744C in popluar number systems.

HEX82744C
Decimal13011676
Binary1000001011101001001100
Octal202164114

Shades and tints

Shades of #82744C

#82744C
(130,116,76)
#776A46
(119,106,70)
#6C6040
(108,96,64)
#61563A
(97,86,58)
#564C34
(86,76,52)
#4B422E
(75,66,46)
#403828
(64,56,40)
#352E22
(53,46,34)
#2A241C
(42,36,28)
#1F1A16
(31,26,22)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #82744C

#82744C
(130,116,76)
#8D805C
(141,128,92)
#988C6C
(152,140,108)
#A3987C
(163,152,124)
#AEA48C
(174,164,140)
#B9B09C
(185,176,156)
#C4BCAC
(196,188,172)
#CFC8BC
(207,200,188)
#DAD4CC
(218,212,204)
#E5E0DC
(229,224,220)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82744C; }

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

This text font color is #82744C.


Background Color

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

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

This div background color is #82744C.


Border color

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

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

This div border color is #82744C.


Opacity

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

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

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

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

This text has shadow with #82744C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82744C on black background.


Color preview on white background

This text has color #82744C on white background.



Black color preview on #82744C background

This text has black color on #82744C background.


White color preview on #82744C background

This text has white color on #82744C background.