Color Hex Logo

#82524c Color Hex

#82524C
(130,82,76)
0 Favorites   0 Comments

Color spaces of #82524c

RGB 1308276
HSL0.020.260.40
HSV42°51°
CMYK 0.000.370.42   0.49
XYZ13.527711.30228.3060
Yxy11.30220.40820.3411
Hunter Lab33.618712.99308.8847
CIE-Lab40.084919.309811.8763

#82524c color RGB value is (130,82,76).

#82524c hex color red value is 130, green value is 82 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #82524c hue: 0.02 , saturation: 0.26 and the lightness value of 82524c is 0.40.

The process color (four color CMYK) of #82524c color hex is 0.00, 0.37, 0.42, 0.49. Web safe color of #82524c is #996633. Color #82524c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010010 01001100
Octal 202 122 114
Decimal 130 82 76
Hex 82 52 4C

RGB Percentages of Color #82524c

%45.14
%28.47
%26.39

CMYK Percentages of Color #82524c

%0
%37
%42
%49

Triadic Colors of #82524c

#82524c #4c8252 #524c82

Analogous Colors of #82524c

#82524c #826d4c #824c61

Monochromatic Colors of #82524c

#82524c

Complementary Color

#82524c #4c7c82

#82524c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82524c Color Preview on White Background

Lorem ipsum dolor sit amet.

#82524c Color CSS Codes

.mybgcolor {background-color:#82524c; } 
.myforecolor {color:#82524c; }
.mybordercolor {border:3px solid #82524c; }

#82524c Text Font Color

<p style="color:#82524c">Text here</p>

This sample text font color is #82524c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#82524c Background Color

<div style="background-color:#82524c">
Div content here</div>

This div background color is #82524c


#82524c Border Color

<div style="border:3px solid #82524c">
Div here</div>

This div border color is #82524c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,82,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82524c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82524c;
  -webkit-box-shadow: 1px 1px 3px 2px #82524c;
  box-shadow:         1px 1px 3px 2px #82524c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,82,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #82524c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #82524c;
  -webkit-box-shadow: 1px 1px 3px 2px #82524c;
  box-shadow:         1px 1px 3px 2px #82524c;">
Div content here</div>

This div box has shadow with color #82524c


Comments

No comments written yet.

Please login to write comment.