COLOR #82575C

HEX: #82575C RGB: (130,87,92)

Color info

#82575C contains red, green and blue colors in about the same proportion. Web safe color of #82575C is #996666 (or #966).

RGB color model

#82575C color RGB value is (130,87,92).

RGB: (130,87,92) (51%, 34%, 36%)

RGB channels and saturation

R 130 of 255 = 51%
G 87 of 255 = 34%
B 92 of 255 = 36%

130
87
92

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

Portions of RGB colors in percentages

R + G + B = 130 + 87 + 92 = 309 (100%)
R 130 of 309 ~ 42.07%
G 87 of 309 ~ 28.16%
B 92 of 309 ~ 29.77'%

%42.07
%28.16
%29.77

CMYK color model

#82575C color CMYK value is (0,33,29,49).

  • cyan value is 0.00%
  • magenta value is 33.08%
  • yellow value is 29.23%
  • key color value is 49.02%

CMYK: (0,33,29,49)
C0M33Y29K49 (0%, 33%, 29%, 49%)
(0.00 / 0.33 / 0.29 / 0.49)

CMYK percentages

%0
%33.08
%29.23
%49.02

Codes

Color #82575C in popluar color models

82 57 5C
RGB 130 87 92
HSL 353° 19.82% 42.55%
HSB/HSV 353° 33.08% 50.98%
CMYK 0.00% 33.08% 29.23%
49.02%

Color #82575C in popluar number systems.

HEX 82 57 5C
Decimal 130 87 92
Binary 10000010 1010111 1011100
Octal 202 127 134

Shades and tints

Shades of #82575C

#82575C
(130,87,92)
#775054
(119,80,84)
#6C494C
(108,73,76)
#614244
(97,66,68)
#563B3C
(86,59,60)
#4B3434
(75,52,52)
#402D2C
(64,45,44)
#352624
(53,38,36)
#2A1F1C
(42,31,28)
#1F1814
(31,24,20)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #82575C

#82575C
(130,87,92)
#8D666A
(141,102,106)
#987578
(152,117,120)
#A38486
(163,132,134)
#AE9394
(174,147,148)
#B9A2A2
(185,162,162)
#C4B1B0
(196,177,176)
#CFC0BE
(207,192,190)
#DACFCC
(218,207,204)
#E5DEDA
(229,222,218)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82575C; }

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

This text font color is #82575C.

Background Color

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

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

This div background color is #82575C.

Border color

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

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

This div border color is #82575C.

Opacity

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

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

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

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

This text has shadow with #82575C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #82575C.

Preview

Color preview on black background

This text has color #82575C on black background.


Color preview on white background

This text has color #82575C on white background.


Black color preview on #82575C background

This text has black color on #82575C background.


White color preview on #82575C background

This text has white color on #82575C background.


Related colors

Complementary color

Complementary color for #hex is #7DA8A3.


I love getcolorcode.com

Triadic colors

1 #5C8257 and #575C82 with #82575C are triadic colors.

2 #5C5782 and #57825C with #82575C are triadic colors.