COLOR #82573F

HEX: #82573F
RGB: (130,87,63)

Color info

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

RGB color model

#82573F color RGB value is (130,87,63).

  • red value is 130;
  • green value is 87;
  • blue value is 63.
RGB:
(130,87,63)
(51%,34%,25%)

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 63 of 255 = 25%

130
87
63

R + G + B ~ 37%. #82573F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 87 + 63 = 280 (100%)
R 130 of 280 ~ 46.43%
G 87 of 280 ~ 31.07%
B 63 of 280 ~ 22.5%

%46.43
%31.07
%22.5

CMYK color model

#82573F color CMYK value is (0,33,52,49).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 51.54%
  • key color value is 49.02%
CMYK:
(0,33,52,49)
C0M33Y52K49 
(0%,33%,52%,49%)
(0.00/0.33/0.52/0.49)	

CMYK percentages

%0
%33.08
%51.54
%49.02

Codes

Color #82573F in popluar color models

82573F
RGB1308763
HSL21°34.72%37.84%
HSB/HSV21°51.54%50.98%
CMYK0.00%33.08%51.54%
49.02%

Color #82573F in popluar number systems.

HEX82573F
Decimal1308763
Binary100000101010111111111
Octal20212777

Shades and tints

Shades of #82573F

#82573F
(130,87,63)
#77503A
(119,80,58)
#6C4935
(108,73,53)
#614230
(97,66,48)
#563B2B
(86,59,43)
#4B3426
(75,52,38)
#402D21
(64,45,33)
#35261C
(53,38,28)
#2A1F17
(42,31,23)
#1F1812
(31,24,18)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #82573F

#82573F
(130,87,63)
#8D6650
(141,102,80)
#987561
(152,117,97)
#A38472
(163,132,114)
#AE9383
(174,147,131)
#B9A294
(185,162,148)
#C4B1A5
(196,177,165)
#CFC0B6
(207,192,182)
#DACFC7
(218,207,199)
#E5DED8
(229,222,216)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82573F color. Also use rgb(130,87,63) instead hex code.

Text Font Color

.myTextColor { color: #82573F; }

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

This text font color is #82573F.


Background Color

.myBgColor { background-color: #82573F; }

<div style="background-color:#82573F">Inner text</div>

This div background color is #82573F.


Border color

.myBorderColor { border: 1px solid #82573F; }

<div style="border:3px solid #82573F">Div</div>

This div border color is #82573F.


Opacity

.myOpacity80 { color: #82573F; opacity: 0.8; }

<p style="color:#82573F;opacity:0.8;">80%</p>

Text with #82573F 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 #82573F;}

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

This text has shadow with #82573F color.

.textShadow {text-shadow: 3px 3px 1px #82573F, 3px 3px 1px red;}

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

This text has shadow with #82573F primary color and red secondary color.


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

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

This text has shadow with #82573F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82573F on black background.


Color preview on white background

This text has color #82573F on white background.



Black color preview on #82573F background

This text has black color on #82573F background.


White color preview on #82573F background

This text has white color on #82573F background.