COLOR #82734A

HEX: #82734A
RGB: (130,115,74)

Color info

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

RGB color model

#82734A color RGB value is (130,115,74).

  • red value is 130;
  • green value is 115;
  • blue value is 74.
RGB:
(130,115,74)
(51%,45%,29%)

RGB channels and saturation

R 130 of 255 = 51%
G 115 of 255 = 45%
B 74 of 255 = 29%

130
115
74

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

Portions of RGB colors in percentages

R + G + B =
130 + 115 + 74 = 319 (100%)
R 130 of 319 ~ 40.75%
G 115 of 319 ~ 36.05%
B 74 of 319 ~ 23.2%

%40.75
%36.05
%23.2

CMYK color model

#82734A color CMYK value is (0,12,43,49).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 43.08%
  • key color value is 49.02%
CMYK:
(0,12,43,49)
C0M12Y43K49 
(0%,12%,43%,49%)
(0.00/0.12/0.43/0.49)	

CMYK percentages

%0
%11.54
%43.08
%49.02

Codes

Color #82734A in popluar color models

82734A
RGB13011574
HSL44°27.45%40.00%
HSB/HSV44°43.08%50.98%
CMYK0.00%11.54%43.08%
49.02%

Color #82734A in popluar number systems.

HEX82734A
Decimal13011574
Binary1000001011100111001010
Octal202163112

Shades and tints

Shades of #82734A

#82734A
(130,115,74)
#776944
(119,105,68)
#6C5F3E
(108,95,62)
#615538
(97,85,56)
#564B32
(86,75,50)
#4B412C
(75,65,44)
#403726
(64,55,38)
#352D20
(53,45,32)
#2A231A
(42,35,26)
#1F1914
(31,25,20)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #82734A

#82734A
(130,115,74)
#8D7F5A
(141,127,90)
#988B6A
(152,139,106)
#A3977A
(163,151,122)
#AEA38A
(174,163,138)
#B9AF9A
(185,175,154)
#C4BBAA
(196,187,170)
#CFC7BA
(207,199,186)
#DAD3CA
(218,211,202)
#E5DFDA
(229,223,218)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82734A color. Also use rgb(130,115,74) instead hex code.

Text Font Color

.myTextColor { color: #82734A; }

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

This text font color is #82734A.


Background Color

.myBgColor { background-color: #82734A; }

<div style="background-color:#82734A">Inner text</div>

This div background color is #82734A.


Border color

.myBorderColor { border: 1px solid #82734A; }

<div style="border:3px solid #82734A">Div</div>

This div border color is #82734A.


Opacity

.myOpacity80 { color: #82734A; opacity: 0.8; }

<p style="color:#82734A;opacity:0.8;">80%</p>

Text with #82734A 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 #82734A;}

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

This text has shadow with #82734A color.

.textShadow {text-shadow: 3px 3px 1px #82734A, 3px 3px 1px red;}

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

This text has shadow with #82734A primary color and red secondary color.


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

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

This text has shadow with #82734A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82734A on black background.


Color preview on white background

This text has color #82734A on white background.



Black color preview on #82734A background

This text has black color on #82734A background.


White color preview on #82734A background

This text has white color on #82734A background.