Color Hex Logo

#82535e Color Hex

#82535E
(130,83,94)
0 Favorites   0 Comments

Color spaces of #82535e

RGB 1308394
HSL0.960.220.42
HSV346°36°51°
CMYK 0.000.360.28   0.49
XYZ14.319611.740512.1011
Yxy11.74050.37520.3077
Hunter Lab34.264414.63503.0457
CIE-Lab40.800721.22211.7743

#82535e color RGB value is (130,83,94).

#82535e hex color red value is 130, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #82535e hue: 0.96 , saturation: 0.22 and the lightness value of 82535e is 0.42.

The process color (four color CMYK) of #82535e color hex is 0.00, 0.36, 0.28, 0.49. Web safe color of #82535e is #996666. Color #82535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01010011 01011110
Octal 202 123 136
Decimal 130 83 94
Hex 82 53 5E

RGB Percentages of Color #82535e

%42.35
%27.04
%30.62

CMYK Percentages of Color #82535e

%0
%36
%28
%49

Triadic Colors of #82535e

#82535e #5e8253 #535e82

Analogous Colors of #82535e

#82535e #826053 #825376

Monochromatic Colors of #82535e

#82535e

Complementary Color

#82535e #538277

#82535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#82535e Color CSS Codes

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

#82535e Text Font Color

<p style="color:#82535e">Text here</p>

This sample text font color is #82535e
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.


#82535e Background Color

<div style="background-color:#82535e">
Div content here</div>

This div background color is #82535e


#82535e Border Color

<div style="border:3px solid #82535e">
Div here</div>

This div border color is #82535e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,83,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82535e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82535e;
  -webkit-box-shadow: 1px 1px 3px 2px #82535e;
  box-shadow:         1px 1px 3px 2px #82535e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82535e


Comments

No comments written yet.

Please login to write comment.