COLOR #82773A

HEX: #82773A
RGB: (130,119,58)

Color info

#82773A contains mainly red and green colors. Web safe color of #82773A is #996633 (or #963).

RGB color model

#82773A color RGB value is (130,119,58).

  • red value is 130;
  • green value is 119;
  • blue value is 58.
RGB:
(130,119,58)
(51%,47%,23%)

RGB channels and saturation

R 130 of 255 = 51%
G 119 of 255 = 47%
B 58 of 255 = 23%

130
119
58

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

Portions of RGB colors in percentages

R + G + B =
130 + 119 + 58 = 307 (100%)
R 130 of 307 ~ 42.35%
G 119 of 307 ~ 38.76%
B 58 of 307 ~ 18.89%

%42.35
%38.76
%18.89

CMYK color model

#82773A color CMYK value is (0,8,55,49).

  • cyan value is 0.00%
  • magenta value is 8.46%
  • yellow value is 55.38%
  • key color value is 49.02%
CMYK:
(0,8,55,49)
C0M8Y55K49 
(0%,8%,55%,49%)
(0.00/0.08/0.55/0.49)	

CMYK percentages

%0
%8.46
%55.38
%49.02

Codes

Color #82773A in popluar color models

82773A
RGB13011958
HSL51°38.30%36.86%
HSB/HSV51°55.38%50.98%
CMYK0.00%8.46%55.38%
49.02%

Color #82773A in popluar number systems.

HEX82773A
Decimal13011958
Binary100000101110111111010
Octal20216772

Shades and tints

Shades of #82773A

#82773A
(130,119,58)
#776D35
(119,109,53)
#6C6330
(108,99,48)
#61592B
(97,89,43)
#564F26
(86,79,38)
#4B4521
(75,69,33)
#403B1C
(64,59,28)
#353117
(53,49,23)
#2A2712
(42,39,18)
#1F1D0D
(31,29,13)
#141308
(20,19,8)
#000000
(0,0,0)

Tints of #82773A

#82773A
(130,119,58)
#8D834B
(141,131,75)
#988F5C
(152,143,92)
#A39B6D
(163,155,109)
#AEA77E
(174,167,126)
#B9B38F
(185,179,143)
#C4BFA0
(196,191,160)
#CFCBB1
(207,203,177)
#DAD7C2
(218,215,194)
#E5E3D3
(229,227,211)
#F0EFE4
(240,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82773A color. Also use rgb(130,119,58) instead hex code.

Text Font Color

.myTextColor { color: #82773A; }

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

This text font color is #82773A.


Background Color

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

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

This div background color is #82773A.


Border color

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

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

This div border color is #82773A.


Opacity

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

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

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

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

This text has shadow with #82773A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82773A on black background.


Color preview on white background

This text has color #82773A on white background.



Black color preview on #82773A background

This text has black color on #82773A background.


White color preview on #82773A background

This text has white color on #82773A background.