COLOR #82573C

HEX: #82573C
RGB: (130,87,60)

Color info

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

RGB color model

#82573C color RGB value is (130,87,60).

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

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 60 of 255 = 24%

130
87
60

R + G + B ~ 36%. #82573C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 87 + 60 = 277 (100%)
R 130 of 277 ~ 46.93%
G 87 of 277 ~ 31.41%
B 60 of 277 ~ 21.66%

%46.93
%31.41
%21.66

CMYK color model

#82573C color CMYK value is (0,33,54,49).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 53.85%
  • key color value is 49.02%
CMYK:
(0,33,54,49)
C0M33Y54K49 
(0%,33%,54%,49%)
(0.00/0.33/0.54/0.49)	

CMYK percentages

%0
%33.08
%53.85
%49.02

Codes

Color #82573C in popluar color models

82573C
RGB1308760
HSL23°36.84%37.25%
HSB/HSV23°53.85%50.98%
CMYK0.00%33.08%53.85%
49.02%

Color #82573C in popluar number systems.

HEX82573C
Decimal1308760
Binary100000101010111111100
Octal20212774

Shades and tints

Shades of #82573C

#82573C
(130,87,60)
#775037
(119,80,55)
#6C4932
(108,73,50)
#61422D
(97,66,45)
#563B28
(86,59,40)
#4B3423
(75,52,35)
#402D1E
(64,45,30)
#352619
(53,38,25)
#2A1F14
(42,31,20)
#1F180F
(31,24,15)
#14110A
(20,17,10)
#000000
(0,0,0)

Tints of #82573C

#82573C
(130,87,60)
#8D664D
(141,102,77)
#98755E
(152,117,94)
#A3846F
(163,132,111)
#AE9380
(174,147,128)
#B9A291
(185,162,145)
#C4B1A2
(196,177,162)
#CFC0B3
(207,192,179)
#DACFC4
(218,207,196)
#E5DED5
(229,222,213)
#F0EDE6
(240,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82573C; }

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

This text font color is #82573C.


Background Color

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

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

This div background color is #82573C.


Border color

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

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

This div border color is #82573C.


Opacity

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

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

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

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

This text has shadow with #82573C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82573C on black background.


Color preview on white background

This text has color #82573C on white background.



Black color preview on #82573C background

This text has black color on #82573C background.


White color preview on #82573C background

This text has white color on #82573C background.